Uses of Interface
net.opengis.swes.x20.DeleteSensorType

Packages that use DeleteSensorType
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
 DeleteSensorType DeleteSensorPropertyType.addNewDeleteSensor()
          Appends and returns a new empty "DeleteSensor" element
 DeleteSensorType DeleteSensorDocument.addNewDeleteSensor()
          Appends and returns a new empty "DeleteSensor" element
 DeleteSensorType DeleteSensorPropertyType.getDeleteSensor()
          Gets the "DeleteSensor" element
 DeleteSensorType DeleteSensorDocument.getDeleteSensor()
          Gets the "DeleteSensor" element
static DeleteSensorType DeleteSensorType.Factory.newInstance()
           
static DeleteSensorType DeleteSensorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorType DeleteSensorType.Factory.parse(File file)
           
static DeleteSensorType DeleteSensorType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorType DeleteSensorType.Factory.parse(InputStream is)
           
static DeleteSensorType DeleteSensorType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorType DeleteSensorType.Factory.parse(Node node)
           
static DeleteSensorType DeleteSensorType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorType DeleteSensorType.Factory.parse(Reader r)
           
static DeleteSensorType DeleteSensorType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorType DeleteSensorType.Factory.parse(String xmlAsString)
           
static DeleteSensorType DeleteSensorType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorType DeleteSensorType.Factory.parse(URL u)
           
static DeleteSensorType DeleteSensorType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DeleteSensorType DeleteSensorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DeleteSensorType DeleteSensorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DeleteSensorType DeleteSensorType.Factory.parse(XMLStreamReader sr)
           
static DeleteSensorType DeleteSensorType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.swes.x20 with parameters of type DeleteSensorType
 void DeleteSensorPropertyType.setDeleteSensor(DeleteSensorType deleteSensor)
          Sets the "DeleteSensor" element
 void DeleteSensorDocument.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
 class DeleteSensorTypeImpl
          An XML DeleteSensorType(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20.impl that return DeleteSensorType
 DeleteSensorType DeleteSensorPropertyTypeImpl.addNewDeleteSensor()
          Appends and returns a new empty "DeleteSensor" element
 DeleteSensorType DeleteSensorDocumentImpl.addNewDeleteSensor()
          Appends and returns a new empty "DeleteSensor" element
 DeleteSensorType DeleteSensorPropertyTypeImpl.getDeleteSensor()
          Gets the "DeleteSensor" element
 DeleteSensorType DeleteSensorDocumentImpl.getDeleteSensor()
          Gets the "DeleteSensor" element
 

Methods in net.opengis.swes.x20.impl with parameters of type DeleteSensorType
 void DeleteSensorPropertyTypeImpl.setDeleteSensor(DeleteSensorType deleteSensor)
          Sets the "DeleteSensor" element
 void DeleteSensorDocumentImpl.setDeleteSensor(DeleteSensorType deleteSensor)
          Sets the "DeleteSensor" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.