public class SummaryType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<AliasType> |
alias |
protected InactiveType |
inactive |
protected XMLGregorianCalendar |
lastModified |
protected List<LocalNameType> |
localName |
protected String |
tzid |
| Constructor and Description |
|---|
SummaryType() |
| Modifier and Type | Method and Description |
|---|---|
List<AliasType> |
getAlias()
Gets the value of the alias property.
|
InactiveType |
getInactive()
Gets the value of the inactive property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
List<LocalNameType> |
getLocalName()
Gets the value of the localName property.
|
String |
getTzid()
Gets the value of the tzid property.
|
void |
setInactive(InactiveType value)
Sets the value of the inactive property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setTzid(String value)
Sets the value of the tzid property.
|
protected String tzid
protected XMLGregorianCalendar lastModified
protected InactiveType inactive
protected List<LocalNameType> localName
public String getTzid()
Stringpublic void setTzid(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic InactiveType getInactive()
InactiveTypepublic void setInactive(InactiveType value)
value - allowed object is
InactiveTypepublic List<LocalNameType> getLocalName()
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
public List<AliasType> getAlias()
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
Copyright © 2015 Bedework. All rights reserved.