Package net.opengis.ogc
Interface FilterType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FilterTypeImpl
public interface FilterType extends org.apache.xmlbeans.XmlObjectAn XML FilterType(@http://www.opengis.net/ogc). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFilterType.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 ComparisonOpsTypeaddNewComparisonOps()Appends and returns a new empty "comparisonOps" elementAbstractIdTypeaddNewId()Appends and returns a new empty value (as xml) as the last "_Id" elementLogicOpsTypeaddNewLogicOps()Appends and returns a new empty "logicOps" elementSpatialOpsTypeaddNewSpatialOps()Appends and returns a new empty "spatialOps" elementComparisonOpsTypegetComparisonOps()Gets the "comparisonOps" elementAbstractIdType[]getIdArray()Gets array of all "_Id" elementsAbstractIdTypegetIdArray(int i)Gets ith "_Id" elementLogicOpsTypegetLogicOps()Gets the "logicOps" elementSpatialOpsTypegetSpatialOps()Gets the "spatialOps" elementAbstractIdTypeinsertNewId(int i)Inserts and returns a new empty value (as xml) as the ith "_Id" elementbooleanisSetComparisonOps()True if has "comparisonOps" elementbooleanisSetLogicOps()True if has "logicOps" elementbooleanisSetSpatialOps()True if has "spatialOps" elementvoidremoveId(int i)Removes the ith "_Id" elementvoidsetComparisonOps(ComparisonOpsType comparisonOps)Sets the "comparisonOps" elementvoidsetIdArray(int i, AbstractIdType id)Sets ith "_Id" elementvoidsetIdArray(AbstractIdType[] idArray)Sets array of all "_Id" elementvoidsetLogicOps(LogicOpsType logicOps)Sets the "logicOps" elementvoidsetSpatialOps(SpatialOpsType spatialOps)Sets the "spatialOps" elementintsizeOfIdArray()Returns number of "_Id" elementvoidunsetComparisonOps()Unsets the "comparisonOps" elementvoidunsetLogicOps()Unsets the "logicOps" elementvoidunsetSpatialOps()Unsets the "spatialOps" 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
-
getSpatialOps
SpatialOpsType getSpatialOps()
Gets the "spatialOps" element
-
isSetSpatialOps
boolean isSetSpatialOps()
True if has "spatialOps" element
-
setSpatialOps
void setSpatialOps(SpatialOpsType spatialOps)
Sets the "spatialOps" element
-
addNewSpatialOps
SpatialOpsType addNewSpatialOps()
Appends and returns a new empty "spatialOps" element
-
unsetSpatialOps
void unsetSpatialOps()
Unsets the "spatialOps" element
-
getComparisonOps
ComparisonOpsType getComparisonOps()
Gets the "comparisonOps" element
-
isSetComparisonOps
boolean isSetComparisonOps()
True if has "comparisonOps" element
-
setComparisonOps
void setComparisonOps(ComparisonOpsType comparisonOps)
Sets the "comparisonOps" element
-
addNewComparisonOps
ComparisonOpsType addNewComparisonOps()
Appends and returns a new empty "comparisonOps" element
-
unsetComparisonOps
void unsetComparisonOps()
Unsets the "comparisonOps" element
-
getLogicOps
LogicOpsType getLogicOps()
Gets the "logicOps" element
-
isSetLogicOps
boolean isSetLogicOps()
True if has "logicOps" element
-
setLogicOps
void setLogicOps(LogicOpsType logicOps)
Sets the "logicOps" element
-
addNewLogicOps
LogicOpsType addNewLogicOps()
Appends and returns a new empty "logicOps" element
-
unsetLogicOps
void unsetLogicOps()
Unsets the "logicOps" element
-
getIdArray
AbstractIdType[] getIdArray()
Gets array of all "_Id" elements
-
getIdArray
AbstractIdType getIdArray(int i)
Gets ith "_Id" element
-
sizeOfIdArray
int sizeOfIdArray()
Returns number of "_Id" element
-
setIdArray
void setIdArray(AbstractIdType[] idArray)
Sets array of all "_Id" element
-
setIdArray
void setIdArray(int i, AbstractIdType id)Sets ith "_Id" element
-
insertNewId
AbstractIdType insertNewId(int i)
Inserts and returns a new empty value (as xml) as the ith "_Id" element
-
addNewId
AbstractIdType addNewId()
Appends and returns a new empty value (as xml) as the last "_Id" element
-
removeId
void removeId(int i)
Removes the ith "_Id" element
-
-