net.opengis.se._2_0.core
Class SubstringType

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

public class SubstringType
extends FunctionType

Classe Java pour SubstringType complex type.

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

 <complexType name="SubstringType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}FunctionType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}StringValue"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Position" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Length" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ParameterValueType length
           
protected  ParameterValueType position
           
protected  ParameterValueType stringValue
           
 
Fields inherited from class net.opengis.se._2_0.core.FunctionType
fallbackValue
 
Constructor Summary
SubstringType()
           
 
Method Summary
 ParameterValueType getLength()
          Obtient la valeur de la propriété length.
 ParameterValueType getPosition()
          Obtient la valeur de la propriété position.
 ParameterValueType getStringValue()
          Obtient la valeur de la propriété stringValue.
 boolean isSetLength()
           
 boolean isSetPosition()
           
 boolean isSetStringValue()
           
 void setLength(ParameterValueType value)
          Définit la valeur de la propriété length.
 void setPosition(ParameterValueType value)
          Définit la valeur de la propriété position.
 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

position

protected ParameterValueType position

length

protected ParameterValueType length
Constructor Detail

SubstringType

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

getPosition

public ParameterValueType getPosition()
Obtient la valeur de la propriété position.

Returns:
possible object is ParameterValueType

setPosition

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

Parameters:
value - allowed object is ParameterValueType

isSetPosition

public boolean isSetPosition()

getLength

public ParameterValueType getLength()
Obtient la valeur de la propriété length.

Returns:
possible object is ParameterValueType

setLength

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

Parameters:
value - allowed object is ParameterValueType

isSetLength

public boolean isSetLength()


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