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