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>
| Modifier and Type | Field and Description |
|---|---|
protected ArithmeticOperatorsType |
arithmeticOperators |
protected ComparisonOperatorsType |
comparisonOperators |
protected LogicalOperators |
logicalOperators |
| Constructor and Description |
|---|
ScalarCapabilitiesType()
Default no-arg constructor
|
ScalarCapabilitiesType(LogicalOperators logicalOperators,
ComparisonOperatorsType comparisonOperators,
ArithmeticOperatorsType arithmeticOperators)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperatorsType |
getArithmeticOperators()
Gets the value of the arithmeticOperators property.
|
ComparisonOperatorsType |
getComparisonOperators()
Gets the value of the comparisonOperators property.
|
LogicalOperators |
getLogicalOperators()
Gets the value of the logicalOperators property.
|
void |
setArithmeticOperators(ArithmeticOperatorsType value)
Sets the value of the arithmeticOperators property.
|
void |
setComparisonOperators(ComparisonOperatorsType value)
Sets the value of the comparisonOperators property.
|
void |
setLogicalOperators(LogicalOperators value)
Sets the value of the logicalOperators property.
|
protected LogicalOperators logicalOperators
protected ComparisonOperatorsType comparisonOperators
protected ArithmeticOperatorsType arithmeticOperators
public ScalarCapabilitiesType()
public ScalarCapabilitiesType(LogicalOperators logicalOperators, ComparisonOperatorsType comparisonOperators, ArithmeticOperatorsType arithmeticOperators)
public LogicalOperators getLogicalOperators()
LogicalOperatorspublic void setLogicalOperators(LogicalOperators value)
value - allowed object is
LogicalOperatorspublic ComparisonOperatorsType getComparisonOperators()
ComparisonOperatorsTypepublic void setComparisonOperators(ComparisonOperatorsType value)
value - allowed object is
ComparisonOperatorsTypepublic ArithmeticOperatorsType getArithmeticOperators()
ArithmeticOperatorsTypepublic void setArithmeticOperators(ArithmeticOperatorsType value)
value - allowed object is
ArithmeticOperatorsTypeCopyright © 2021 B3Partners B.V.. All rights reserved.