net.opengis.se._2_0.core
Class StringLengthType

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

public class StringLengthType
extends FunctionType

Classe Java pour StringLengthType complex type.

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

 <complexType name="StringLengthType">
   <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>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ParameterValueType stringValue
           
 
Fields inherited from class net.opengis.se._2_0.core.FunctionType
fallbackValue
 
Constructor Summary
StringLengthType()
           
 
Method Summary
 ParameterValueType getStringValue()
          Obtient la valeur de la propriété stringValue.
 boolean isSetStringValue()
           
 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
Constructor Detail

StringLengthType

public StringLengthType()
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()


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