public interface TimeZonePropertyType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TimeZonePropertyType.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 |
|---|---|
TimeZoneType |
addNewTimeZone()
Appends and returns a new empty "TimeZone" element
|
boolean |
getOwns()
Gets the "owns" attribute
|
TimeZoneType |
getTimeZone()
Gets the "TimeZone" element
|
boolean |
isSetOwns()
True if has "owns" attribute
|
void |
setOwns(boolean owns)
Sets the "owns" attribute
|
void |
setTimeZone(TimeZoneType timeZone)
Sets the "TimeZone" element
|
void |
unsetOwns()
Unsets the "owns" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetOwns()
Gets (as xml) the "owns" attribute
|
void |
xsetOwns(org.apache.xmlbeans.XmlBoolean owns)
Sets (as xml) the "owns" attribute
|
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, xmlTextTimeZoneType getTimeZone()
void setTimeZone(TimeZoneType timeZone)
TimeZoneType addNewTimeZone()
boolean getOwns()
org.apache.xmlbeans.XmlBoolean xgetOwns()
boolean isSetOwns()
void setOwns(boolean owns)
void xsetOwns(org.apache.xmlbeans.XmlBoolean owns)
void unsetOwns()
Copyright © 2017 52north.org. All rights reserved.