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