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

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

Uses of AbstractOfferingType in net.opengis.swes.x20
 

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

Methods in net.opengis.swes.x20 with parameters of type AbstractOfferingType
 void AbstractOfferingPropertyType.setAbstractOffering(AbstractOfferingType abstractOffering)
          Sets the "AbstractOffering" element
 void AbstractOfferingDocument.setAbstractOffering(AbstractOfferingType abstractOffering)
          Sets the "AbstractOffering" element
 void AbstractContentsType.Offering.setAbstractOffering(AbstractOfferingType abstractOffering)
          Sets the "AbstractOffering" element
 

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

Classes in net.opengis.swes.x20.impl that implement AbstractOfferingType
 class AbstractOfferingTypeImpl
          An XML AbstractOfferingType(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20.impl that return AbstractOfferingType
 AbstractOfferingType AbstractOfferingPropertyTypeImpl.addNewAbstractOffering()
          Appends and returns a new empty "AbstractOffering" element
 AbstractOfferingType AbstractOfferingDocumentImpl.addNewAbstractOffering()
          Appends and returns a new empty "AbstractOffering" element
 AbstractOfferingType AbstractContentsTypeImpl.OfferingImpl.addNewAbstractOffering()
          Appends and returns a new empty "AbstractOffering" element
 AbstractOfferingType AbstractOfferingPropertyTypeImpl.getAbstractOffering()
          Gets the "AbstractOffering" element
 AbstractOfferingType AbstractOfferingDocumentImpl.getAbstractOffering()
          Gets the "AbstractOffering" element
 AbstractOfferingType AbstractContentsTypeImpl.OfferingImpl.getAbstractOffering()
          Gets the "AbstractOffering" element
 

Methods in net.opengis.swes.x20.impl with parameters of type AbstractOfferingType
 void AbstractOfferingPropertyTypeImpl.setAbstractOffering(AbstractOfferingType abstractOffering)
          Sets the "AbstractOffering" element
 void AbstractOfferingDocumentImpl.setAbstractOffering(AbstractOfferingType abstractOffering)
          Sets the "AbstractOffering" element
 void AbstractContentsTypeImpl.OfferingImpl.setAbstractOffering(AbstractOfferingType abstractOffering)
          Sets the "AbstractOffering" element
 



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