Uses of Interface
net.opengis.swes.x20.AbstractOfferingType
-
Packages that use AbstractOfferingType Package Description 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 Modifier and Type Method Description AbstractOfferingTypeAbstractContentsType.Offering. addNewAbstractOffering()Appends and returns a new empty "AbstractOffering" elementAbstractOfferingTypeAbstractOfferingDocument. addNewAbstractOffering()Appends and returns a new empty "AbstractOffering" elementAbstractOfferingTypeAbstractOfferingPropertyType. addNewAbstractOffering()Appends and returns a new empty "AbstractOffering" elementAbstractOfferingTypeAbstractContentsType.Offering. getAbstractOffering()Gets the "AbstractOffering" elementAbstractOfferingTypeAbstractOfferingDocument. getAbstractOffering()Gets the "AbstractOffering" elementAbstractOfferingTypeAbstractOfferingPropertyType. getAbstractOffering()Gets the "AbstractOffering" elementstatic AbstractOfferingTypeAbstractOfferingType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractOfferingTypeAbstractOfferingType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractOfferingTypeAbstractOfferingType.Factory. parse(File file)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(InputStream is)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(Reader r)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(String xmlAsString)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(URL u)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(XMLStreamReader sr)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractOfferingTypeAbstractOfferingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractOfferingTypeAbstractOfferingType.Factory. parse(Node node)static AbstractOfferingTypeAbstractOfferingType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type AbstractOfferingType Modifier and Type Method Description voidAbstractContentsType.Offering. setAbstractOffering(AbstractOfferingType abstractOffering)Sets the "AbstractOffering" elementvoidAbstractOfferingDocument. setAbstractOffering(AbstractOfferingType abstractOffering)Sets the "AbstractOffering" elementvoidAbstractOfferingPropertyType. 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 Modifier and Type Class Description classAbstractOfferingTypeImplAn XML AbstractOfferingType(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return AbstractOfferingType Modifier and Type Method Description AbstractOfferingTypeAbstractContentsTypeImpl.OfferingImpl. addNewAbstractOffering()Appends and returns a new empty "AbstractOffering" elementAbstractOfferingTypeAbstractOfferingDocumentImpl. addNewAbstractOffering()Appends and returns a new empty "AbstractOffering" elementAbstractOfferingTypeAbstractOfferingPropertyTypeImpl. addNewAbstractOffering()Appends and returns a new empty "AbstractOffering" elementAbstractOfferingTypeAbstractContentsTypeImpl.OfferingImpl. getAbstractOffering()Gets the "AbstractOffering" elementAbstractOfferingTypeAbstractOfferingDocumentImpl. getAbstractOffering()Gets the "AbstractOffering" elementAbstractOfferingTypeAbstractOfferingPropertyTypeImpl. getAbstractOffering()Gets the "AbstractOffering" elementMethods in net.opengis.swes.x20.impl with parameters of type AbstractOfferingType Modifier and Type Method Description voidAbstractContentsTypeImpl.OfferingImpl. setAbstractOffering(AbstractOfferingType abstractOffering)Sets the "AbstractOffering" elementvoidAbstractOfferingDocumentImpl. setAbstractOffering(AbstractOfferingType abstractOffering)Sets the "AbstractOffering" elementvoidAbstractOfferingPropertyTypeImpl. setAbstractOffering(AbstractOfferingType abstractOffering)Sets the "AbstractOffering" element
-