public class Function extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ogc}Literal" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Literal> |
literal |
protected String |
name |
| Constructor and Description |
|---|
Function() |
| Modifier and Type | Method and Description |
|---|---|
List<Literal> |
getLiteral()
Gets the value of the literal property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isSetLiteral() |
boolean |
isSetName() |
void |
setName(String value)
Sets the value of the name property.
|
void |
unsetLiteral() |
public List<Literal> getLiteral()
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 literal property.
For example, to add a new item, do as follows:
getLiteral().add(newItem);
Objects of the following type(s) are allowed in the list
Literal
public boolean isSetLiteral()
public void unsetLiteral()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
Copyright © 2016. All rights reserved.