public class UpperBoundaryType extends Object implements Visitable
Java class for UpperBoundaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpperBoundaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ogc}expression"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends ExpressionType> |
expression |
| Constructor and Description |
|---|
UpperBoundaryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
JAXBElement<? extends ExpressionType> |
getExpression()
Gets the value of the expression property.
|
boolean |
isSetExpression() |
void |
setExpression(JAXBElement<? extends ExpressionType> value)
Sets the value of the expression property.
|
protected JAXBElement<? extends ExpressionType> expression
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()
This work is licensed under a Creative Commons Attribution 4.0 International License.