net.opengis.gml
Class BaseUnitType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.UnitDefinitionType
              extended by net.opengis.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".

Classe Java pour BaseUnitType complex type.

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

 <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 net.opengis.gml.UnitDefinitionType
catalogSymbol, quantityType
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
BaseUnitType()
           
 
Method Summary
 ReferenceType getUnitsSystem()
          Obtient la valeur de la propriété unitsSystem.
 boolean isSetUnitsSystem()
           
 void setUnitsSystem(ReferenceType value)
          Définit la valeur de la propriété unitsSystem.
 
Methods inherited from class net.opengis.gml.UnitDefinitionType
getCatalogSymbol, getQuantityType, isSetCatalogSymbol, isSetQuantityType, setCatalogSymbol, setQuantityType
 
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

unitsSystem

protected ReferenceType unitsSystem
Constructor Detail

BaseUnitType

public BaseUnitType()
Method Detail

getUnitsSystem

public ReferenceType getUnitsSystem()
Obtient la valeur de la propriété unitsSystem.

Returns:
possible object is ReferenceType

setUnitsSystem

public void setUnitsSystem(ReferenceType value)
Définit la valeur de la propriété unitsSystem.

Parameters:
value - allowed object is ReferenceType

isSetUnitsSystem

public boolean isSetUnitsSystem()


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