public class DerivationUnitTermType extends UnitOfMeasureType
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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
exponent |
uom| Constructor and Description |
|---|
DerivationUnitTermType()
Default no-arg constructor
|
DerivationUnitTermType(String uom,
BigInteger exponent)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getExponent()
Gets the value of the exponent property.
|
void |
setExponent(BigInteger value)
Sets the value of the exponent property.
|
getUom, setUomprotected BigInteger exponent
public DerivationUnitTermType()
public DerivationUnitTermType(String uom, BigInteger exponent)
public BigInteger getExponent()
BigIntegerpublic void setExponent(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2021 B3Partners B.V.. All rights reserved.