| Package | Description |
|---|---|
| net.opengis.waterml.x20 | |
| net.opengis.waterml.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
TimeZoneType |
TimeZoneDocument.addNewTimeZone()
Appends and returns a new empty "TimeZone" element
|
TimeZoneType |
TimeZonePropertyType.addNewTimeZone()
Appends and returns a new empty "TimeZone" element
|
TimeZoneType |
TimeZoneDocument.getTimeZone()
Gets the "TimeZone" element
|
TimeZoneType |
TimeZonePropertyType.getTimeZone()
Gets the "TimeZone" element
|
static TimeZoneType |
TimeZoneType.Factory.newInstance() |
static TimeZoneType |
TimeZoneType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TimeZoneType |
TimeZoneType.Factory.parse(File file) |
static TimeZoneType |
TimeZoneType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TimeZoneType |
TimeZoneType.Factory.parse(InputStream is) |
static TimeZoneType |
TimeZoneType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TimeZoneType |
TimeZoneType.Factory.parse(Node node) |
static TimeZoneType |
TimeZoneType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TimeZoneType |
TimeZoneType.Factory.parse(Reader r) |
static TimeZoneType |
TimeZoneType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TimeZoneType |
TimeZoneType.Factory.parse(String xmlAsString) |
static TimeZoneType |
TimeZoneType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TimeZoneType |
TimeZoneType.Factory.parse(URL u) |
static TimeZoneType |
TimeZoneType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TimeZoneType |
TimeZoneType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TimeZoneType |
TimeZoneType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TimeZoneType |
TimeZoneType.Factory.parse(XMLStreamReader sr) |
static TimeZoneType |
TimeZoneType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeZoneDocument.setTimeZone(TimeZoneType timeZone)
Sets the "TimeZone" element
|
void |
TimeZonePropertyType.setTimeZone(TimeZoneType timeZone)
Sets the "TimeZone" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimeZoneTypeImpl
An XML TimeZoneType(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
TimeZoneType |
TimeZonePropertyTypeImpl.addNewTimeZone()
Appends and returns a new empty "TimeZone" element
|
TimeZoneType |
TimeZoneDocumentImpl.addNewTimeZone()
Appends and returns a new empty "TimeZone" element
|
TimeZoneType |
TimeZonePropertyTypeImpl.getTimeZone()
Gets the "TimeZone" element
|
TimeZoneType |
TimeZoneDocumentImpl.getTimeZone()
Gets the "TimeZone" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeZonePropertyTypeImpl.setTimeZone(TimeZoneType timeZone)
Sets the "TimeZone" element
|
void |
TimeZoneDocumentImpl.setTimeZone(TimeZoneType timeZone)
Sets the "TimeZone" element
|
Copyright © 2017 52north.org. All rights reserved.