public class PropertyIsNullType extends ComparisonOpsType implements Visitable
Java class for PropertyIsNullType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyIsNullType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}ComparisonOpsType">
<choice>
<element ref="{http://www.opengis.net/ogc}PropertyName"/>
<element ref="{http://www.opengis.net/ogc}Literal"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LiteralType |
literal |
protected PropertyNameType |
propertyName |
| Constructor and Description |
|---|
PropertyIsNullType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
LiteralType |
getLiteral()
Gets the value of the literal property.
|
PropertyNameType |
getPropertyName()
Gets the value of the propertyName property.
|
boolean |
isSetLiteral() |
boolean |
isSetPropertyName() |
void |
setLiteral(LiteralType value)
Sets the value of the literal property.
|
void |
setPropertyName(PropertyNameType value)
Sets the value of the propertyName property.
|
afterUnmarshal, getJAXBElementName, setJAXBElementNameprotected PropertyNameType propertyName
protected LiteralType literal
public PropertyNameType getPropertyName()
PropertyNameTypepublic void setPropertyName(PropertyNameType value)
value - allowed object is
PropertyNameTypepublic boolean isSetPropertyName()
public LiteralType getLiteral()
LiteralTypepublic void setLiteral(LiteralType value)
value - allowed object is
LiteralTypepublic boolean isSetLiteral()
This work is licensed under a Creative Commons Attribution 4.0 International License.