Package net.opengis.ogc
Interface ScalarCapabilitiesType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ScalarCapabilitiesTypeImpl
public interface ScalarCapabilitiesType extends org.apache.xmlbeans.XmlObjectAn XML Scalar_CapabilitiesType(@http://www.opengis.net/ogc). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classScalarCapabilitiesType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArithmeticOperatorsTypeaddNewArithmeticOperators()Appends and returns a new empty "ArithmeticOperators" elementComparisonOperatorsTypeaddNewComparisonOperators()Appends and returns a new empty "ComparisonOperators" elementLogicalOperatorsDocument.LogicalOperatorsaddNewLogicalOperators()Appends and returns a new empty "LogicalOperators" elementArithmeticOperatorsTypegetArithmeticOperators()Gets the "ArithmeticOperators" elementComparisonOperatorsTypegetComparisonOperators()Gets the "ComparisonOperators" elementLogicalOperatorsDocument.LogicalOperatorsgetLogicalOperators()Gets the "LogicalOperators" elementbooleanisSetArithmeticOperators()True if has "ArithmeticOperators" elementbooleanisSetComparisonOperators()True if has "ComparisonOperators" elementbooleanisSetLogicalOperators()True if has "LogicalOperators" elementvoidsetArithmeticOperators(ArithmeticOperatorsType arithmeticOperators)Sets the "ArithmeticOperators" elementvoidsetComparisonOperators(ComparisonOperatorsType comparisonOperators)Sets the "ComparisonOperators" elementvoidsetLogicalOperators(LogicalOperatorsDocument.LogicalOperators logicalOperators)Sets the "LogicalOperators" elementvoidunsetArithmeticOperators()Unsets the "ArithmeticOperators" elementvoidunsetComparisonOperators()Unsets the "ComparisonOperators" elementvoidunsetLogicalOperators()Unsets the "LogicalOperators" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getLogicalOperators
LogicalOperatorsDocument.LogicalOperators getLogicalOperators()
Gets the "LogicalOperators" element
-
isSetLogicalOperators
boolean isSetLogicalOperators()
True if has "LogicalOperators" element
-
setLogicalOperators
void setLogicalOperators(LogicalOperatorsDocument.LogicalOperators logicalOperators)
Sets the "LogicalOperators" element
-
addNewLogicalOperators
LogicalOperatorsDocument.LogicalOperators addNewLogicalOperators()
Appends and returns a new empty "LogicalOperators" element
-
unsetLogicalOperators
void unsetLogicalOperators()
Unsets the "LogicalOperators" element
-
getComparisonOperators
ComparisonOperatorsType getComparisonOperators()
Gets the "ComparisonOperators" element
-
isSetComparisonOperators
boolean isSetComparisonOperators()
True if has "ComparisonOperators" element
-
setComparisonOperators
void setComparisonOperators(ComparisonOperatorsType comparisonOperators)
Sets the "ComparisonOperators" element
-
addNewComparisonOperators
ComparisonOperatorsType addNewComparisonOperators()
Appends and returns a new empty "ComparisonOperators" element
-
unsetComparisonOperators
void unsetComparisonOperators()
Unsets the "ComparisonOperators" element
-
getArithmeticOperators
ArithmeticOperatorsType getArithmeticOperators()
Gets the "ArithmeticOperators" element
-
isSetArithmeticOperators
boolean isSetArithmeticOperators()
True if has "ArithmeticOperators" element
-
setArithmeticOperators
void setArithmeticOperators(ArithmeticOperatorsType arithmeticOperators)
Sets the "ArithmeticOperators" element
-
addNewArithmeticOperators
ArithmeticOperatorsType addNewArithmeticOperators()
Appends and returns a new empty "ArithmeticOperators" element
-
unsetArithmeticOperators
void unsetArithmeticOperators()
Unsets the "ArithmeticOperators" element
-
-