Uses of Class
nl.b3p.csw.jaxb.gml.QuantityType
-
Packages that use QuantityType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of QuantityType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as QuantityType Modifier and Type Field Description protected QuantityTypeUnitDefinitionType. quantityTypeMethods in nl.b3p.csw.jaxb.gml that return QuantityType Modifier and Type Method Description QuantityTypeObjectFactory. createQuantityType(StringOrRefType value)Create an instance ofQuantityType}QuantityTypeUnitDefinitionType. getQuantityType()Gets the value of the quantityType property.Methods in nl.b3p.csw.jaxb.gml with parameters of type QuantityType Modifier and Type Method Description voidUnitDefinitionType. setQuantityType(QuantityType value)Sets the value of the quantityType property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type QuantityType Constructor Description BaseUnitType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, QuantityType quantityType, CatalogSymbol catalogSymbol, ReferenceType unitsSystem)Fully-initialising value constructorConventionalUnitType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, QuantityType quantityType, CatalogSymbol catalogSymbol, ConversionToPreferredUnit conversionToPreferredUnit, RoughConversionToPreferredUnit roughConversionToPreferredUnit, List<DerivationUnitTerm> derivationUnitTerm)Fully-initialising value constructorDerivedUnitType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, QuantityType quantityType, CatalogSymbol catalogSymbol, List<DerivationUnitTerm> derivationUnitTerm)Fully-initialising value constructorUnitDefinitionType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, QuantityType quantityType, CatalogSymbol catalogSymbol)Fully-initialising value constructor
-