net.opengis.se._2_0.core
Class ChangeCaseType

java.lang.Object
  extended by net.opengis.se._2_0.core.FunctionType
      extended by net.opengis.se._2_0.core.ChangeCaseType

public class ChangeCaseType
extends FunctionType

Classe Java pour ChangeCaseType complex type.

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

 <complexType name="ChangeCaseType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}FunctionType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}StringValue"/>
       </sequence>
       <attribute name="direction" type="{http://www.opengis.net/se/2.0/core}directionType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DirectionType direction
           
protected  ParameterValueType stringValue
           
 
Fields inherited from class net.opengis.se._2_0.core.FunctionType
fallbackValue
 
Constructor Summary
ChangeCaseType()
           
 
Method Summary
 DirectionType getDirection()
          Obtient la valeur de la propriété direction.
 ParameterValueType getStringValue()
          Obtient la valeur de la propriété stringValue.
 boolean isSetDirection()
           
 boolean isSetStringValue()
           
 void setDirection(DirectionType value)
          Définit la valeur de la propriété direction.
 void setStringValue(ParameterValueType value)
          Définit la valeur de la propriété stringValue.
 
Methods inherited from class net.opengis.se._2_0.core.FunctionType
getFallbackValue, isSetFallbackValue, setFallbackValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringValue

protected ParameterValueType stringValue

direction

protected DirectionType direction
Constructor Detail

ChangeCaseType

public ChangeCaseType()
Method Detail

getStringValue

public ParameterValueType getStringValue()
Obtient la valeur de la propriété stringValue.

Returns:
possible object is ParameterValueType

setStringValue

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

Parameters:
value - allowed object is ParameterValueType

isSetStringValue

public boolean isSetStringValue()

getDirection

public DirectionType getDirection()
Obtient la valeur de la propriété direction.

Returns:
possible object is DirectionType

setDirection

public void setDirection(DirectionType value)
Définit la valeur de la propriété direction.

Parameters:
value - allowed object is DirectionType

isSetDirection

public boolean isSetDirection()


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