public class PropertyIsEqualTo 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}PropertyName"/>
<element ref="{http://www.opengis.net/ogc}Literal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Literal |
literal |
protected PropertyName |
propertyName |
| Constructor and Description |
|---|
PropertyIsEqualTo() |
| Modifier and Type | Method and Description |
|---|---|
Literal |
getLiteral()
Gets the value of the literal property.
|
PropertyName |
getPropertyName()
Gets the value of the propertyName property.
|
boolean |
isSetLiteral() |
boolean |
isSetPropertyName() |
void |
setLiteral(Literal value)
Sets the value of the literal property.
|
void |
setPropertyName(PropertyName value)
Sets the value of the propertyName property.
|
protected PropertyName propertyName
protected Literal literal
public PropertyName getPropertyName()
PropertyNamepublic void setPropertyName(PropertyName value)
value - allowed object is
PropertyNamepublic boolean isSetPropertyName()
public Literal getLiteral()
Literalpublic void setLiteral(Literal value)
value - allowed object is
Literalpublic boolean isSetLiteral()
Copyright © 2016. All rights reserved.