public interface StoredQueryType extends AbstractQueryExpressionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
StoredQueryType.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 |
|---|---|
ParameterType |
addNewParameter()
Appends and returns a new empty value (as xml) as the last "Parameter" element
|
String |
getId()
Gets the "id" attribute
|
ParameterType[] |
getParameterArray()
Gets array of all "Parameter" elements
|
ParameterType |
getParameterArray(int i)
Gets ith "Parameter" element
|
ParameterType |
insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "Parameter" element
|
void |
removeParameter(int i)
Removes the ith "Parameter" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setParameterArray(int i,
ParameterType parameter)
Sets ith "Parameter" element
|
void |
setParameterArray(ParameterType[] parameterArray)
Sets array of all "Parameter" element
|
int |
sizeOfParameterArray()
Returns number of "Parameter" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetId()
Gets (as xml) the "id" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlAnyURI id)
Sets (as xml) the "id" attribute
|
getHandle, isSetHandle, setHandle, unsetHandle, xgetHandle, xsetHandlechangeType, 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, xmlTextParameterType[] getParameterArray()
ParameterType getParameterArray(int i)
int sizeOfParameterArray()
void setParameterArray(ParameterType[] parameterArray)
void setParameterArray(int i,
ParameterType parameter)
ParameterType insertNewParameter(int i)
ParameterType addNewParameter()
void removeParameter(int i)
String getId()
org.apache.xmlbeans.XmlAnyURI xgetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlAnyURI id)
Copyright © 2016 52north.org. All rights reserved.