net.opengis.gml
Class UnitOfMeasureType

java.lang.Object
  extended by net.opengis.gml.UnitOfMeasureType
Direct Known Subclasses:
ConversionToPreferredUnitType, DerivationUnitTermType

public class UnitOfMeasureType
extends 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.

Classe Java pour UnitOfMeasureType complex type.

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

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


Field Summary
protected  String uom
           
 
Constructor Summary
UnitOfMeasureType()
           
 
Method Summary
 String getUom()
          Obtient la valeur de la propriété uom.
 boolean isSetUom()
           
 void setUom(String value)
          Définit la valeur de la propriété uom.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uom

protected String uom
Constructor Detail

UnitOfMeasureType

public UnitOfMeasureType()
Method Detail

getUom

public String getUom()
Obtient la valeur de la propriété uom.

Returns:
possible object is String

setUom

public void setUom(String value)
Définit la valeur de la propriété uom.

Parameters:
value - allowed object is String

isSetUom

public boolean isSetUom()


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