Uses of Interface
net.opengis.swes.x20.SWESEventType
-
Packages that use SWESEventType Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of SWESEventType in net.opengis.swes.x20
Subinterfaces of SWESEventType in net.opengis.swes.x20 Modifier and Type Interface Description interfaceOfferingChangedTypeAn XML OfferingChangedType(@http://www.opengis.net/swes/2.0).interfaceSensorChangedTypeAn XML SensorChangedType(@http://www.opengis.net/swes/2.0).interfaceSensorDescriptionUpdatedTypeAn XML SensorDescriptionUpdatedType(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20 that return SWESEventType Modifier and Type Method Description SWESEventTypeSWESEventDocument. addNewSWESEvent()Appends and returns a new empty "SWESEvent" elementSWESEventTypeSWESEventPropertyType. addNewSWESEvent()Appends and returns a new empty "SWESEvent" elementSWESEventTypeSWESEventDocument. getSWESEvent()Gets the "SWESEvent" elementSWESEventTypeSWESEventPropertyType. getSWESEvent()Gets the "SWESEvent" elementstatic SWESEventTypeSWESEventType.Factory. newInstance()static SWESEventTypeSWESEventType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SWESEventTypeSWESEventType.Factory. parse(File file)static SWESEventTypeSWESEventType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SWESEventTypeSWESEventType.Factory. parse(InputStream is)static SWESEventTypeSWESEventType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SWESEventTypeSWESEventType.Factory. parse(Reader r)static SWESEventTypeSWESEventType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SWESEventTypeSWESEventType.Factory. parse(String xmlAsString)static SWESEventTypeSWESEventType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SWESEventTypeSWESEventType.Factory. parse(URL u)static SWESEventTypeSWESEventType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SWESEventTypeSWESEventType.Factory. parse(XMLStreamReader sr)static SWESEventTypeSWESEventType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SWESEventTypeSWESEventType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SWESEventTypeSWESEventType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SWESEventTypeSWESEventType.Factory. parse(Node node)static SWESEventTypeSWESEventType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type SWESEventType Modifier and Type Method Description voidSWESEventDocument. setSWESEvent(SWESEventType swesEvent)Sets the "SWESEvent" elementvoidSWESEventPropertyType. setSWESEvent(SWESEventType swesEvent)Sets the "SWESEvent" element -
Uses of SWESEventType in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement SWESEventType Modifier and Type Class Description classOfferingChangedTypeImplAn XML OfferingChangedType(@http://www.opengis.net/swes/2.0).classSensorChangedTypeImplAn XML SensorChangedType(@http://www.opengis.net/swes/2.0).classSensorDescriptionUpdatedTypeImplAn XML SensorDescriptionUpdatedType(@http://www.opengis.net/swes/2.0).classSWESEventTypeImplAn XML SWESEventType(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return SWESEventType Modifier and Type Method Description SWESEventTypeSWESEventDocumentImpl. addNewSWESEvent()Appends and returns a new empty "SWESEvent" elementSWESEventTypeSWESEventPropertyTypeImpl. addNewSWESEvent()Appends and returns a new empty "SWESEvent" elementSWESEventTypeSWESEventDocumentImpl. getSWESEvent()Gets the "SWESEvent" elementSWESEventTypeSWESEventPropertyTypeImpl. getSWESEvent()Gets the "SWESEvent" elementMethods in net.opengis.swes.x20.impl with parameters of type SWESEventType Modifier and Type Method Description voidSWESEventDocumentImpl. setSWESEvent(SWESEventType swesEvent)Sets the "SWESEvent" elementvoidSWESEventPropertyTypeImpl. setSWESEvent(SWESEventType swesEvent)Sets the "SWESEvent" element
-