Uses of Interface
net.opengis.swes.x20.InsertSensorType
-
Packages that use InsertSensorType Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of InsertSensorType in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return InsertSensorType Modifier and Type Method Description InsertSensorTypeInsertSensorDocument. addNewInsertSensor()Appends and returns a new empty "InsertSensor" elementInsertSensorTypeInsertSensorPropertyType. addNewInsertSensor()Appends and returns a new empty "InsertSensor" elementInsertSensorTypeInsertSensorDocument. getInsertSensor()Gets the "InsertSensor" elementInsertSensorTypeInsertSensorPropertyType. getInsertSensor()Gets the "InsertSensor" elementstatic InsertSensorTypeInsertSensorType.Factory. newInstance()static InsertSensorTypeInsertSensorType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static InsertSensorTypeInsertSensorType.Factory. parse(File file)static InsertSensorTypeInsertSensorType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static InsertSensorTypeInsertSensorType.Factory. parse(InputStream is)static InsertSensorTypeInsertSensorType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static InsertSensorTypeInsertSensorType.Factory. parse(Reader r)static InsertSensorTypeInsertSensorType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static InsertSensorTypeInsertSensorType.Factory. parse(String xmlAsString)static InsertSensorTypeInsertSensorType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static InsertSensorTypeInsertSensorType.Factory. parse(URL u)static InsertSensorTypeInsertSensorType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static InsertSensorTypeInsertSensorType.Factory. parse(XMLStreamReader sr)static InsertSensorTypeInsertSensorType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static InsertSensorTypeInsertSensorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic InsertSensorTypeInsertSensorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic InsertSensorTypeInsertSensorType.Factory. parse(Node node)static InsertSensorTypeInsertSensorType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type InsertSensorType Modifier and Type Method Description voidInsertSensorDocument. setInsertSensor(InsertSensorType insertSensor)Sets the "InsertSensor" elementvoidInsertSensorPropertyType. setInsertSensor(InsertSensorType insertSensor)Sets the "InsertSensor" element -
Uses of InsertSensorType in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement InsertSensorType Modifier and Type Class Description classInsertSensorTypeImplAn XML InsertSensorType(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return InsertSensorType Modifier and Type Method Description InsertSensorTypeInsertSensorDocumentImpl. addNewInsertSensor()Appends and returns a new empty "InsertSensor" elementInsertSensorTypeInsertSensorPropertyTypeImpl. addNewInsertSensor()Appends and returns a new empty "InsertSensor" elementInsertSensorTypeInsertSensorDocumentImpl. getInsertSensor()Gets the "InsertSensor" elementInsertSensorTypeInsertSensorPropertyTypeImpl. getInsertSensor()Gets the "InsertSensor" elementMethods in net.opengis.swes.x20.impl with parameters of type InsertSensorType Modifier and Type Method Description voidInsertSensorDocumentImpl. setInsertSensor(InsertSensorType insertSensor)Sets the "InsertSensor" elementvoidInsertSensorPropertyTypeImpl. setInsertSensor(InsertSensorType insertSensor)Sets the "InsertSensor" element
-