public class TimezonesType extends BaseResultType
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>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dtstamp |
protected List<TzdataType> |
tzdata |
| Constructor and Description |
|---|
TimezonesType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDtstamp()
Gets the value of the dtstamp property.
|
List<TzdataType> |
getTzdata()
Gets the value of the tzdata property.
|
void |
setDtstamp(XMLGregorianCalendar value)
Sets the value of the dtstamp property.
|
protected XMLGregorianCalendar dtstamp
protected List<TzdataType> tzdata
public XMLGregorianCalendar getDtstamp()
XMLGregorianCalendarpublic void setDtstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<TzdataType> getTzdata()
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 JAXB object.
This is why there is not a set method 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
Copyright © 2015 Bedework. All rights reserved.