Package nl.b3p.csw.jaxb.gml
Class BaseUnitType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.AbstractGMLType
-
- nl.b3p.csw.jaxb.gml.DefinitionType
-
- nl.b3p.csw.jaxb.gml.UnitDefinitionType
-
- nl.b3p.csw.jaxb.gml.BaseUnitType
-
public class BaseUnitType extends UnitDefinitionType
Definition of a unit of measure which is a base unit from the system of units. A base unit cannot be derived by combination of other base units within this system. Sometimes known as "fundamental unit".Java class for BaseUnitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseUnitType"> <complexContent> <extension base="{http://www.opengis.net/gml}UnitDefinitionType"> <sequence> <element name="unitsSystem" type="{http://www.opengis.net/gml}ReferenceType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ReferenceTypeunitsSystem-
Fields inherited from class nl.b3p.csw.jaxb.gml.UnitDefinitionType
catalogSymbol, quantityType
-
Fields inherited from class nl.b3p.csw.jaxb.gml.AbstractGMLType
description, id, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description BaseUnitType()Default no-arg constructorBaseUnitType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, QuantityType quantityType, CatalogSymbol catalogSymbol, ReferenceType unitsSystem)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceTypegetUnitsSystem()Gets the value of the unitsSystem property.voidsetUnitsSystem(ReferenceType value)Sets the value of the unitsSystem property.-
Methods inherited from class nl.b3p.csw.jaxb.gml.UnitDefinitionType
getCatalogSymbol, getQuantityType, setCatalogSymbol, setQuantityType
-
Methods inherited from class nl.b3p.csw.jaxb.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
-
-
-
-
Field Detail
-
unitsSystem
protected ReferenceType unitsSystem
-
-
Constructor Detail
-
BaseUnitType
public BaseUnitType()
Default no-arg constructor
-
BaseUnitType
public BaseUnitType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, QuantityType quantityType, CatalogSymbol catalogSymbol, ReferenceType unitsSystem)
Fully-initialising value constructor
-
-
Method Detail
-
getUnitsSystem
public ReferenceType getUnitsSystem()
Gets the value of the unitsSystem property.- Returns:
- possible object is
ReferenceType
-
setUnitsSystem
public void setUnitsSystem(ReferenceType value)
Sets the value of the unitsSystem property.- Parameters:
value- allowed object isReferenceType
-
-