net.opengis.se._2_0.core
Class StringPositionType

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

public class StringPositionType
extends FunctionType

Classe Java pour StringPositionType complex type.

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

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


Field Summary
protected  ParameterValueType lookupString
           
protected  SearchDirectionType searchDirection
           
protected  ParameterValueType stringValue
           
 
Fields inherited from class net.opengis.se._2_0.core.FunctionType
fallbackValue
 
Constructor Summary
StringPositionType()
           
 
Method Summary
 ParameterValueType getLookupString()
          Obtient la valeur de la propriété lookupString.
 SearchDirectionType getSearchDirection()
          Obtient la valeur de la propriété searchDirection.
 ParameterValueType getStringValue()
          Obtient la valeur de la propriété stringValue.
 boolean isSetLookupString()
           
 boolean isSetSearchDirection()
           
 boolean isSetStringValue()
           
 void setLookupString(ParameterValueType value)
          Définit la valeur de la propriété lookupString.
 void setSearchDirection(SearchDirectionType value)
          Définit la valeur de la propriété searchDirection.
 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

lookupString

protected ParameterValueType lookupString

stringValue

protected ParameterValueType stringValue

searchDirection

protected SearchDirectionType searchDirection
Constructor Detail

StringPositionType

public StringPositionType()
Method Detail

getLookupString

public ParameterValueType getLookupString()
Obtient la valeur de la propriété lookupString.

Returns:
possible object is ParameterValueType

setLookupString

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

Parameters:
value - allowed object is ParameterValueType

isSetLookupString

public boolean isSetLookupString()

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

getSearchDirection

public SearchDirectionType getSearchDirection()
Obtient la valeur de la propriété searchDirection.

Returns:
possible object is SearchDirectionType

setSearchDirection

public void setSearchDirection(SearchDirectionType value)
Définit la valeur de la propriété searchDirection.

Parameters:
value - allowed object is SearchDirectionType

isSetSearchDirection

public boolean isSetSearchDirection()


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