org.citygml4j.jaxb.gml._3_1_1
Class DerivationUnitTermType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.UnitOfMeasureType
      extended by org.citygml4j.jaxb.gml._3_1_1.DerivationUnitTermType

public class DerivationUnitTermType
extends UnitOfMeasureType

Definition of one unit term for a derived unit of measure. This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent can be positive or negative, but not zero.

Java-Klasse für DerivationUnitTermType complex type.

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

 <complexType name="DerivationUnitTermType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}UnitOfMeasureType">
       <attribute name="exponent" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DerivationUnitTermType()
           
 
Method Summary
 java.math.BigInteger getExponent()
          Ruft den Wert der exponent-Eigenschaft ab.
 boolean isSetExponent()
           
 void setExponent(java.math.BigInteger value)
          Legt den Wert der exponent-Eigenschaft fest.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.UnitOfMeasureType
getUom, isSetUom, setUom
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerivationUnitTermType

public DerivationUnitTermType()
Method Detail

getExponent

public java.math.BigInteger getExponent()
Ruft den Wert der exponent-Eigenschaft ab.

Returns:
possible object is BigInteger

setExponent

public void setExponent(java.math.BigInteger value)
Legt den Wert der exponent-Eigenschaft fest.

Parameters:
value - allowed object is BigInteger

isSetExponent

public boolean isSetExponent()