public class PropertyIsBetweenType extends ComparisonOpsType
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()
Default no-arg constructor
|
PropertyIsBetweenType(JAXBElement<? extends ExpressionType> expression,
LowerBoundaryType lowerBoundary,
UpperBoundaryType upperBoundary)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
protected JAXBElement<? extends ExpressionType> expression
protected LowerBoundaryType lowerBoundary
protected UpperBoundaryType upperBoundary
public PropertyIsBetweenType()
public PropertyIsBetweenType(JAXBElement<? extends ExpressionType> expression, LowerBoundaryType lowerBoundary, UpperBoundaryType upperBoundary)
public JAXBElement<? extends ExpressionType> getExpression()
Add
Div
Literal
Sub
Expression
Mul
PropertyName
Functionpublic void setExpression(JAXBElement<? extends ExpressionType> value)
value - allowed object is
Add
Div
Literal
Sub
Expression
Mul
PropertyName
Functionpublic LowerBoundaryType getLowerBoundary()
LowerBoundaryTypepublic void setLowerBoundary(LowerBoundaryType value)
value - allowed object is
LowerBoundaryTypepublic UpperBoundaryType getUpperBoundary()
UpperBoundaryTypepublic void setUpperBoundary(UpperBoundaryType value)
value - allowed object is
UpperBoundaryTypeCopyright © 2022 B3Partners B.V.. All rights reserved.