| Package | Description |
|---|---|
| net.opengis.eml.x001 | |
| net.opengis.eml.x001.impl |
| Modifier and Type | Method and Description |
|---|---|
EventType |
EventDocument.addNewEvent()
Appends and returns a new empty "Event" element
|
EventType |
EventCharacteristicsType.CausalVector.addNewEvent()
Appends and returns a new empty value (as xml) as the last "Event" element
|
EventType |
EventPropertyType.addNewEvent()
Appends and returns a new empty "Event" element
|
EventType |
EventDocument.getEvent()
Gets the "Event" element
|
EventType |
EventPropertyType.getEvent()
Gets the "Event" element
|
EventType[] |
EventCharacteristicsType.CausalVector.getEventArray()
Gets array of all "Event" elements
|
EventType |
EventCharacteristicsType.CausalVector.getEventArray(int i)
Gets ith "Event" element
|
EventType |
EventCharacteristicsType.CausalVector.insertNewEvent(int i)
Inserts and returns a new empty value (as xml) as the ith "Event" element
|
static EventType |
EventType.Factory.newInstance() |
static EventType |
EventType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EventType |
EventType.Factory.parse(File file) |
static EventType |
EventType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EventType |
EventType.Factory.parse(InputStream is) |
static EventType |
EventType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EventType |
EventType.Factory.parse(Node node) |
static EventType |
EventType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EventType |
EventType.Factory.parse(Reader r) |
static EventType |
EventType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EventType |
EventType.Factory.parse(String xmlAsString) |
static EventType |
EventType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EventType |
EventType.Factory.parse(URL u) |
static EventType |
EventType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EventType |
EventType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EventType |
EventType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EventType |
EventType.Factory.parse(XMLStreamReader sr) |
static EventType |
EventType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDocument.setEvent(EventType event)
Sets the "Event" element
|
void |
EventPropertyType.setEvent(EventType event)
Sets the "Event" element
|
void |
EventCharacteristicsType.CausalVector.setEventArray(EventType[] eventArray)
Sets array of all "Event" element
|
void |
EventCharacteristicsType.CausalVector.setEventArray(int i,
EventType event)
Sets ith "Event" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventTypeImpl
An XML EventType(@http://www.opengis.net/eml/0.0.1).
|
| Modifier and Type | Method and Description |
|---|---|
EventType |
EventPropertyTypeImpl.addNewEvent()
Appends and returns a new empty "Event" element
|
EventType |
EventDocumentImpl.addNewEvent()
Appends and returns a new empty "Event" element
|
EventType |
EventCharacteristicsTypeImpl.CausalVectorImpl.addNewEvent()
Appends and returns a new empty value (as xml) as the last "Event" element
|
EventType |
EventPropertyTypeImpl.getEvent()
Gets the "Event" element
|
EventType |
EventDocumentImpl.getEvent()
Gets the "Event" element
|
EventType[] |
EventCharacteristicsTypeImpl.CausalVectorImpl.getEventArray()
Gets array of all "Event" elements
|
EventType |
EventCharacteristicsTypeImpl.CausalVectorImpl.getEventArray(int i)
Gets ith "Event" element
|
EventType |
EventCharacteristicsTypeImpl.CausalVectorImpl.insertNewEvent(int i)
Inserts and returns a new empty value (as xml) as the ith "Event" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventPropertyTypeImpl.setEvent(EventType event)
Sets the "Event" element
|
void |
EventDocumentImpl.setEvent(EventType event)
Sets the "Event" element
|
void |
EventCharacteristicsTypeImpl.CausalVectorImpl.setEventArray(EventType[] eventArray)
Sets array of all "Event" element
|
void |
EventCharacteristicsTypeImpl.CausalVectorImpl.setEventArray(int i,
EventType event)
Sets ith "Event" element
|
Copyright © 2016 52north.org. All rights reserved.