Uses of Interface
net.opengis.swe.x20.QuantityType
-
Packages that use QuantityType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of QuantityType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return QuantityType Modifier and Type Method Description QuantityTypeAnyNumericalPropertyType. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeAnyScalarPropertyType. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeQualityPropertyType. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeQuantityDocument. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeQuantityPropertyType. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeAnyNumericalPropertyType. getQuantity()Gets the "Quantity" elementQuantityTypeAnyScalarPropertyType. getQuantity()Gets the "Quantity" elementQuantityTypeQualityPropertyType. getQuantity()Gets the "Quantity" elementQuantityTypeQuantityDocument. getQuantity()Gets the "Quantity" elementQuantityTypeQuantityPropertyType. getQuantity()Gets the "Quantity" elementstatic QuantityTypeQuantityType.Factory. newInstance()static QuantityTypeQuantityType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static QuantityTypeQuantityType.Factory. parse(File file)static QuantityTypeQuantityType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static QuantityTypeQuantityType.Factory. parse(InputStream is)static QuantityTypeQuantityType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static QuantityTypeQuantityType.Factory. parse(Reader r)static QuantityTypeQuantityType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static QuantityTypeQuantityType.Factory. parse(String xmlAsString)static QuantityTypeQuantityType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static QuantityTypeQuantityType.Factory. parse(URL u)static QuantityTypeQuantityType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static QuantityTypeQuantityType.Factory. parse(XMLStreamReader sr)static QuantityTypeQuantityType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static QuantityTypeQuantityType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic QuantityTypeQuantityType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic QuantityTypeQuantityType.Factory. parse(Node node)static QuantityTypeQuantityType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type QuantityType Modifier and Type Method Description voidAnyNumericalPropertyType. setQuantity(QuantityType quantity)Sets the "Quantity" elementvoidAnyScalarPropertyType. setQuantity(QuantityType quantity)Sets the "Quantity" elementvoidQualityPropertyType. setQuantity(QuantityType quantity)Sets the "Quantity" elementvoidQuantityDocument. setQuantity(QuantityType quantity)Sets the "Quantity" elementvoidQuantityPropertyType. setQuantity(QuantityType quantity)Sets the "Quantity" element -
Uses of QuantityType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement QuantityType Modifier and Type Class Description classQuantityTypeImplAn XML QuantityType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return QuantityType Modifier and Type Method Description QuantityTypeAnyNumericalPropertyTypeImpl. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeAnyScalarPropertyTypeImpl. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeQualityPropertyTypeImpl. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeQuantityDocumentImpl. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeQuantityPropertyTypeImpl. addNewQuantity()Appends and returns a new empty "Quantity" elementQuantityTypeAnyNumericalPropertyTypeImpl. getQuantity()Gets the "Quantity" elementQuantityTypeAnyScalarPropertyTypeImpl. getQuantity()Gets the "Quantity" elementQuantityTypeQualityPropertyTypeImpl. getQuantity()Gets the "Quantity" elementQuantityTypeQuantityDocumentImpl. getQuantity()Gets the "Quantity" elementQuantityTypeQuantityPropertyTypeImpl. getQuantity()Gets the "Quantity" elementMethods in net.opengis.swe.x20.impl with parameters of type QuantityType Modifier and Type Method Description voidAnyNumericalPropertyTypeImpl. setQuantity(QuantityType quantity)Sets the "Quantity" elementvoidAnyScalarPropertyTypeImpl. setQuantity(QuantityType quantity)Sets the "Quantity" elementvoidQualityPropertyTypeImpl. setQuantity(QuantityType quantity)Sets the "Quantity" elementvoidQuantityDocumentImpl. setQuantity(QuantityType quantity)Sets the "Quantity" elementvoidQuantityPropertyTypeImpl. setQuantity(QuantityType quantity)Sets the "Quantity" element
-