public class TimeZoneDefinition
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the unique identifier of the time zone.
|
java.lang.String |
getName()
Gets the descriptive name of the time zone.
|
java.util.List<Period> |
getPeriods()
Gets a collection of Period elements that define the time offset at different stages of the time zone.
|
java.util.List<TransitionsGroup> |
getTransitionsGroups()
Gets a collection of TransitionsGroup elements that specify time zone transitions.
|
java.util.List<Transition> |
getTransitons()
Gets a collection of time zone transitions.
|
public java.lang.String getId()
public java.lang.String getName()
public java.util.List<Period> getPeriods()
public java.util.List<TransitionsGroup> getTransitionsGroups()
public java.util.List<Transition> getTransitons()