Class SummaryType

java.lang.Object
ietf.params.xml.ns.timezone_service.SummaryType

public class SummaryType extends Object
This defines the element that provides summary information for a timezone in the timezones list.

Java class for SummaryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SummaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tzid" type="{urn:ietf:params:xml:ns:timezone-service}TzidType"/>
         <element name="last-modified" type="{urn:ietf:params:xml:ns:timezone-service}LastmodifiedType"/>
         <element name="inactive" type="{urn:ietf:params:xml:ns:timezone-service}InactiveType" minOccurs="0"/>
         <element name="local-name" type="{urn:ietf:params:xml:ns:timezone-service}LocalNameType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="alias" type="{urn:ietf:params:xml:ns:timezone-service}AliasType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SummaryType

      public SummaryType()
  • 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
    • getLastModified

      public XMLGregorianCalendar getLastModified()
      Gets the value of the lastModified property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastModified

      public void setLastModified(XMLGregorianCalendar value)
      Sets the value of the lastModified property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getInactive

      public InactiveType getInactive()
      Gets the value of the inactive property.
      Returns:
      possible object is InactiveType
    • setInactive

      public void setInactive(InactiveType value)
      Sets the value of the inactive property.
      Parameters:
      value - allowed object is InactiveType
    • getLocalName

      public List<LocalNameType> getLocalName()
      Gets the value of the localName property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the localName property.

      For example, to add a new item, do as follows:

          getLocalName().add(newItem);
       

      Objects of the following type(s) are allowed in the list LocalNameType

    • getAlias

      public List<AliasType> getAlias()
      Gets the value of the alias property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the alias property.

      For example, to add a new item, do as follows:

          getAlias().add(newItem);
       

      Objects of the following type(s) are allowed in the list AliasType