| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.impl |
| Modifier and Type | Method and Description |
|---|---|
EventTimePropertyType |
EventCharacteristicsType.addNewEventTime()
Appends and returns a new empty "eventTime" element
|
EventTimePropertyType |
EventCharacteristicsType.getEventTime()
Gets the "eventTime" element
|
static EventTimePropertyType |
EventTimePropertyType.Factory.newInstance() |
static EventTimePropertyType |
EventTimePropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.io.File file) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.io.InputStream is) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(org.w3c.dom.Node node) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.io.Reader r) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.lang.String xmlAsString) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.net.URL u) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static EventTimePropertyType |
EventTimePropertyType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventCharacteristicsType.setEventTime(EventTimePropertyType eventTime)
Sets the "eventTime" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventTimePropertyTypeImpl
An XML EventTimePropertyType(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Method and Description |
|---|---|
EventTimePropertyType |
EventCharacteristicsTypeImpl.addNewEventTime()
Appends and returns a new empty "eventTime" element
|
EventTimePropertyType |
EventCharacteristicsTypeImpl.getEventTime()
Gets the "eventTime" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventCharacteristicsTypeImpl.setEventTime(EventTimePropertyType eventTime)
Sets the "eventTime" element
|
Copyright © 2015–2018 52north.org. All rights reserved.