net.opengis.gml
Class DerivationUnitTermType

java.lang.Object
  extended by net.opengis.gml.UnitOfMeasureType
      extended by net.opengis.gml.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.

Classe Java pour DerivationUnitTermType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  BigInteger exponent
           
 
Fields inherited from class net.opengis.gml.UnitOfMeasureType
uom
 
Constructor Summary
DerivationUnitTermType()
           
 
Method Summary
 BigInteger getExponent()
          Obtient la valeur de la propriété exponent.
 boolean isSetExponent()
           
 void setExponent(BigInteger value)
          Définit la valeur de la propriété exponent.
 
Methods inherited from class net.opengis.gml.UnitOfMeasureType
getUom, isSetUom, setUom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exponent

protected BigInteger exponent
Constructor Detail

DerivationUnitTermType

public DerivationUnitTermType()
Method Detail

getExponent

public BigInteger getExponent()
Obtient la valeur de la propriété exponent.

Returns:
possible object is BigInteger

setExponent

public void setExponent(BigInteger value)
Définit la valeur de la propriété exponent.

Parameters:
value - allowed object is BigInteger

isSetExponent

public boolean isSetExponent()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.