|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.UnitDefinitionType
public class UnitDefinitionType
Definition of a unit of measure (or uom). The definition includes a quantityType property, which indicates the phenomenon to which the units apply, and a catalogSymbol, which gives the short symbol used for this unit. This element is used when the relationship of this unit to other units or units systems is unknown.
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>
Constructor Summary | |
---|---|
UnitDefinitionType()
|
Method Summary | |
---|---|
CodeType |
getCatalogSymbol()
Gets the value of the catalogSymbol property. |
StringOrRefType |
getQuantityType()
Gets the value of the quantityType property. |
boolean |
isSetCatalogSymbol()
|
boolean |
isSetQuantityType()
|
void |
setCatalogSymbol(CodeType value)
Sets the value of the catalogSymbol property. |
void |
setQuantityType(StringOrRefType value)
Sets the value of the quantityType property. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnitDefinitionType()
Method Detail |
---|
public StringOrRefType getQuantityType()
StringOrRefType
public void setQuantityType(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetQuantityType()
public CodeType getCatalogSymbol()
CodeType
public void setCatalogSymbol(CodeType value)
value
- allowed object is
CodeType
public boolean isSetCatalogSymbol()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |