Package nl.b3p.csw.jaxb.filter
Class ScalarCapabilitiesType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.ScalarCapabilitiesType
-
public class ScalarCapabilitiesType extends Object
Java class for Scalar_CapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Scalar_CapabilitiesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.opengis.net/ogc}LogicalOperators" minOccurs="0"/> <element name="ComparisonOperators" type="{http://www.opengis.net/ogc}ComparisonOperatorsType" minOccurs="0"/> <element name="ArithmeticOperators" type="{http://www.opengis.net/ogc}ArithmeticOperatorsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ArithmeticOperatorsTypearithmeticOperatorsprotected ComparisonOperatorsTypecomparisonOperatorsprotected LogicalOperatorslogicalOperators
-
Constructor Summary
Constructors Constructor Description ScalarCapabilitiesType()Default no-arg constructorScalarCapabilitiesType(LogicalOperators logicalOperators, ComparisonOperatorsType comparisonOperators, ArithmeticOperatorsType arithmeticOperators)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArithmeticOperatorsTypegetArithmeticOperators()Gets the value of the arithmeticOperators property.ComparisonOperatorsTypegetComparisonOperators()Gets the value of the comparisonOperators property.LogicalOperatorsgetLogicalOperators()Gets the value of the logicalOperators property.voidsetArithmeticOperators(ArithmeticOperatorsType value)Sets the value of the arithmeticOperators property.voidsetComparisonOperators(ComparisonOperatorsType value)Sets the value of the comparisonOperators property.voidsetLogicalOperators(LogicalOperators value)Sets the value of the logicalOperators property.
-
-
-
Field Detail
-
logicalOperators
protected LogicalOperators logicalOperators
-
comparisonOperators
protected ComparisonOperatorsType comparisonOperators
-
arithmeticOperators
protected ArithmeticOperatorsType arithmeticOperators
-
-
Constructor Detail
-
ScalarCapabilitiesType
public ScalarCapabilitiesType()
Default no-arg constructor
-
ScalarCapabilitiesType
public ScalarCapabilitiesType(LogicalOperators logicalOperators, ComparisonOperatorsType comparisonOperators, ArithmeticOperatorsType arithmeticOperators)
Fully-initialising value constructor
-
-
Method Detail
-
getLogicalOperators
public LogicalOperators getLogicalOperators()
Gets the value of the logicalOperators property.- Returns:
- possible object is
LogicalOperators
-
setLogicalOperators
public void setLogicalOperators(LogicalOperators value)
Sets the value of the logicalOperators property.- Parameters:
value- allowed object isLogicalOperators
-
getComparisonOperators
public ComparisonOperatorsType getComparisonOperators()
Gets the value of the comparisonOperators property.- Returns:
- possible object is
ComparisonOperatorsType
-
setComparisonOperators
public void setComparisonOperators(ComparisonOperatorsType value)
Sets the value of the comparisonOperators property.- Parameters:
value- allowed object isComparisonOperatorsType
-
getArithmeticOperators
public ArithmeticOperatorsType getArithmeticOperators()
Gets the value of the arithmeticOperators property.- Returns:
- possible object is
ArithmeticOperatorsType
-
setArithmeticOperators
public void setArithmeticOperators(ArithmeticOperatorsType value)
Sets the value of the arithmeticOperators property.- Parameters:
value- allowed object isArithmeticOperatorsType
-
-