org.citygml4j.jaxb.gml._3_1_1
Class UnitOfMeasureType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.UnitOfMeasureType
Direct Known Subclasses:
ConversionToPreferredUnitType, DerivationUnitTermType

public class UnitOfMeasureType
extends java.lang.Object

Reference to a unit of measure definition that applies to all the numerical values described by the element containing this element. Notice that a complexType which needs to include the uom attribute can do so by extending this complexType. Alternately, this complexType can be used as a pattern for a new complexType.

Java-Klasse für UnitOfMeasureType complex type.

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

 <complexType name="UnitOfMeasureType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="uom" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
UnitOfMeasureType()
           
 
Method Summary
 java.lang.String getUom()
          Ruft den Wert der uom-Eigenschaft ab.
 boolean isSetUom()
           
 void setUom(java.lang.String value)
          Legt den Wert der uom-Eigenschaft fest.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitOfMeasureType

public UnitOfMeasureType()
Method Detail

getUom

public java.lang.String getUom()
Ruft den Wert der uom-Eigenschaft ab.

Returns:
possible object is String

setUom

public void setUom(java.lang.String value)
Legt den Wert der uom-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetUom

public boolean isSetUom()