Uses of Interface
org.isotc211.x2005.gco.UnitOfMeasurePropertyType
-
Packages that use UnitOfMeasurePropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of UnitOfMeasurePropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return UnitOfMeasurePropertyType Modifier and Type Method Description static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. newInstance()static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(File file)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(InputStream is)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(Reader r)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(String xmlAsString)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(URL u)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(XMLStreamReader sr)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(Node node)static UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of UnitOfMeasurePropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement UnitOfMeasurePropertyType Modifier and Type Class Description classUnitOfMeasurePropertyTypeImplAn XML UnitOfMeasure_PropertyType(@http://www.isotc211.org/2005/gco). -
Uses of UnitOfMeasurePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return UnitOfMeasurePropertyType Modifier and Type Method Description UnitOfMeasurePropertyTypeDQQuantitativeResultType. addNewValueUnit()Appends and returns a new empty "valueUnit" elementUnitOfMeasurePropertyTypeDQQuantitativeResultType. getValueUnit()Gets the "valueUnit" elementMethods in org.isotc211.x2005.gmd with parameters of type UnitOfMeasurePropertyType Modifier and Type Method Description voidDQQuantitativeResultType. setValueUnit(UnitOfMeasurePropertyType valueUnit)Sets the "valueUnit" element -
Uses of UnitOfMeasurePropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return UnitOfMeasurePropertyType Modifier and Type Method Description UnitOfMeasurePropertyTypeDQQuantitativeResultTypeImpl. addNewValueUnit()Appends and returns a new empty "valueUnit" elementUnitOfMeasurePropertyTypeDQQuantitativeResultTypeImpl. getValueUnit()Gets the "valueUnit" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type UnitOfMeasurePropertyType Modifier and Type Method Description voidDQQuantitativeResultTypeImpl. setValueUnit(UnitOfMeasurePropertyType valueUnit)Sets the "valueUnit" element
-