Class TimezoneAliasInfoType

java.lang.Object
ietf.params.xml.ns.timezone_service_aliases.TimezoneAliasInfoType

public class TimezoneAliasInfoType extends Object
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 Details

  • Constructor Details

    • TimezoneAliasInfoType

      public TimezoneAliasInfoType()
  • Method Details

    • getTzid

      public String getTzid()
      Gets the value of the tzid property.
      Returns:
      possible object is String
    • setTzid

      public void setTzid(String value)
      Sets the value of the tzid property.
      Parameters:
      value - allowed object is String
    • getAliases

      public ArrayOfAliasInfoType getAliases()
      Gets the value of the aliases property.
      Returns:
      possible object is ArrayOfAliasInfoType
    • setAliases

      public void setAliases(ArrayOfAliasInfoType value)
      Sets the value of the aliases property.
      Parameters:
      value - allowed object is ArrayOfAliasInfoType