Uses of Interface
net.opengis.swe.x101.PhenomenonType
-
Packages that use PhenomenonType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of PhenomenonType in net.opengis.swe.x101
Subinterfaces of PhenomenonType in net.opengis.swe.x101 Modifier and Type Interface Description interfaceCompositePhenomenonTypeAn XML CompositePhenomenonType(@http://www.opengis.net/swe/1.0.1).interfaceCompoundPhenomenonTypeAn XML CompoundPhenomenonType(@http://www.opengis.net/swe/1.0.1).interfaceConstrainedPhenomenonTypeAn XML ConstrainedPhenomenonType(@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 PhenomenonType Modifier and Type Method Description PhenomenonTypePhenomenonDocument. addNewPhenomenon()Appends and returns a new empty "Phenomenon" elementPhenomenonTypePhenomenonPropertyType. addNewPhenomenon()Appends and returns a new empty "Phenomenon" elementPhenomenonTypePhenomenonDocument. getPhenomenon()Gets the "Phenomenon" elementPhenomenonTypePhenomenonPropertyType. getPhenomenon()Gets the "Phenomenon" elementstatic PhenomenonTypePhenomenonType.Factory. newInstance()static PhenomenonTypePhenomenonType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PhenomenonTypePhenomenonType.Factory. parse(File file)static PhenomenonTypePhenomenonType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PhenomenonTypePhenomenonType.Factory. parse(InputStream is)static PhenomenonTypePhenomenonType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PhenomenonTypePhenomenonType.Factory. parse(Reader r)static PhenomenonTypePhenomenonType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PhenomenonTypePhenomenonType.Factory. parse(String xmlAsString)static PhenomenonTypePhenomenonType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PhenomenonTypePhenomenonType.Factory. parse(URL u)static PhenomenonTypePhenomenonType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PhenomenonTypePhenomenonType.Factory. parse(XMLStreamReader sr)static PhenomenonTypePhenomenonType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PhenomenonTypePhenomenonType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PhenomenonTypePhenomenonType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PhenomenonTypePhenomenonType.Factory. parse(Node node)static PhenomenonTypePhenomenonType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type PhenomenonType Modifier and Type Method Description voidPhenomenonDocument. setPhenomenon(PhenomenonType phenomenon)Sets the "Phenomenon" elementvoidPhenomenonPropertyType. setPhenomenon(PhenomenonType phenomenon)Sets the "Phenomenon" element -
Uses of PhenomenonType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement PhenomenonType 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).classConstrainedPhenomenonTypeImplAn XML ConstrainedPhenomenonType(@http://www.opengis.net/swe/1.0.1).classPhenomenonSeriesTypeImplAn XML PhenomenonSeriesType(@http://www.opengis.net/swe/1.0.1).classPhenomenonTypeImplAn XML PhenomenonType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return PhenomenonType Modifier and Type Method Description PhenomenonTypePhenomenonDocumentImpl. addNewPhenomenon()Appends and returns a new empty "Phenomenon" elementPhenomenonTypePhenomenonPropertyTypeImpl. addNewPhenomenon()Appends and returns a new empty "Phenomenon" elementPhenomenonTypePhenomenonDocumentImpl. getPhenomenon()Gets the "Phenomenon" elementPhenomenonTypePhenomenonPropertyTypeImpl. getPhenomenon()Gets the "Phenomenon" elementMethods in net.opengis.swe.x101.impl with parameters of type PhenomenonType Modifier and Type Method Description voidPhenomenonDocumentImpl. setPhenomenon(PhenomenonType phenomenon)Sets the "Phenomenon" elementvoidPhenomenonPropertyTypeImpl. setPhenomenon(PhenomenonType phenomenon)Sets the "Phenomenon" element
-