public class PropertyNameType extends ExpressionType implements Visitable
Java class for PropertyNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyNameType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}ExpressionType">
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PropertyNameType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
String |
getContent()
Gets the value of the content property.
|
boolean |
isSetContent() |
void |
setContent(String value)
Sets the value of the content property.
|
afterUnmarshal, getJAXBElementName, setJAXBElementNameprotected String content
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic boolean isSetContent()
This work is licensed under a Creative Commons Attribution 4.0 International License.