public class TimezoneAliasInfoType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAliasInfoType |
aliases |
protected String |
tzid |
| Constructor and Description |
|---|
TimezoneAliasInfoType() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAliasInfoType |
getAliases()
Gets the value of the aliases property.
|
String |
getTzid()
Gets the value of the tzid property.
|
void |
setAliases(ArrayOfAliasInfoType value)
Sets the value of the aliases property.
|
void |
setTzid(String value)
Sets the value of the tzid property.
|
protected String tzid
protected ArrayOfAliasInfoType aliases
public String getTzid()
Stringpublic void setTzid(String value)
value - allowed object is
Stringpublic ArrayOfAliasInfoType getAliases()
ArrayOfAliasInfoTypepublic void setAliases(ArrayOfAliasInfoType value)
value - allowed object is
ArrayOfAliasInfoTypeCopyright © 2017 Bedework. All rights reserved.