Class TimezonesAliasInfoType
java.lang.Object
ietf.params.xml.ns.timezone_service_aliases.TimezonesAliasInfoType
aliases for listed timezones.
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected ArrayOfTimezoneAliasInfoType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dtstamp property.Gets the value of the timezoneAliasInfo property.voidsetDtstamp(XMLGregorianCalendar value) Sets the value of the dtstamp property.voidSets the value of the timezoneAliasInfo property.
-
Field Details
-
dtstamp
-
timezoneAliasInfo
-
-
Constructor Details
-
TimezonesAliasInfoType
public TimezonesAliasInfoType()
-
-
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
-
getTimezoneAliasInfo
Gets the value of the timezoneAliasInfo property.- Returns:
- possible object is
ArrayOfTimezoneAliasInfoType
-
setTimezoneAliasInfo
Sets the value of the timezoneAliasInfo property.- Parameters:
value- allowed object isArrayOfTimezoneAliasInfoType
-