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

Packages that use SensorChangedType
net.opengis.swes.x20   
net.opengis.swes.x20.impl   
 

Uses of SensorChangedType in net.opengis.swes.x20
 

Subinterfaces of SensorChangedType in net.opengis.swes.x20
 interface SensorDescriptionUpdatedType
          An XML SensorDescriptionUpdatedType(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20 that return SensorChangedType
 SensorChangedType SensorChangedPropertyType.addNewSensorChanged()
          Appends and returns a new empty "SensorChanged" element
 SensorChangedType SensorChangedDocument.addNewSensorChanged()
          Appends and returns a new empty "SensorChanged" element
 SensorChangedType SensorChangedPropertyType.getSensorChanged()
          Gets the "SensorChanged" element
 SensorChangedType SensorChangedDocument.getSensorChanged()
          Gets the "SensorChanged" element
static SensorChangedType SensorChangedType.Factory.newInstance()
           
static SensorChangedType SensorChangedType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SensorChangedType SensorChangedType.Factory.parse(File file)
           
static SensorChangedType SensorChangedType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SensorChangedType SensorChangedType.Factory.parse(InputStream is)
           
static SensorChangedType SensorChangedType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SensorChangedType SensorChangedType.Factory.parse(Node node)
           
static SensorChangedType SensorChangedType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SensorChangedType SensorChangedType.Factory.parse(Reader r)
           
static SensorChangedType SensorChangedType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SensorChangedType SensorChangedType.Factory.parse(String xmlAsString)
           
static SensorChangedType SensorChangedType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SensorChangedType SensorChangedType.Factory.parse(URL u)
           
static SensorChangedType SensorChangedType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SensorChangedType SensorChangedType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SensorChangedType SensorChangedType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SensorChangedType SensorChangedType.Factory.parse(XMLStreamReader sr)
           
static SensorChangedType SensorChangedType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.swes.x20 with parameters of type SensorChangedType
 void SensorChangedPropertyType.setSensorChanged(SensorChangedType sensorChanged)
          Sets the "SensorChanged" element
 void SensorChangedDocument.setSensorChanged(SensorChangedType sensorChanged)
          Sets the "SensorChanged" element
 

Uses of SensorChangedType in net.opengis.swes.x20.impl
 

Classes in net.opengis.swes.x20.impl that implement SensorChangedType
 class SensorChangedTypeImpl
          An XML SensorChangedType(@http://www.opengis.net/swes/2.0).
 class SensorDescriptionUpdatedTypeImpl
          An XML SensorDescriptionUpdatedType(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20.impl that return SensorChangedType
 SensorChangedType SensorChangedPropertyTypeImpl.addNewSensorChanged()
          Appends and returns a new empty "SensorChanged" element
 SensorChangedType SensorChangedDocumentImpl.addNewSensorChanged()
          Appends and returns a new empty "SensorChanged" element
 SensorChangedType SensorChangedPropertyTypeImpl.getSensorChanged()
          Gets the "SensorChanged" element
 SensorChangedType SensorChangedDocumentImpl.getSensorChanged()
          Gets the "SensorChanged" element
 

Methods in net.opengis.swes.x20.impl with parameters of type SensorChangedType
 void SensorChangedPropertyTypeImpl.setSensorChanged(SensorChangedType sensorChanged)
          Sets the "SensorChanged" element
 void SensorChangedDocumentImpl.setSensorChanged(SensorChangedType sensorChanged)
          Sets the "SensorChanged" element
 



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