Uses of Class
nl.b3p.csw.jaxb.gml.ReferenceType
-
Packages that use ReferenceType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of ReferenceType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as ReferenceType Modifier and Type Field Description protected ReferenceTypeBaseUnitType. unitsSystemMethods in nl.b3p.csw.jaxb.gml that return ReferenceType Modifier and Type Method Description ReferenceTypeObjectFactory. createReferenceType()Create an instance ofReferenceTypeReferenceTypeBaseUnitType. getUnitsSystem()Gets the value of the unitsSystem property.Methods in nl.b3p.csw.jaxb.gml with parameters of type ReferenceType Modifier and Type Method Description DefinitionRefObjectFactory. createDefinitionRef(ReferenceType value)Create an instance ofDefinitionRef}ReferenceObjectFactory. createReference(ReferenceType value)Create an instance ofReference}voidBaseUnitType. setUnitsSystem(ReferenceType value)Sets the value of the unitsSystem property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type ReferenceType Constructor Description BaseUnitType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, QuantityType quantityType, CatalogSymbol catalogSymbol, ReferenceType unitsSystem)Fully-initialising value constructorDefinitionRef(ReferenceType value)Reference(ReferenceType value)
-