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

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

Uses of AbstractSWESType in net.opengis.swes.x20
 

Subinterfaces of AbstractSWESType in net.opengis.swes.x20
 interface AbstractContentsType
          An XML AbstractContentsType(@http://www.opengis.net/swes/2.0).
 interface AbstractOfferingType
          An XML AbstractOfferingType(@http://www.opengis.net/swes/2.0).
 interface FilterDialectMetadataType
          An XML FilterDialectMetadataType(@http://www.opengis.net/swes/2.0).
 interface NotificationBrokerMetadataType
          An XML NotificationBrokerMetadataType(@http://www.opengis.net/swes/2.0).
 interface NotificationProducerMetadataType
          An XML NotificationProducerMetadataType(@http://www.opengis.net/swes/2.0).
 interface OfferingChangedType
          An XML OfferingChangedType(@http://www.opengis.net/swes/2.0).
 interface SensorChangedType
          An XML SensorChangedType(@http://www.opengis.net/swes/2.0).
 interface SensorDescriptionUpdatedType
          An XML SensorDescriptionUpdatedType(@http://www.opengis.net/swes/2.0).
 interface SWESEventType
          An XML SWESEventType(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20 that return AbstractSWESType
 AbstractSWESType AbstractSWESPropertyType.addNewAbstractSWES()
          Appends and returns a new empty "AbstractSWES" element
 AbstractSWESType AbstractSWESDocument.addNewAbstractSWES()
          Appends and returns a new empty "AbstractSWES" element
 AbstractSWESType AbstractSWESPropertyType.getAbstractSWES()
          Gets the "AbstractSWES" element
 AbstractSWESType AbstractSWESDocument.getAbstractSWES()
          Gets the "AbstractSWES" element
static AbstractSWESType AbstractSWESType.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static AbstractSWESType AbstractSWESType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static AbstractSWESType AbstractSWESType.Factory.parse(File file)
           
static AbstractSWESType AbstractSWESType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSWESType AbstractSWESType.Factory.parse(InputStream is)
           
static AbstractSWESType AbstractSWESType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSWESType AbstractSWESType.Factory.parse(Node node)
           
static AbstractSWESType AbstractSWESType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSWESType AbstractSWESType.Factory.parse(Reader r)
           
static AbstractSWESType AbstractSWESType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSWESType AbstractSWESType.Factory.parse(String xmlAsString)
           
static AbstractSWESType AbstractSWESType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSWESType AbstractSWESType.Factory.parse(URL u)
           
static AbstractSWESType AbstractSWESType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AbstractSWESType AbstractSWESType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AbstractSWESType AbstractSWESType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AbstractSWESType AbstractSWESType.Factory.parse(XMLStreamReader sr)
           
static AbstractSWESType AbstractSWESType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.swes.x20 with parameters of type AbstractSWESType
 void AbstractSWESPropertyType.setAbstractSWES(AbstractSWESType abstractSWES)
          Sets the "AbstractSWES" element
 void AbstractSWESDocument.setAbstractSWES(AbstractSWESType abstractSWES)
          Sets the "AbstractSWES" element
 

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

Classes in net.opengis.swes.x20.impl that implement AbstractSWESType
 class AbstractContentsTypeImpl
          An XML AbstractContentsType(@http://www.opengis.net/swes/2.0).
 class AbstractOfferingTypeImpl
          An XML AbstractOfferingType(@http://www.opengis.net/swes/2.0).
 class AbstractSWESTypeImpl
          An XML AbstractSWESType(@http://www.opengis.net/swes/2.0).
 class FilterDialectMetadataTypeImpl
          An XML FilterDialectMetadataType(@http://www.opengis.net/swes/2.0).
 class NotificationBrokerMetadataTypeImpl
          An XML NotificationBrokerMetadataType(@http://www.opengis.net/swes/2.0).
 class NotificationProducerMetadataTypeImpl
          An XML NotificationProducerMetadataType(@http://www.opengis.net/swes/2.0).
 class OfferingChangedTypeImpl
          An XML OfferingChangedType(@http://www.opengis.net/swes/2.0).
 class SensorChangedTypeImpl
          An XML SensorChangedType(@http://www.opengis.net/swes/2.0).
 class SensorDescriptionUpdatedTypeImpl
          An XML SensorDescriptionUpdatedType(@http://www.opengis.net/swes/2.0).
 class SWESEventTypeImpl
          An XML SWESEventType(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20.impl that return AbstractSWESType
 AbstractSWESType AbstractSWESPropertyTypeImpl.addNewAbstractSWES()
          Appends and returns a new empty "AbstractSWES" element
 AbstractSWESType AbstractSWESDocumentImpl.addNewAbstractSWES()
          Appends and returns a new empty "AbstractSWES" element
 AbstractSWESType AbstractSWESPropertyTypeImpl.getAbstractSWES()
          Gets the "AbstractSWES" element
 AbstractSWESType AbstractSWESDocumentImpl.getAbstractSWES()
          Gets the "AbstractSWES" element
 

Methods in net.opengis.swes.x20.impl with parameters of type AbstractSWESType
 void AbstractSWESPropertyTypeImpl.setAbstractSWES(AbstractSWESType abstractSWES)
          Sets the "AbstractSWES" element
 void AbstractSWESDocumentImpl.setAbstractSWES(AbstractSWESType abstractSWES)
          Sets the "AbstractSWES" element
 



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