it.cnr.imaa.essi.ncml.binding.gml
Class UnitDefinitionType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
      extended by it.cnr.imaa.essi.ncml.binding.gml.DefinitionType
          extended by it.cnr.imaa.essi.ncml.binding.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.

Java class for UnitDefinitionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <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 it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
UnitDefinitionType()
           
 
Method Summary
 CodeType getCatalogSymbol()
          Gets the value of the catalogSymbol property.
 StringOrRefType getQuantityType()
          Gets the value of the quantityType property.
 void setCatalogSymbol(CodeType value)
          Sets the value of the catalogSymbol property.
 void setQuantityType(StringOrRefType value)
          Sets the value of the quantityType property.
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, setDescription, setId
 
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()
Gets the value of the quantityType property.

Returns:
possible object is StringOrRefType

setQuantityType

public void setQuantityType(StringOrRefType value)
Sets the value of the quantityType property.

Parameters:
value - allowed object is StringOrRefType

getCatalogSymbol

public CodeType getCatalogSymbol()
Gets the value of the catalogSymbol property.

Returns:
possible object is CodeType

setCatalogSymbol

public void setCatalogSymbol(CodeType value)
Sets the value of the catalogSymbol property.

Parameters:
value - allowed object is CodeType


Copyright © 2007. All Rights Reserved.