Uses of Interface
net.opengis.eml.x002.EventType
-
Packages that use EventType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of EventType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return EventType Modifier and Type Method Description EventTypeEventCharacteristicsType.CausalVector. addNewEvent()Appends and returns a new empty value (as xml) as the last "Event" elementEventTypeEventDocument. addNewEvent()Appends and returns a new empty "Event" elementEventTypeEventPropertyType. addNewEvent()Appends and returns a new empty "Event" elementEventTypeEventDocument. getEvent()Gets the "Event" elementEventTypeEventPropertyType. getEvent()Gets the "Event" elementEventType[]EventCharacteristicsType.CausalVector. getEventArray()Gets array of all "Event" elementsEventTypeEventCharacteristicsType.CausalVector. getEventArray(int i)Gets ith "Event" elementEventTypeEventCharacteristicsType.CausalVector. insertNewEvent(int i)Inserts and returns a new empty value (as xml) as the ith "Event" elementstatic EventTypeEventType.Factory. newInstance()static EventTypeEventType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(File file)static EventTypeEventType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(InputStream is)static EventTypeEventType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(Reader r)static EventTypeEventType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(String xmlAsString)static EventTypeEventType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(URL u)static EventTypeEventType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(XMLStreamReader sr)static EventTypeEventType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EventTypeEventType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EventTypeEventType.Factory. parse(Node node)static EventTypeEventType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type EventType Modifier and Type Method Description voidEventDocument. setEvent(EventType event)Sets the "Event" elementvoidEventPropertyType. setEvent(EventType event)Sets the "Event" elementvoidEventCharacteristicsType.CausalVector. setEventArray(int i, EventType event)Sets ith "Event" elementvoidEventCharacteristicsType.CausalVector. setEventArray(EventType[] eventArray)Sets array of all "Event" element -
Uses of EventType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement EventType Modifier and Type Class Description classEventTypeImplAn XML EventType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return EventType Modifier and Type Method Description EventTypeEventCharacteristicsTypeImpl.CausalVectorImpl. addNewEvent()Appends and returns a new empty value (as xml) as the last "Event" elementEventTypeEventDocumentImpl. addNewEvent()Appends and returns a new empty "Event" elementEventTypeEventPropertyTypeImpl. addNewEvent()Appends and returns a new empty "Event" elementEventTypeEventDocumentImpl. getEvent()Gets the "Event" elementEventTypeEventPropertyTypeImpl. getEvent()Gets the "Event" elementEventType[]EventCharacteristicsTypeImpl.CausalVectorImpl. getEventArray()Gets array of all "Event" elementsEventTypeEventCharacteristicsTypeImpl.CausalVectorImpl. getEventArray(int i)Gets ith "Event" elementEventTypeEventCharacteristicsTypeImpl.CausalVectorImpl. insertNewEvent(int i)Inserts and returns a new empty value (as xml) as the ith "Event" elementMethods in net.opengis.eml.x002.impl with parameters of type EventType Modifier and Type Method Description voidEventDocumentImpl. setEvent(EventType event)Sets the "Event" elementvoidEventPropertyTypeImpl. setEvent(EventType event)Sets the "Event" elementvoidEventCharacteristicsTypeImpl.CausalVectorImpl. setEventArray(int i, EventType event)Sets ith "Event" elementvoidEventCharacteristicsTypeImpl.CausalVectorImpl. setEventArray(EventType[] eventArray)Sets array of all "Event" element
-