org.citygml4j.jaxb.gml._3_1_1
Class DerivationUnitTermType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.UnitOfMeasureType
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 class for DerivationUnitTermType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Method Summary |
java.math.BigInteger |
getExponent()
Gets the value of the exponent property. |
boolean |
isSetExponent()
|
void |
setExponent(java.math.BigInteger value)
Sets the value of the exponent property. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DerivationUnitTermType
public DerivationUnitTermType()
getExponent
public java.math.BigInteger getExponent()
- Gets the value of the exponent property.
- Returns:
- possible object is
BigInteger
setExponent
public void setExponent(java.math.BigInteger value)
- Sets the value of the exponent property.
- Parameters:
value
- allowed object is
BigInteger
isSetExponent
public boolean isSetExponent()