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

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
              extended by it.cnr.imaa.essi.ncml.binding.gml.BaseUnitType

public class BaseUnitType
extends UnitDefinitionType

Definition of a unit of measure which is a base unit from the system of units. A base unit cannot be derived by combination of other base units within this system. Sometimes known as "fundamental unit".

Java class for BaseUnitType complex type.

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

 <complexType name="BaseUnitType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}UnitDefinitionType">
       <sequence>
         <element name="unitsSystem" type="{http://www.opengis.net/gml}ReferenceType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ReferenceType unitsSystem
           
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.UnitDefinitionType
catalogSymbol, quantityType
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
BaseUnitType()
           
 
Method Summary
 ReferenceType getUnitsSystem()
          Gets the value of the unitsSystem property.
 void setUnitsSystem(ReferenceType value)
          Sets the value of the unitsSystem property.
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.gml.UnitDefinitionType
getCatalogSymbol, getQuantityType, setCatalogSymbol, setQuantityType
 
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

unitsSystem

protected ReferenceType unitsSystem
Constructor Detail

BaseUnitType

public BaseUnitType()
Method Detail

getUnitsSystem

public ReferenceType getUnitsSystem()
Gets the value of the unitsSystem property.

Returns:
possible object is ReferenceType

setUnitsSystem

public void setUnitsSystem(ReferenceType value)
Sets the value of the unitsSystem property.

Parameters:
value - allowed object is ReferenceType


Copyright © 2007. All Rights Reserved.