net.opengis.se._2_0.core
Class FunctionType

java.lang.Object
  extended by net.opengis.se._2_0.core.FunctionType
Direct Known Subclasses:
CategorizeType, ChangeCaseType, ConcatenateType, DimensionType, FormatDateType, FormatNumberType, InterpolateType, RecodeType, StringLengthType, StringPositionType, SubstringType, TrimType

public abstract class FunctionType
extends Object

Classe Java pour FunctionType complex type.

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

 <complexType name="FunctionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="fallbackValue" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String fallbackValue
           
 
Constructor Summary
FunctionType()
           
 
Method Summary
 String getFallbackValue()
          Obtient la valeur de la propriété fallbackValue.
 boolean isSetFallbackValue()
           
 void setFallbackValue(String value)
          Définit la valeur de la propriété fallbackValue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fallbackValue

protected String fallbackValue
Constructor Detail

FunctionType

public FunctionType()
Method Detail

getFallbackValue

public String getFallbackValue()
Obtient la valeur de la propriété fallbackValue.

Returns:
possible object is String

setFallbackValue

public void setFallbackValue(String value)
Définit la valeur de la propriété fallbackValue.

Parameters:
value - allowed object is String

isSetFallbackValue

public boolean isSetFallbackValue()


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