public class PropertyIsBetweenType extends ComparisonOpsType implements Visitable
Java class for PropertyIsBetweenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyIsBetweenType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}ComparisonOpsType">
<sequence>
<element ref="{http://www.opengis.net/ogc}expression"/>
<element name="LowerBoundary" type="{http://www.opengis.net/ogc}LowerBoundaryType"/>
<element name="UpperBoundary" type="{http://www.opengis.net/ogc}UpperBoundaryType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends ExpressionType> |
expression |
protected LowerBoundaryType |
lowerBoundary |
protected UpperBoundaryType |
upperBoundary |
| Constructor and Description |
|---|
PropertyIsBetweenType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
JAXBElement<? extends ExpressionType> |
getExpression()
Gets the value of the expression property.
|
LowerBoundaryType |
getLowerBoundary()
Gets the value of the lowerBoundary property.
|
UpperBoundaryType |
getUpperBoundary()
Gets the value of the upperBoundary property.
|
boolean |
isSetExpression() |
boolean |
isSetLowerBoundary() |
boolean |
isSetUpperBoundary() |
void |
setExpression(JAXBElement<? extends ExpressionType> value)
Sets the value of the expression property.
|
void |
setLowerBoundary(LowerBoundaryType value)
Sets the value of the lowerBoundary property.
|
void |
setUpperBoundary(UpperBoundaryType value)
Sets the value of the upperBoundary property.
|
afterUnmarshal, getJAXBElementName, setJAXBElementNameprotected JAXBElement<? extends ExpressionType> expression
protected LowerBoundaryType lowerBoundary
protected UpperBoundaryType upperBoundary
public JAXBElement<? extends ExpressionType> getExpression()
public void setExpression(JAXBElement<? extends ExpressionType> value)
value - allowed object is
JAXBElement<BinaryOperatorType>
JAXBElement<ExpressionType>
JAXBElement<BinaryOperatorType>
JAXBElement<FunctionType>
JAXBElement<BinaryOperatorType>
JAXBElement<BinaryOperatorType>
JAXBElement<PropertyNameType>
JAXBElement<LiteralType>public boolean isSetExpression()
public LowerBoundaryType getLowerBoundary()
LowerBoundaryTypepublic void setLowerBoundary(LowerBoundaryType value)
value - allowed object is
LowerBoundaryTypepublic boolean isSetLowerBoundary()
public UpperBoundaryType getUpperBoundary()
UpperBoundaryTypepublic void setUpperBoundary(UpperBoundaryType value)
value - allowed object is
UpperBoundaryTypepublic boolean isSetUpperBoundary()
This work is licensed under a Creative Commons Attribution 4.0 International License.