Package nl.b3p.csw.jaxb.filter
Class UpperBoundaryType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.UpperBoundaryType
-
public class UpperBoundaryType extends Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends ExpressionType>expression
-
Constructor Summary
Constructors Constructor Description UpperBoundaryType()Default no-arg constructorUpperBoundaryType(javax.xml.bind.JAXBElement<? extends ExpressionType> expression)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.voidsetExpression(javax.xml.bind.JAXBElement<? extends ExpressionType> value)Sets the value of the expression property.
-
-
-
Field Detail
-
expression
protected javax.xml.bind.JAXBElement<? extends ExpressionType> expression
-
-
Constructor Detail
-
UpperBoundaryType
public UpperBoundaryType()
Default no-arg constructor
-
UpperBoundaryType
public UpperBoundaryType(javax.xml.bind.JAXBElement<? extends ExpressionType> expression)
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
-
-