public class TimezonesAliasInfoType extends Object
Java class for TimezonesAliasInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimezonesAliasInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dtstamp" type="{urn:ietf:params:xml:ns:timezone-service}DtstampType"/>
<element ref="{urn:ietf:params:xml:ns:timezone-service-aliases}timezoneAliasInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dtstamp |
protected ArrayOfTimezoneAliasInfoType |
timezoneAliasInfo |
| Constructor and Description |
|---|
TimezonesAliasInfoType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDtstamp()
Gets the value of the dtstamp property.
|
ArrayOfTimezoneAliasInfoType |
getTimezoneAliasInfo()
Gets the value of the timezoneAliasInfo property.
|
void |
setDtstamp(XMLGregorianCalendar value)
Sets the value of the dtstamp property.
|
void |
setTimezoneAliasInfo(ArrayOfTimezoneAliasInfoType value)
Sets the value of the timezoneAliasInfo property.
|
protected XMLGregorianCalendar dtstamp
protected ArrayOfTimezoneAliasInfoType timezoneAliasInfo
public XMLGregorianCalendar getDtstamp()
XMLGregorianCalendarpublic void setDtstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ArrayOfTimezoneAliasInfoType getTimezoneAliasInfo()
ArrayOfTimezoneAliasInfoTypepublic void setTimezoneAliasInfo(ArrayOfTimezoneAliasInfoType value)
value - allowed object is
ArrayOfTimezoneAliasInfoTypeCopyright © 2017 Bedework. All rights reserved.