net.opengis.se._2_0.core
Class TrimType

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

public class TrimType
extends FunctionType

Classe Java pour TrimType complex type.

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

 <complexType name="TrimType">
   <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="stripOffPosition" type="{http://www.opengis.net/se/2.0/core}stripOffPositionType" />
       <attribute name="stripOffChar" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ParameterValueType stringValue
           
protected  String stripOffChar
           
protected  StripOffPositionType stripOffPosition
           
 
Fields inherited from class net.opengis.se._2_0.core.FunctionType
fallbackValue
 
Constructor Summary
TrimType()
           
 
Method Summary
 ParameterValueType getStringValue()
          Obtient la valeur de la propriété stringValue.
 String getStripOffChar()
          Obtient la valeur de la propriété stripOffChar.
 StripOffPositionType getStripOffPosition()
          Obtient la valeur de la propriété stripOffPosition.
 boolean isSetStringValue()
           
 boolean isSetStripOffChar()
           
 boolean isSetStripOffPosition()
           
 void setStringValue(ParameterValueType value)
          Définit la valeur de la propriété stringValue.
 void setStripOffChar(String value)
          Définit la valeur de la propriété stripOffChar.
 void setStripOffPosition(StripOffPositionType value)
          Définit la valeur de la propriété stripOffPosition.
 
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

stripOffPosition

protected StripOffPositionType stripOffPosition

stripOffChar

protected String stripOffChar
Constructor Detail

TrimType

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

getStripOffPosition

public StripOffPositionType getStripOffPosition()
Obtient la valeur de la propriété stripOffPosition.

Returns:
possible object is StripOffPositionType

setStripOffPosition

public void setStripOffPosition(StripOffPositionType value)
Définit la valeur de la propriété stripOffPosition.

Parameters:
value - allowed object is StripOffPositionType

isSetStripOffPosition

public boolean isSetStripOffPosition()

getStripOffChar

public String getStripOffChar()
Obtient la valeur de la propriété stripOffChar.

Returns:
possible object is String

setStripOffChar

public void setStripOffChar(String value)
Définit la valeur de la propriété stripOffChar.

Parameters:
value - allowed object is String

isSetStripOffChar

public boolean isSetStripOffChar()


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