Package nl.b3p.csw.jaxb.filter
Class FunctionsType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.FunctionsType
-
public class FunctionsType extends Object
Java class for FunctionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FunctionsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FunctionNames" type="{http://www.opengis.net/ogc}FunctionNamesType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FunctionNamesTypefunctionNames
-
Constructor Summary
Constructors Constructor Description FunctionsType()Default no-arg constructorFunctionsType(FunctionNamesType functionNames)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionNamesTypegetFunctionNames()Gets the value of the functionNames property.voidsetFunctionNames(FunctionNamesType value)Sets the value of the functionNames property.
-
-
-
Field Detail
-
functionNames
protected FunctionNamesType functionNames
-
-
Constructor Detail
-
FunctionsType
public FunctionsType()
Default no-arg constructor
-
FunctionsType
public FunctionsType(FunctionNamesType functionNames)
Fully-initialising value constructor
-
-
Method Detail
-
getFunctionNames
public FunctionNamesType getFunctionNames()
Gets the value of the functionNames property.- Returns:
- possible object is
FunctionNamesType
-
setFunctionNames
public void setFunctionNames(FunctionNamesType value)
Sets the value of the functionNames property.- Parameters:
value- allowed object isFunctionNamesType
-
-