Uses of Interface
net.opengis.sosro.x10.OfferingContextType
-
Packages that use OfferingContextType Package Description net.opengis.sosro.x10 net.opengis.sosro.x10.impl -
-
Uses of OfferingContextType in net.opengis.sosro.x10
Methods in net.opengis.sosro.x10 that return OfferingContextType Modifier and Type Method Description OfferingContextTypeOfferingContextDocument. addNewOfferingContext()Appends and returns a new empty "OfferingContext" elementOfferingContextTypeOfferingContextPropertyType. addNewOfferingContext()Appends and returns a new empty "OfferingContext" elementOfferingContextTypeRelatedOfferingsType.RelatedOffering. addNewOfferingContext()Appends and returns a new empty "OfferingContext" elementOfferingContextTypeOfferingContextDocument. getOfferingContext()Gets the "OfferingContext" elementOfferingContextTypeOfferingContextPropertyType. getOfferingContext()Gets the "OfferingContext" elementOfferingContextTypeRelatedOfferingsType.RelatedOffering. getOfferingContext()Gets the "OfferingContext" elementstatic OfferingContextTypeOfferingContextType.Factory. newInstance()static OfferingContextTypeOfferingContextType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OfferingContextTypeOfferingContextType.Factory. parse(File file)static OfferingContextTypeOfferingContextType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OfferingContextTypeOfferingContextType.Factory. parse(InputStream is)static OfferingContextTypeOfferingContextType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OfferingContextTypeOfferingContextType.Factory. parse(Reader r)static OfferingContextTypeOfferingContextType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OfferingContextTypeOfferingContextType.Factory. parse(String xmlAsString)static OfferingContextTypeOfferingContextType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OfferingContextTypeOfferingContextType.Factory. parse(URL u)static OfferingContextTypeOfferingContextType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OfferingContextTypeOfferingContextType.Factory. parse(XMLStreamReader sr)static OfferingContextTypeOfferingContextType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OfferingContextTypeOfferingContextType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OfferingContextTypeOfferingContextType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OfferingContextTypeOfferingContextType.Factory. parse(Node node)static OfferingContextTypeOfferingContextType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sosro.x10 with parameters of type OfferingContextType Modifier and Type Method Description voidOfferingContextDocument. setOfferingContext(OfferingContextType offeringContext)Sets the "OfferingContext" elementvoidOfferingContextPropertyType. setOfferingContext(OfferingContextType offeringContext)Sets the "OfferingContext" elementvoidRelatedOfferingsType.RelatedOffering. setOfferingContext(OfferingContextType offeringContext)Sets the "OfferingContext" element -
Uses of OfferingContextType in net.opengis.sosro.x10.impl
Classes in net.opengis.sosro.x10.impl that implement OfferingContextType Modifier and Type Class Description classOfferingContextTypeImplAn XML OfferingContextType(@http://www.opengis.net/sosro/1.0).Methods in net.opengis.sosro.x10.impl that return OfferingContextType Modifier and Type Method Description OfferingContextTypeOfferingContextDocumentImpl. addNewOfferingContext()Appends and returns a new empty "OfferingContext" elementOfferingContextTypeOfferingContextPropertyTypeImpl. addNewOfferingContext()Appends and returns a new empty "OfferingContext" elementOfferingContextTypeRelatedOfferingsTypeImpl.RelatedOfferingImpl. addNewOfferingContext()Appends and returns a new empty "OfferingContext" elementOfferingContextTypeOfferingContextDocumentImpl. getOfferingContext()Gets the "OfferingContext" elementOfferingContextTypeOfferingContextPropertyTypeImpl. getOfferingContext()Gets the "OfferingContext" elementOfferingContextTypeRelatedOfferingsTypeImpl.RelatedOfferingImpl. getOfferingContext()Gets the "OfferingContext" elementMethods in net.opengis.sosro.x10.impl with parameters of type OfferingContextType Modifier and Type Method Description voidOfferingContextDocumentImpl. setOfferingContext(OfferingContextType offeringContext)Sets the "OfferingContext" elementvoidOfferingContextPropertyTypeImpl. setOfferingContext(OfferingContextType offeringContext)Sets the "OfferingContext" elementvoidRelatedOfferingsTypeImpl.RelatedOfferingImpl. setOfferingContext(OfferingContextType offeringContext)Sets the "OfferingContext" element
-