Package net.opengis.eml.x002
Interface GenericViewType.InsertCriteria
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GenericViewTypeImpl.InsertCriteriaImpl
- Enclosing interface:
- GenericViewType
public static interface GenericViewType.InsertCriteria extends org.apache.xmlbeans.XmlObjectAn XML InsertCriteria(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGenericViewType.InsertCriteria.FactoryA factory class with static methods for creating instances of this type.static interfaceGenericViewType.InsertCriteria.InsertCriterionAn XML InsertCriterion(@http://www.opengis.net/eml/0.0.2).
-
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 GenericViewType.InsertCriteria.InsertCriterionaddNewInsertCriterion()Appends and returns a new empty value (as xml) as the last "InsertCriterion" elementGenericViewType.InsertCriteria.InsertCriterion[]getInsertCriterionArray()Gets array of all "InsertCriterion" elementsGenericViewType.InsertCriteria.InsertCriteriongetInsertCriterionArray(int i)Gets ith "InsertCriterion" elementGenericViewType.InsertCriteria.InsertCriterioninsertNewInsertCriterion(int i)Inserts and returns a new empty value (as xml) as the ith "InsertCriterion" elementvoidremoveInsertCriterion(int i)Removes the ith "InsertCriterion" elementvoidsetInsertCriterionArray(int i, GenericViewType.InsertCriteria.InsertCriterion insertCriterion)Sets ith "InsertCriterion" elementvoidsetInsertCriterionArray(GenericViewType.InsertCriteria.InsertCriterion[] insertCriterionArray)Sets array of all "InsertCriterion" elementintsizeOfInsertCriterionArray()Returns number of "InsertCriterion" 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
-
getInsertCriterionArray
GenericViewType.InsertCriteria.InsertCriterion[] getInsertCriterionArray()
Gets array of all "InsertCriterion" elements
-
getInsertCriterionArray
GenericViewType.InsertCriteria.InsertCriterion getInsertCriterionArray(int i)
Gets ith "InsertCriterion" element
-
sizeOfInsertCriterionArray
int sizeOfInsertCriterionArray()
Returns number of "InsertCriterion" element
-
setInsertCriterionArray
void setInsertCriterionArray(GenericViewType.InsertCriteria.InsertCriterion[] insertCriterionArray)
Sets array of all "InsertCriterion" element
-
setInsertCriterionArray
void setInsertCriterionArray(int i, GenericViewType.InsertCriteria.InsertCriterion insertCriterion)Sets ith "InsertCriterion" element
-
insertNewInsertCriterion
GenericViewType.InsertCriteria.InsertCriterion insertNewInsertCriterion(int i)
Inserts and returns a new empty value (as xml) as the ith "InsertCriterion" element
-
addNewInsertCriterion
GenericViewType.InsertCriteria.InsertCriterion addNewInsertCriterion()
Appends and returns a new empty value (as xml) as the last "InsertCriterion" element
-
removeInsertCriterion
void removeInsertCriterion(int i)
Removes the ith "InsertCriterion" element
-
-