| Package | Description |
|---|---|
| net.opengis.eml.x002 | |
| net.opengis.eml.x002.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(File file) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(InputStream is) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(Node node) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(Reader r) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(String xmlAsString) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(URL u) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(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(XMLStreamReader sr) |
static EventContentPropertyType |
EventContentPropertyType.Factory.parse(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.2).
|
| 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 © 2018 52north.org. All rights reserved.