public static interface AbstractPatternType.SelectFunctions
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
AbstractPatternType.SelectFunctions.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
SelectFunctionType |
addNewSelectFunction()
Appends and returns a new empty value (as xml) as the last "SelectFunction" element
|
SelectFunctionType[] |
getSelectFunctionArray()
Gets array of all "SelectFunction" elements
|
SelectFunctionType |
getSelectFunctionArray(int i)
Gets ith "SelectFunction" element
|
SelectFunctionType |
insertNewSelectFunction(int i)
Inserts and returns a new empty value (as xml) as the ith "SelectFunction" element
|
void |
removeSelectFunction(int i)
Removes the ith "SelectFunction" element
|
void |
setSelectFunctionArray(int i,
SelectFunctionType selectFunction)
Sets ith "SelectFunction" element
|
void |
setSelectFunctionArray(SelectFunctionType[] selectFunctionArray)
Sets array of all "SelectFunction" element
|
int |
sizeOfSelectFunctionArray()
Returns number of "SelectFunction" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextSelectFunctionType[] getSelectFunctionArray()
SelectFunctionType getSelectFunctionArray(int i)
int sizeOfSelectFunctionArray()
void setSelectFunctionArray(SelectFunctionType[] selectFunctionArray)
void setSelectFunctionArray(int i,
SelectFunctionType selectFunction)
SelectFunctionType insertNewSelectFunction(int i)
SelectFunctionType addNewSelectFunction()
void removeSelectFunction(int i)
Copyright © 2016 52north.org. All rights reserved.