Class TimezoneListType

java.lang.Object
ietf.params.xml.ns.timezone_service.BaseResultType
ietf.params.xml.ns.timezone_service.TimezoneListType

public class TimezoneListType extends BaseResultType
This defines the root (top-level) element used as the container for a timezone listing.

Java class for TimezoneListType complex type.

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

 <complexType name="TimezoneListType">
   <complexContent>
     <extension base="{urn:ietf:params:xml:ns:timezone-service}BaseResultType">
       <sequence>
         <element name="dtstamp" type="{urn:ietf:params:xml:ns:timezone-service}DtstampType"/>
         <element name="summary" type="{urn:ietf:params:xml:ns:timezone-service}SummaryType" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TimezoneListType

      public TimezoneListType()
  • Method Details

    • getDtstamp

      public XMLGregorianCalendar getDtstamp()
      Gets the value of the dtstamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDtstamp

      public void setDtstamp(XMLGregorianCalendar value)
      Sets the value of the dtstamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getSummary

      public List<SummaryType> getSummary()
      Gets the value of the summary 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 summary property.

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

          getSummary().add(newItem);
       

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