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>
| Modifier and Type | Field and Description |
|---|---|
protected FunctionNamesType |
functionNames |
| Constructor and Description |
|---|
FunctionsType()
Default no-arg constructor
|
FunctionsType(FunctionNamesType functionNames)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
FunctionNamesType |
getFunctionNames()
Gets the value of the functionNames property.
|
void |
setFunctionNames(FunctionNamesType value)
Sets the value of the functionNames property.
|
protected FunctionNamesType functionNames
public FunctionsType()
public FunctionsType(FunctionNamesType functionNames)
public FunctionNamesType getFunctionNames()
FunctionNamesTypepublic void setFunctionNames(FunctionNamesType value)
value - allowed object is
FunctionNamesTypeCopyright © 2020 B3Partners B.V.. All rights reserved.