net.opengis.gml
Class UnitDefinitionType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.UnitDefinitionType
Direct Known Subclasses:
BaseUnitType, ConventionalUnitType, DerivedUnitType

public class UnitDefinitionType
extends DefinitionType

Definition of a unit of measure (or uom). The definition includes a quantityType property, which indicates the phenomenon to which the units apply, and a catalogSymbol, which gives the short symbol used for this unit. This element is used when the relationship of this unit to other units or units systems is unknown.

Classe Java pour UnitDefinitionType complex type.

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

 <complexType name="UnitDefinitionType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}DefinitionType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}quantityType"/>
         <element ref="{http://www.opengis.net/gml}catalogSymbol" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  CodeType catalogSymbol
           
protected  StringOrRefType quantityType
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
UnitDefinitionType()
           
 
Method Summary
 CodeType getCatalogSymbol()
          Obtient la valeur de la propriété catalogSymbol.
 StringOrRefType getQuantityType()
          Obtient la valeur de la propriété quantityType.
 boolean isSetCatalogSymbol()
           
 boolean isSetQuantityType()
           
 void setCatalogSymbol(CodeType value)
          Définit la valeur de la propriété catalogSymbol.
 void setQuantityType(StringOrRefType value)
          Définit la valeur de la propriété quantityType.
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quantityType

protected StringOrRefType quantityType

catalogSymbol

protected CodeType catalogSymbol
Constructor Detail

UnitDefinitionType

public UnitDefinitionType()
Method Detail

getQuantityType

public StringOrRefType getQuantityType()
Obtient la valeur de la propriété quantityType.

Returns:
possible object is StringOrRefType

setQuantityType

public void setQuantityType(StringOrRefType value)
Définit la valeur de la propriété quantityType.

Parameters:
value - allowed object is StringOrRefType

isSetQuantityType

public boolean isSetQuantityType()

getCatalogSymbol

public CodeType getCatalogSymbol()
Obtient la valeur de la propriété catalogSymbol.

Returns:
possible object is CodeType

setCatalogSymbol

public void setCatalogSymbol(CodeType value)
Définit la valeur de la propriété catalogSymbol.

Parameters:
value - allowed object is CodeType

isSetCatalogSymbol

public boolean isSetCatalogSymbol()


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