Uses of Interface
net.opengis.swe.x101.UomPropertyType
-
Packages that use UomPropertyType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of UomPropertyType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return UomPropertyType Modifier and Type Method Description UomPropertyTypeQuantityDocument.Quantity. addNewUom()Appends and returns a new empty "uom" elementUomPropertyTypeQuantityRangeDocument.QuantityRange. addNewUom()Appends and returns a new empty "uom" elementUomPropertyTypeTimeDocument.Time. addNewUom()Appends and returns a new empty "uom" elementUomPropertyTypeTimeRangeDocument.TimeRange. addNewUom()Appends and returns a new empty "uom" elementUomPropertyTypeQuantityDocument.Quantity. getUom()Gets the "uom" elementUomPropertyTypeQuantityRangeDocument.QuantityRange. getUom()Gets the "uom" elementUomPropertyTypeTimeDocument.Time. getUom()Gets the "uom" elementUomPropertyTypeTimeRangeDocument.TimeRange. getUom()Gets the "uom" elementstatic UomPropertyTypeUomPropertyType.Factory. newInstance()static UomPropertyTypeUomPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UomPropertyTypeUomPropertyType.Factory. parse(File file)static UomPropertyTypeUomPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UomPropertyTypeUomPropertyType.Factory. parse(InputStream is)static UomPropertyTypeUomPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UomPropertyTypeUomPropertyType.Factory. parse(Reader r)static UomPropertyTypeUomPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UomPropertyTypeUomPropertyType.Factory. parse(String xmlAsString)static UomPropertyTypeUomPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UomPropertyTypeUomPropertyType.Factory. parse(URL u)static UomPropertyTypeUomPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UomPropertyTypeUomPropertyType.Factory. parse(XMLStreamReader sr)static UomPropertyTypeUomPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UomPropertyTypeUomPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UomPropertyTypeUomPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UomPropertyTypeUomPropertyType.Factory. parse(Node node)static UomPropertyTypeUomPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type UomPropertyType Modifier and Type Method Description voidQuantityDocument.Quantity. setUom(UomPropertyType uom)Sets the "uom" elementvoidQuantityRangeDocument.QuantityRange. setUom(UomPropertyType uom)Sets the "uom" elementvoidTimeDocument.Time. setUom(UomPropertyType uom)Sets the "uom" elementvoidTimeRangeDocument.TimeRange. setUom(UomPropertyType uom)Sets the "uom" element -
Uses of UomPropertyType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement UomPropertyType Modifier and Type Class Description classUomPropertyTypeImplAn XML UomPropertyType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return UomPropertyType Modifier and Type Method Description UomPropertyTypeQuantityDocumentImpl.QuantityImpl. addNewUom()Appends and returns a new empty "uom" elementUomPropertyTypeQuantityRangeDocumentImpl.QuantityRangeImpl. addNewUom()Appends and returns a new empty "uom" elementUomPropertyTypeTimeDocumentImpl.TimeImpl. addNewUom()Appends and returns a new empty "uom" elementUomPropertyTypeTimeRangeDocumentImpl.TimeRangeImpl. addNewUom()Appends and returns a new empty "uom" elementUomPropertyTypeQuantityDocumentImpl.QuantityImpl. getUom()Gets the "uom" elementUomPropertyTypeQuantityRangeDocumentImpl.QuantityRangeImpl. getUom()Gets the "uom" elementUomPropertyTypeTimeDocumentImpl.TimeImpl. getUom()Gets the "uom" elementUomPropertyTypeTimeRangeDocumentImpl.TimeRangeImpl. getUom()Gets the "uom" elementMethods in net.opengis.swe.x101.impl with parameters of type UomPropertyType Modifier and Type Method Description voidQuantityDocumentImpl.QuantityImpl. setUom(UomPropertyType uom)Sets the "uom" elementvoidQuantityRangeDocumentImpl.QuantityRangeImpl. setUom(UomPropertyType uom)Sets the "uom" elementvoidTimeDocumentImpl.TimeImpl. setUom(UomPropertyType uom)Sets the "uom" elementvoidTimeRangeDocumentImpl.TimeRangeImpl. setUom(UomPropertyType uom)Sets the "uom" element
-