public class TzdataType extends Object
Java class for TzdataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TzdataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tzid" type="{urn:ietf:params:xml:ns:timezone-service}TzidType"/>
<element name="calscale" type="{urn:ietf:params:xml:ns:timezone-service}CalscaleType"/>
<element name="observance" type="{urn:ietf:params:xml:ns:timezone-service}ObservanceType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
calscale |
protected List<ObservanceType> |
observance |
protected String |
tzid |
| Constructor and Description |
|---|
TzdataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCalscale()
Gets the value of the calscale property.
|
List<ObservanceType> |
getObservance()
Gets the value of the observance property.
|
String |
getTzid()
Gets the value of the tzid property.
|
void |
setCalscale(String value)
Sets the value of the calscale property.
|
void |
setTzid(String value)
Sets the value of the tzid property.
|
protected String tzid
protected String calscale
protected List<ObservanceType> observance
public String getTzid()
Stringpublic void setTzid(String value)
value - allowed object is
Stringpublic String getCalscale()
Stringpublic void setCalscale(String value)
value - allowed object is
Stringpublic List<ObservanceType> getObservance()
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 observance property.
For example, to add a new item, do as follows:
getObservance().add(newItem);
Objects of the following type(s) are allowed in the list
ObservanceType
Copyright © 2015 Bedework. All rights reserved.