Uses of Interface
net.opengis.swes.x20.DeleteSensorType
-
Packages that use DeleteSensorType Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of DeleteSensorType in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return DeleteSensorType Modifier and Type Method Description DeleteSensorTypeDeleteSensorDocument. addNewDeleteSensor()Appends and returns a new empty "DeleteSensor" elementDeleteSensorTypeDeleteSensorPropertyType. addNewDeleteSensor()Appends and returns a new empty "DeleteSensor" elementDeleteSensorTypeDeleteSensorDocument. getDeleteSensor()Gets the "DeleteSensor" elementDeleteSensorTypeDeleteSensorPropertyType. getDeleteSensor()Gets the "DeleteSensor" elementstatic DeleteSensorTypeDeleteSensorType.Factory. newInstance()static DeleteSensorTypeDeleteSensorType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DeleteSensorTypeDeleteSensorType.Factory. parse(File file)static DeleteSensorTypeDeleteSensorType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DeleteSensorTypeDeleteSensorType.Factory. parse(InputStream is)static DeleteSensorTypeDeleteSensorType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DeleteSensorTypeDeleteSensorType.Factory. parse(Reader r)static DeleteSensorTypeDeleteSensorType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DeleteSensorTypeDeleteSensorType.Factory. parse(String xmlAsString)static DeleteSensorTypeDeleteSensorType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DeleteSensorTypeDeleteSensorType.Factory. parse(URL u)static DeleteSensorTypeDeleteSensorType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DeleteSensorTypeDeleteSensorType.Factory. parse(XMLStreamReader sr)static DeleteSensorTypeDeleteSensorType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DeleteSensorTypeDeleteSensorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DeleteSensorTypeDeleteSensorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DeleteSensorTypeDeleteSensorType.Factory. parse(Node node)static DeleteSensorTypeDeleteSensorType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type DeleteSensorType Modifier and Type Method Description voidDeleteSensorDocument. setDeleteSensor(DeleteSensorType deleteSensor)Sets the "DeleteSensor" elementvoidDeleteSensorPropertyType. setDeleteSensor(DeleteSensorType deleteSensor)Sets the "DeleteSensor" element -
Uses of DeleteSensorType in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement DeleteSensorType Modifier and Type Class Description classDeleteSensorTypeImplAn XML DeleteSensorType(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return DeleteSensorType Modifier and Type Method Description DeleteSensorTypeDeleteSensorDocumentImpl. addNewDeleteSensor()Appends and returns a new empty "DeleteSensor" elementDeleteSensorTypeDeleteSensorPropertyTypeImpl. addNewDeleteSensor()Appends and returns a new empty "DeleteSensor" elementDeleteSensorTypeDeleteSensorDocumentImpl. getDeleteSensor()Gets the "DeleteSensor" elementDeleteSensorTypeDeleteSensorPropertyTypeImpl. getDeleteSensor()Gets the "DeleteSensor" elementMethods in net.opengis.swes.x20.impl with parameters of type DeleteSensorType Modifier and Type Method Description voidDeleteSensorDocumentImpl. setDeleteSensor(DeleteSensorType deleteSensor)Sets the "DeleteSensor" elementvoidDeleteSensorPropertyTypeImpl. setDeleteSensor(DeleteSensorType deleteSensor)Sets the "DeleteSensor" element
-