Uses of Interface
net.opengis.sensorml.x20.StatusType
-
Packages that use StatusType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of StatusType in net.opengis.sensorml.x20
Subinterfaces of StatusType in net.opengis.sensorml.x20 Modifier and Type Interface Description interfaceStatusSettingPropertyTypeAn XML StatusSettingPropertyType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20 that return StatusType Modifier and Type Method Description static StatusTypeStatusType.Factory. newInstance()static StatusTypeStatusType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static StatusTypeStatusType.Factory. newValue(Object obj)static StatusTypeStatusType.Factory. parse(File file)static StatusTypeStatusType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static StatusTypeStatusType.Factory. parse(InputStream is)static StatusTypeStatusType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static StatusTypeStatusType.Factory. parse(Reader r)static StatusTypeStatusType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static StatusTypeStatusType.Factory. parse(String xmlAsString)static StatusTypeStatusType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static StatusTypeStatusType.Factory. parse(URL u)static StatusTypeStatusType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static StatusTypeStatusType.Factory. parse(XMLStreamReader sr)static StatusTypeStatusType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static StatusTypeStatusType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic StatusTypeStatusType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic StatusTypeStatusType.Factory. parse(Node node)static StatusTypeStatusType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of StatusType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement StatusType Modifier and Type Class Description classStatusSettingPropertyTypeImplAn XML StatusSettingPropertyType(@http://www.opengis.net/sensorml/2.0).classStatusTypeImplAn XML StatusType(@http://www.opengis.net/sensorml/2.0).
-