net.opengis.se._2_0.thematic
Class AxisScaleType

java.lang.Object
  extended by net.opengis.se._2_0.thematic.AxisScaleType

public class AxisScaleType
extends Object

Classe Java pour AxisScaleType complex type.

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

 <complexType name="AxisScaleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/thematic}AxisLength"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Value"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ParameterValueType axisLength
           
protected  ParameterValueType value
           
 
Constructor Summary
AxisScaleType()
           
 
Method Summary
 ParameterValueType getAxisLength()
          Obtient la valeur de la propriété axisLength.
 ParameterValueType getValue()
          Obtient la valeur de la propriété value.
 boolean isSetAxisLength()
           
 boolean isSetValue()
           
 void setAxisLength(ParameterValueType value)
          Définit la valeur de la propriété axisLength.
 void setValue(ParameterValueType value)
          Définit la valeur de la propriété value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

axisLength

protected ParameterValueType axisLength

value

protected ParameterValueType value
Constructor Detail

AxisScaleType

public AxisScaleType()
Method Detail

getAxisLength

public ParameterValueType getAxisLength()
Obtient la valeur de la propriété axisLength.

Returns:
possible object is ParameterValueType

setAxisLength

public void setAxisLength(ParameterValueType value)
Définit la valeur de la propriété axisLength.

Parameters:
value - allowed object is ParameterValueType

isSetAxisLength

public boolean isSetAxisLength()

getValue

public ParameterValueType getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is ParameterValueType

setValue

public void setValue(ParameterValueType value)
Définit la valeur de la propriété value.

Parameters:
value - allowed object is ParameterValueType

isSetValue

public boolean isSetValue()


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