public class PropertyIsBetween 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}LowerBoundary"/>
<element ref="{http://www.opengis.net/ogc}UpperBoundary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LowerBoundary |
lowerBoundary |
protected PropertyName |
propertyName |
protected UpperBoundary |
upperBoundary |
| Constructor and Description |
|---|
PropertyIsBetween() |
| Modifier and Type | Method and Description |
|---|---|
LowerBoundary |
getLowerBoundary()
Gets the value of the lowerBoundary property.
|
PropertyName |
getPropertyName()
Gets the value of the propertyName property.
|
UpperBoundary |
getUpperBoundary()
Gets the value of the upperBoundary property.
|
boolean |
isSetLowerBoundary() |
boolean |
isSetPropertyName() |
boolean |
isSetUpperBoundary() |
void |
setLowerBoundary(LowerBoundary value)
Sets the value of the lowerBoundary property.
|
void |
setPropertyName(PropertyName value)
Sets the value of the propertyName property.
|
void |
setUpperBoundary(UpperBoundary value)
Sets the value of the upperBoundary property.
|
protected PropertyName propertyName
protected LowerBoundary lowerBoundary
protected UpperBoundary upperBoundary
public PropertyName getPropertyName()
PropertyNamepublic void setPropertyName(PropertyName value)
value - allowed object is
PropertyNamepublic boolean isSetPropertyName()
public LowerBoundary getLowerBoundary()
LowerBoundarypublic void setLowerBoundary(LowerBoundary value)
value - allowed object is
LowerBoundarypublic boolean isSetLowerBoundary()
public UpperBoundary getUpperBoundary()
UpperBoundarypublic void setUpperBoundary(UpperBoundary value)
value - allowed object is
UpperBoundarypublic boolean isSetUpperBoundary()
Copyright © 2016. All rights reserved.