Uses of Interface
net.opengis.eml.x002.EventCharacteristicsType
-
Packages that use EventCharacteristicsType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of EventCharacteristicsType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return EventCharacteristicsType Modifier and Type Method Description EventCharacteristicsTypeEventCharacteristicsDocument. addNewEventCharacteristics()Appends and returns a new empty "EventCharacteristics" elementEventCharacteristicsTypeEventCharacteristicsPropertyType. addNewEventCharacteristics()Appends and returns a new empty "EventCharacteristics" elementEventCharacteristicsTypeEventContentPropertyType. addNewEventCharacteristics()Appends and returns a new empty "EventCharacteristics" elementEventCharacteristicsTypeEventCharacteristicsDocument. getEventCharacteristics()Gets the "EventCharacteristics" elementEventCharacteristicsTypeEventCharacteristicsPropertyType. getEventCharacteristics()Gets the "EventCharacteristics" elementEventCharacteristicsTypeEventContentPropertyType. getEventCharacteristics()Gets the "EventCharacteristics" elementstatic EventCharacteristicsTypeEventCharacteristicsType.Factory. newInstance()static EventCharacteristicsTypeEventCharacteristicsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(File file)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(InputStream is)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(Reader r)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(String xmlAsString)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(URL u)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(XMLStreamReader sr)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(Node node)static EventCharacteristicsTypeEventCharacteristicsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type EventCharacteristicsType Modifier and Type Method Description voidEventCharacteristicsDocument. setEventCharacteristics(EventCharacteristicsType eventCharacteristics)Sets the "EventCharacteristics" elementvoidEventCharacteristicsPropertyType. setEventCharacteristics(EventCharacteristicsType eventCharacteristics)Sets the "EventCharacteristics" elementvoidEventContentPropertyType. setEventCharacteristics(EventCharacteristicsType eventCharacteristics)Sets the "EventCharacteristics" element -
Uses of EventCharacteristicsType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement EventCharacteristicsType Modifier and Type Class Description classEventCharacteristicsTypeImplAn XML EventCharacteristicsType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return EventCharacteristicsType Modifier and Type Method Description EventCharacteristicsTypeEventCharacteristicsDocumentImpl. addNewEventCharacteristics()Appends and returns a new empty "EventCharacteristics" elementEventCharacteristicsTypeEventCharacteristicsPropertyTypeImpl. addNewEventCharacteristics()Appends and returns a new empty "EventCharacteristics" elementEventCharacteristicsTypeEventContentPropertyTypeImpl. addNewEventCharacteristics()Appends and returns a new empty "EventCharacteristics" elementEventCharacteristicsTypeEventCharacteristicsDocumentImpl. getEventCharacteristics()Gets the "EventCharacteristics" elementEventCharacteristicsTypeEventCharacteristicsPropertyTypeImpl. getEventCharacteristics()Gets the "EventCharacteristics" elementEventCharacteristicsTypeEventContentPropertyTypeImpl. getEventCharacteristics()Gets the "EventCharacteristics" elementMethods in net.opengis.eml.x002.impl with parameters of type EventCharacteristicsType Modifier and Type Method Description voidEventCharacteristicsDocumentImpl. setEventCharacteristics(EventCharacteristicsType eventCharacteristics)Sets the "EventCharacteristics" elementvoidEventCharacteristicsPropertyTypeImpl. setEventCharacteristics(EventCharacteristicsType eventCharacteristics)Sets the "EventCharacteristics" elementvoidEventContentPropertyTypeImpl. setEventCharacteristics(EventCharacteristicsType eventCharacteristics)Sets the "EventCharacteristics" element
-