org.citygml4j.jaxb.gml._3_1_1
Class BaseUnitType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.UnitDefinitionType
              extended by org.citygml4j.jaxb.gml._3_1_1.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-Klasse für BaseUnitType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Constructor Summary
BaseUnitType()
           
 
Method Summary
 ReferenceType getUnitsSystem()
          Ruft den Wert der unitsSystem-Eigenschaft ab.
 boolean isSetUnitsSystem()
           
 void setUnitsSystem(ReferenceType value)
          Legt den Wert der unitsSystem-Eigenschaft fest.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.UnitDefinitionType
getCatalogSymbol, getQuantityType, isSetCatalogSymbol, isSetQuantityType, setCatalogSymbol, setQuantityType
 
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

BaseUnitType

public BaseUnitType()
Method Detail

getUnitsSystem

public ReferenceType getUnitsSystem()
Ruft den Wert der unitsSystem-Eigenschaft ab.

Returns:
possible object is ReferenceType

setUnitsSystem

public void setUnitsSystem(ReferenceType value)
Legt den Wert der unitsSystem-Eigenschaft fest.

Parameters:
value - allowed object is ReferenceType

isSetUnitsSystem

public boolean isSetUnitsSystem()