Class TimezonesType
java.lang.Object
ietf.params.xml.ns.timezone_service.BaseResultType
ietf.params.xml.ns.timezone_service.TimezonesType
This defines the root (top-level) element used as the container
for expanded timezone data.
Java class for TimezonesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimezonesType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:timezone-service}BaseResultType">
<sequence>
<element name="dtstamp" type="{urn:ietf:params:xml:ns:timezone-service}DtstampType"/>
<element name="tzdata" type="{urn:ietf:params:xml:ns:timezone-service}TzdataType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dtstamp property.Gets the value of the tzdata property.voidsetDtstamp(XMLGregorianCalendar value) Sets the value of the dtstamp property.
-
Field Details
-
dtstamp
-
tzdata
-
-
Constructor Details
-
TimezonesType
public TimezonesType()
-
-
Method Details
-
getDtstamp
Gets the value of the dtstamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDtstamp
Sets the value of the dtstamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTzdata
Gets the value of the tzdata property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the tzdata property.For example, to add a new item, do as follows:
getTzdata().add(newItem);Objects of the following type(s) are allowed in the list
TzdataType
-