Uses of Class
net.opengis.iso19139.gco.v_20070417.UnitOfMeasurePropertyType
-
Packages that use UnitOfMeasurePropertyType Package Description net.opengis.iso19139.gco.v_20070417 net.opengis.iso19139.gmd.v_20070417 -
-
Uses of UnitOfMeasurePropertyType in net.opengis.iso19139.gco.v_20070417
Methods in net.opengis.iso19139.gco.v_20070417 that return UnitOfMeasurePropertyType Modifier and Type Method Description UnitOfMeasurePropertyTypeObjectFactory. createUnitOfMeasurePropertyType()Create an instance ofUnitOfMeasurePropertyTypeUnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withArcrole(String value)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withHref(String value)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withNilReason(String... values)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withNilReason(Collection<String> values)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withNilReason(List<String> value)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withRole(String value)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withTitle(String value)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withUnitDefinition(jakarta.xml.bind.JAXBElement<?> value)UnitOfMeasurePropertyTypeUnitOfMeasurePropertyType. withUuidref(String value) -
Uses of UnitOfMeasurePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as UnitOfMeasurePropertyType Modifier and Type Field Description protected UnitOfMeasurePropertyTypeDQQuantitativeResultType. valueUnitMethods in net.opengis.iso19139.gmd.v_20070417 that return UnitOfMeasurePropertyType Modifier and Type Method Description UnitOfMeasurePropertyTypeDQQuantitativeResultType. getValueUnit()Gets the value of the valueUnit property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type UnitOfMeasurePropertyType Modifier and Type Method Description voidDQQuantitativeResultType. setValueUnit(UnitOfMeasurePropertyType value)Sets the value of the valueUnit property.DQQuantitativeResultTypeDQQuantitativeResultType. withValueUnit(UnitOfMeasurePropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type UnitOfMeasurePropertyType Constructor Description DQQuantitativeResultType(String id, String uuid, RecordTypePropertyType valueType, UnitOfMeasurePropertyType valueUnit, CharacterStringPropertyType errorStatistic, List<RecordPropertyType> value)Fully-initialising value constructor
-