public class UnitDefinitionType extends DefinitionType
Java class for UnitDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnitDefinitionType">
<complexContent>
<extension base="{http://www.opengis.net/gml}DefinitionType">
<sequence>
<element ref="{http://www.opengis.net/gml}quantityType"/>
<element ref="{http://www.opengis.net/gml}catalogSymbol" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CatalogSymbol |
catalogSymbol |
protected QuantityType |
quantityType |
description, id, metaDataProperty, name| Constructor and Description |
|---|
UnitDefinitionType()
Default no-arg constructor
|
UnitDefinitionType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
QuantityType quantityType,
CatalogSymbol catalogSymbol)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
CatalogSymbol |
getCatalogSymbol()
Gets the value of the catalogSymbol property.
|
QuantityType |
getQuantityType()
Gets the value of the quantityType property.
|
void |
setCatalogSymbol(CatalogSymbol value)
Sets the value of the catalogSymbol property.
|
void |
setQuantityType(QuantityType value)
Sets the value of the quantityType property.
|
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected QuantityType quantityType
protected CatalogSymbol catalogSymbol
public UnitDefinitionType()
public UnitDefinitionType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, QuantityType quantityType, CatalogSymbol catalogSymbol)
public QuantityType getQuantityType()
QuantityTypepublic void setQuantityType(QuantityType value)
value - allowed object is
QuantityTypepublic CatalogSymbol getCatalogSymbol()
CatalogSymbolpublic void setCatalogSymbol(CatalogSymbol value)
value - allowed object is
CatalogSymbolCopyright © 2019 B3Partners B.V.. All rights reserved.