net.opengis.se._2_0.core
Class FunctionType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fallbackValue
protected String fallbackValue
FunctionType
public FunctionType()
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.