public interface TimeZoneType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TimeZoneType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getZoneAbbreviation()
Gets the "zoneAbbreviation" element
|
String |
getZoneOffset()
Gets the "zoneOffset" element
|
boolean |
isSetZoneAbbreviation()
True if has "zoneAbbreviation" element
|
void |
setZoneAbbreviation(String zoneAbbreviation)
Sets the "zoneAbbreviation" element
|
void |
setZoneOffset(String zoneOffset)
Sets the "zoneOffset" element
|
void |
unsetZoneAbbreviation()
Unsets the "zoneAbbreviation" element
|
org.apache.xmlbeans.XmlString |
xgetZoneAbbreviation()
Gets (as xml) the "zoneAbbreviation" element
|
org.apache.xmlbeans.XmlString |
xgetZoneOffset()
Gets (as xml) the "zoneOffset" element
|
void |
xsetZoneAbbreviation(org.apache.xmlbeans.XmlString zoneAbbreviation)
Sets (as xml) the "zoneAbbreviation" element
|
void |
xsetZoneOffset(org.apache.xmlbeans.XmlString zoneOffset)
Sets (as xml) the "zoneOffset" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getZoneOffset()
org.apache.xmlbeans.XmlString xgetZoneOffset()
void setZoneOffset(String zoneOffset)
void xsetZoneOffset(org.apache.xmlbeans.XmlString zoneOffset)
String getZoneAbbreviation()
org.apache.xmlbeans.XmlString xgetZoneAbbreviation()
boolean isSetZoneAbbreviation()
void setZoneAbbreviation(String zoneAbbreviation)
void xsetZoneAbbreviation(org.apache.xmlbeans.XmlString zoneAbbreviation)
void unsetZoneAbbreviation()
Copyright © 2017 52north.org. All rights reserved.