public class BaseUnitType extends UnitDefinitionType
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>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
unitsSystem |
catalogSymbol, quantityTypedescription, id, metaDataProperty, name| Constructor and Description |
|---|
BaseUnitType()
Default no-arg constructor
|
BaseUnitType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
QuantityType quantityType,
CatalogSymbol catalogSymbol,
ReferenceType unitsSystem)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
getUnitsSystem()
Gets the value of the unitsSystem property.
|
void |
setUnitsSystem(ReferenceType value)
Sets the value of the unitsSystem property.
|
getCatalogSymbol, getQuantityType, setCatalogSymbol, setQuantityTypegetDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected ReferenceType unitsSystem
public BaseUnitType()
public BaseUnitType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, QuantityType quantityType, CatalogSymbol catalogSymbol, ReferenceType unitsSystem)
public ReferenceType getUnitsSystem()
ReferenceTypepublic void setUnitsSystem(ReferenceType value)
value - allowed object is
ReferenceTypeCopyright © 2016. All rights reserved.