public class FunctionType extends ExpressionType implements Visitable
Java class for FunctionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FunctionType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}ExpressionType">
<sequence>
<element ref="{http://www.opengis.net/ogc}expression" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends ExpressionType>> |
expression |
protected String |
name |
| Constructor and Description |
|---|
FunctionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
List<JAXBElement<? extends ExpressionType>> |
getExpression()
Gets the value of the expression property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isSetExpression() |
boolean |
isSetName() |
void |
setName(String value)
Sets the value of the name property.
|
void |
unsetExpression() |
afterUnmarshal, getJAXBElementName, setJAXBElementNameprotected List<JAXBElement<? extends ExpressionType>> expression
protected String name
public List<JAXBElement<? extends ExpressionType>> getExpression()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the expression property.
For example, to add a new item, do as follows:
getExpression().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BinaryOperatorType>
JAXBElement<ExpressionType>
JAXBElement<BinaryOperatorType>
JAXBElement<FunctionType>
JAXBElement<BinaryOperatorType>
JAXBElement<BinaryOperatorType>
JAXBElement<PropertyNameType>
JAXBElement<LiteralType>
public boolean isSetExpression()
public void unsetExpression()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
This work is licensed under a Creative Commons Attribution 4.0 International License.