|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventType | |
---|---|
net.opengis.eml.x001 | |
net.opengis.eml.x001.impl |
Uses of EventType in net.opengis.eml.x001 |
---|
Methods in net.opengis.eml.x001 that return EventType | |
---|---|
EventType |
EventDocument.addNewEvent()
Appends and returns a new empty "Event" element |
EventType |
EventPropertyType.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 |
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)
|
Methods in net.opengis.eml.x001 with parameters of type EventType | |
---|---|
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 |
Uses of EventType in net.opengis.eml.x001.impl |
---|
Classes in net.opengis.eml.x001.impl that implement EventType | |
---|---|
class |
EventTypeImpl
An XML EventType(@http://www.opengis.net/eml/0.0.1). |
Methods in net.opengis.eml.x001.impl that return EventType | |
---|---|
EventType |
EventPropertyTypeImpl.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 |
EventDocumentImpl.addNewEvent()
Appends and returns a new empty "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 |
Methods in net.opengis.eml.x001.impl with parameters of type EventType | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |