Package nl.b3p.csw.jaxb.filter
Class FunctionType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.ExpressionType
-
- nl.b3p.csw.jaxb.filter.FunctionType
-
public class FunctionType extends ExpressionType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends ExpressionType>>expressionprotected Stringname
-
Constructor Summary
Constructors Constructor Description FunctionType()Default no-arg constructorFunctionType(List<javax.xml.bind.JAXBElement<? extends ExpressionType>> expression, String name)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends ExpressionType>>getExpression()Gets the value of the expression property.StringgetName()Gets the value of the name property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
expression
protected List<javax.xml.bind.JAXBElement<? extends ExpressionType>> expression
-
name
protected String name
-
-
Constructor Detail
-
FunctionType
public FunctionType()
Default no-arg constructor
-
FunctionType
public FunctionType(List<javax.xml.bind.JAXBElement<? extends ExpressionType>> expression, String name)
Fully-initialising value constructor
-
-
Method Detail
-
getExpression
public List<javax.xml.bind.JAXBElement<? extends ExpressionType>> getExpression()
Gets the value of the expression property.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
setmethod 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
AddDivLiteralSubExpressionMulPropertyNameFunction
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-