Uses of Interface
net.opengis.swe.x101.CompoundPhenomenonType
-
Packages that use CompoundPhenomenonType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of CompoundPhenomenonType in net.opengis.swe.x101
Subinterfaces of CompoundPhenomenonType in net.opengis.swe.x101 Modifier and Type Interface Description interfaceCompositePhenomenonTypeAn XML CompositePhenomenonType(@http://www.opengis.net/swe/1.0.1).interfacePhenomenonSeriesTypeAn XML PhenomenonSeriesType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101 that return CompoundPhenomenonType Modifier and Type Method Description CompoundPhenomenonTypeCompoundPhenomenonDocument. addNewCompoundPhenomenon()Appends and returns a new empty "CompoundPhenomenon" elementCompoundPhenomenonTypeCompoundPhenomenonDocument. getCompoundPhenomenon()Gets the "CompoundPhenomenon" elementstatic CompoundPhenomenonTypeCompoundPhenomenonType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic CompoundPhenomenonTypeCompoundPhenomenonType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(File file)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(InputStream is)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(Reader r)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(String xmlAsString)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(URL u)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(XMLStreamReader sr)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(Node node)static CompoundPhenomenonTypeCompoundPhenomenonType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type CompoundPhenomenonType Modifier and Type Method Description voidCompoundPhenomenonDocument. setCompoundPhenomenon(CompoundPhenomenonType compoundPhenomenon)Sets the "CompoundPhenomenon" element -
Uses of CompoundPhenomenonType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement CompoundPhenomenonType Modifier and Type Class Description classCompositePhenomenonTypeImplAn XML CompositePhenomenonType(@http://www.opengis.net/swe/1.0.1).classCompoundPhenomenonTypeImplAn XML CompoundPhenomenonType(@http://www.opengis.net/swe/1.0.1).classPhenomenonSeriesTypeImplAn XML PhenomenonSeriesType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return CompoundPhenomenonType Modifier and Type Method Description CompoundPhenomenonTypeCompoundPhenomenonDocumentImpl. addNewCompoundPhenomenon()Appends and returns a new empty "CompoundPhenomenon" elementCompoundPhenomenonTypeCompoundPhenomenonDocumentImpl. getCompoundPhenomenon()Gets the "CompoundPhenomenon" elementMethods in net.opengis.swe.x101.impl with parameters of type CompoundPhenomenonType Modifier and Type Method Description voidCompoundPhenomenonDocumentImpl. setCompoundPhenomenon(CompoundPhenomenonType compoundPhenomenon)Sets the "CompoundPhenomenon" element
-