Class TimezoneAliasInfoType
java.lang.Object
ietf.params.xml.ns.timezone_service_aliases.TimezoneAliasInfoType
aliases for a single timezone.
Java class for TimezoneAliasInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimezoneAliasInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tzid" type="{urn:ietf:params:xml:ns:timezone-service}TzidType"/>
<element ref="{urn:ietf:params:xml:ns:timezone-service-aliases}aliases"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aliases property.getTzid()Gets the value of the tzid property.voidsetAliases(ArrayOfAliasInfoType value) Sets the value of the aliases property.voidSets the value of the tzid property.
-
Field Details
-
tzid
-
aliases
-
-
Constructor Details
-
TimezoneAliasInfoType
public TimezoneAliasInfoType()
-
-
Method Details
-
getTzid
Gets the value of the tzid property.- Returns:
- possible object is
String
-
setTzid
Sets the value of the tzid property.- Parameters:
value- allowed object isString
-
getAliases
Gets the value of the aliases property.- Returns:
- possible object is
ArrayOfAliasInfoType
-
setAliases
Sets the value of the aliases property.- Parameters:
value- allowed object isArrayOfAliasInfoType
-