Package net.opengis.eml.x002
Interface AbstractPatternType.SelectFunctions
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AbstractPatternTypeImpl.SelectFunctionsImpl
- Enclosing interface:
- AbstractPatternType
public static interface AbstractPatternType.SelectFunctions extends org.apache.xmlbeans.XmlObjectAn XML SelectFunctions(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractPatternType.SelectFunctions.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 SelectFunctionTypeaddNewSelectFunction()Appends and returns a new empty value (as xml) as the last "SelectFunction" elementSelectFunctionType[]getSelectFunctionArray()Gets array of all "SelectFunction" elementsSelectFunctionTypegetSelectFunctionArray(int i)Gets ith "SelectFunction" elementSelectFunctionTypeinsertNewSelectFunction(int i)Inserts and returns a new empty value (as xml) as the ith "SelectFunction" elementvoidremoveSelectFunction(int i)Removes the ith "SelectFunction" elementvoidsetSelectFunctionArray(int i, SelectFunctionType selectFunction)Sets ith "SelectFunction" elementvoidsetSelectFunctionArray(SelectFunctionType[] selectFunctionArray)Sets array of all "SelectFunction" elementintsizeOfSelectFunctionArray()Returns number of "SelectFunction" 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
-
getSelectFunctionArray
SelectFunctionType[] getSelectFunctionArray()
Gets array of all "SelectFunction" elements
-
getSelectFunctionArray
SelectFunctionType getSelectFunctionArray(int i)
Gets ith "SelectFunction" element
-
sizeOfSelectFunctionArray
int sizeOfSelectFunctionArray()
Returns number of "SelectFunction" element
-
setSelectFunctionArray
void setSelectFunctionArray(SelectFunctionType[] selectFunctionArray)
Sets array of all "SelectFunction" element
-
setSelectFunctionArray
void setSelectFunctionArray(int i, SelectFunctionType selectFunction)Sets ith "SelectFunction" element
-
insertNewSelectFunction
SelectFunctionType insertNewSelectFunction(int i)
Inserts and returns a new empty value (as xml) as the ith "SelectFunction" element
-
addNewSelectFunction
SelectFunctionType addNewSelectFunction()
Appends and returns a new empty value (as xml) as the last "SelectFunction" element
-
removeSelectFunction
void removeSelectFunction(int i)
Removes the ith "SelectFunction" element
-
-