Package nl.b3p.csw.jaxb.filter
Class PropertyIsBetweenType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.ComparisonOpsType
-
- nl.b3p.csw.jaxb.filter.PropertyIsBetweenType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends ExpressionType>expressionprotected LowerBoundaryTypelowerBoundaryprotected UpperBoundaryTypeupperBoundary
-
Constructor Summary
Constructors Constructor Description PropertyIsBetweenType()Default no-arg constructorPropertyIsBetweenType(javax.xml.bind.JAXBElement<? extends ExpressionType> expression, LowerBoundaryType lowerBoundary, UpperBoundaryType upperBoundary)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends ExpressionType>getExpression()Gets the value of the expression property.LowerBoundaryTypegetLowerBoundary()Gets the value of the lowerBoundary property.UpperBoundaryTypegetUpperBoundary()Gets the value of the upperBoundary property.voidsetExpression(javax.xml.bind.JAXBElement<? extends ExpressionType> value)Sets the value of the expression property.voidsetLowerBoundary(LowerBoundaryType value)Sets the value of the lowerBoundary property.voidsetUpperBoundary(UpperBoundaryType value)Sets the value of the upperBoundary property.
-
-
-
Field Detail
-
expression
protected javax.xml.bind.JAXBElement<? extends ExpressionType> expression
-
lowerBoundary
protected LowerBoundaryType lowerBoundary
-
upperBoundary
protected UpperBoundaryType upperBoundary
-
-
Constructor Detail
-
PropertyIsBetweenType
public PropertyIsBetweenType()
Default no-arg constructor
-
PropertyIsBetweenType
public PropertyIsBetweenType(javax.xml.bind.JAXBElement<? extends ExpressionType> expression, LowerBoundaryType lowerBoundary, UpperBoundaryType upperBoundary)
Fully-initialising value constructor
-
-
Method Detail
-
getExpression
public javax.xml.bind.JAXBElement<? extends ExpressionType> getExpression()
Gets the value of the expression property.- Returns:
- possible object is
AddDivLiteralSubExpressionMulPropertyNameFunction
-
setExpression
public void setExpression(javax.xml.bind.JAXBElement<? extends ExpressionType> value)
Sets the value of the expression property.- Parameters:
value- allowed object isAddDivLiteralSubExpressionMulPropertyNameFunction
-
getLowerBoundary
public LowerBoundaryType getLowerBoundary()
Gets the value of the lowerBoundary property.- Returns:
- possible object is
LowerBoundaryType
-
setLowerBoundary
public void setLowerBoundary(LowerBoundaryType value)
Sets the value of the lowerBoundary property.- Parameters:
value- allowed object isLowerBoundaryType
-
getUpperBoundary
public UpperBoundaryType getUpperBoundary()
Gets the value of the upperBoundary property.- Returns:
- possible object is
UpperBoundaryType
-
setUpperBoundary
public void setUpperBoundary(UpperBoundaryType value)
Sets the value of the upperBoundary property.- Parameters:
value- allowed object isUpperBoundaryType
-
-