Uses of Class
nl.b3p.csw.jaxb.gml.CatalogSymbol
-
Packages that use CatalogSymbol Package Description nl.b3p.csw.jaxb.gml -
-
Uses of CatalogSymbol in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as CatalogSymbol Modifier and Type Field Description protected CatalogSymbolUnitDefinitionType. catalogSymbolMethods in nl.b3p.csw.jaxb.gml that return CatalogSymbol Modifier and Type Method Description CatalogSymbolObjectFactory. createCatalogSymbol(CodeType value)Create an instance ofCatalogSymbol}CatalogSymbolUnitDefinitionType. getCatalogSymbol()Gets the value of the catalogSymbol property.Methods in nl.b3p.csw.jaxb.gml with parameters of type CatalogSymbol Modifier and Type Method Description voidUnitDefinitionType. setCatalogSymbol(CatalogSymbol value)Sets the value of the catalogSymbol property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type CatalogSymbol 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
-