Uses of Interface
net.opengis.swe.x101.PhenomenonPropertyType
-
Packages that use PhenomenonPropertyType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of PhenomenonPropertyType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return PhenomenonPropertyType Modifier and Type Method Description PhenomenonPropertyTypeCompositePhenomenonType. addNewBase()Appends and returns a new empty "base" elementPhenomenonPropertyTypeConstrainedPhenomenonType. addNewBase()Appends and returns a new empty "base" elementPhenomenonPropertyTypePhenomenonSeriesType. addNewBase()Appends and returns a new empty "base" elementPhenomenonPropertyTypeCompositePhenomenonType. addNewComponent()Appends and returns a new empty value (as xml) as the last "component" elementPhenomenonPropertyTypeCompositePhenomenonType. getBase()Gets the "base" elementPhenomenonPropertyTypeConstrainedPhenomenonType. getBase()Gets the "base" elementPhenomenonPropertyTypePhenomenonSeriesType. getBase()Gets the "base" elementPhenomenonPropertyType[]CompositePhenomenonType. getComponentArray()Gets array of all "component" elementsPhenomenonPropertyTypeCompositePhenomenonType. getComponentArray(int i)Gets ith "component" elementPhenomenonPropertyTypeCompositePhenomenonType. insertNewComponent(int i)Inserts and returns a new empty value (as xml) as the ith "component" elementstatic PhenomenonPropertyTypePhenomenonPropertyType.Factory. newInstance()static PhenomenonPropertyTypePhenomenonPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(File file)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(InputStream is)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(Reader r)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(String xmlAsString)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(URL u)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(XMLStreamReader sr)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(Node node)static PhenomenonPropertyTypePhenomenonPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type PhenomenonPropertyType Modifier and Type Method Description voidCompositePhenomenonType. setBase(PhenomenonPropertyType base)Sets the "base" elementvoidConstrainedPhenomenonType. setBase(PhenomenonPropertyType base)Sets the "base" elementvoidPhenomenonSeriesType. setBase(PhenomenonPropertyType base)Sets the "base" elementvoidCompositePhenomenonType. setComponentArray(int i, PhenomenonPropertyType component)Sets ith "component" elementvoidCompositePhenomenonType. setComponentArray(PhenomenonPropertyType[] componentArray)Sets array of all "component" element -
Uses of PhenomenonPropertyType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement PhenomenonPropertyType Modifier and Type Class Description classPhenomenonPropertyTypeImplAn XML PhenomenonPropertyType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return PhenomenonPropertyType Modifier and Type Method Description PhenomenonPropertyTypeCompositePhenomenonTypeImpl. addNewBase()Appends and returns a new empty "base" elementPhenomenonPropertyTypeConstrainedPhenomenonTypeImpl. addNewBase()Appends and returns a new empty "base" elementPhenomenonPropertyTypePhenomenonSeriesTypeImpl. addNewBase()Appends and returns a new empty "base" elementPhenomenonPropertyTypeCompositePhenomenonTypeImpl. addNewComponent()Appends and returns a new empty value (as xml) as the last "component" elementPhenomenonPropertyTypeCompositePhenomenonTypeImpl. getBase()Gets the "base" elementPhenomenonPropertyTypeConstrainedPhenomenonTypeImpl. getBase()Gets the "base" elementPhenomenonPropertyTypePhenomenonSeriesTypeImpl. getBase()Gets the "base" elementPhenomenonPropertyType[]CompositePhenomenonTypeImpl. getComponentArray()Gets array of all "component" elementsPhenomenonPropertyTypeCompositePhenomenonTypeImpl. getComponentArray(int i)Gets ith "component" elementPhenomenonPropertyTypeCompositePhenomenonTypeImpl. insertNewComponent(int i)Inserts and returns a new empty value (as xml) as the ith "component" elementMethods in net.opengis.swe.x101.impl with parameters of type PhenomenonPropertyType Modifier and Type Method Description voidCompositePhenomenonTypeImpl. setBase(PhenomenonPropertyType base)Sets the "base" elementvoidConstrainedPhenomenonTypeImpl. setBase(PhenomenonPropertyType base)Sets the "base" elementvoidPhenomenonSeriesTypeImpl. setBase(PhenomenonPropertyType base)Sets the "base" elementvoidCompositePhenomenonTypeImpl. setComponentArray(int i, PhenomenonPropertyType component)Sets ith "component" elementvoidCompositePhenomenonTypeImpl. setComponentArray(PhenomenonPropertyType[] componentArray)Sets array of all "component" element
-