public interface CreateStoredQueryType extends BaseRequestType
| Modifier and Type | Interface and Description |
|---|---|
static class |
CreateStoredQueryType.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 |
|---|---|
StoredQueryDescriptionType |
addNewStoredQueryDefinition()
Appends and returns a new empty value (as xml) as the last "StoredQueryDefinition" element
|
StoredQueryDescriptionType[] |
getStoredQueryDefinitionArray()
Gets array of all "StoredQueryDefinition" elements
|
StoredQueryDescriptionType |
getStoredQueryDefinitionArray(int i)
Gets ith "StoredQueryDefinition" element
|
StoredQueryDescriptionType |
insertNewStoredQueryDefinition(int i)
Inserts and returns a new empty value (as xml) as the ith "StoredQueryDefinition" element
|
void |
removeStoredQueryDefinition(int i)
Removes the ith "StoredQueryDefinition" element
|
void |
setStoredQueryDefinitionArray(int i,
StoredQueryDescriptionType storedQueryDefinition)
Sets ith "StoredQueryDefinition" element
|
void |
setStoredQueryDefinitionArray(StoredQueryDescriptionType[] storedQueryDefinitionArray)
Sets array of all "StoredQueryDefinition" element
|
int |
sizeOfStoredQueryDefinitionArray()
Returns number of "StoredQueryDefinition" element
|
getHandle, getService, getVersion, isSetHandle, setHandle, setService, setVersion, unsetHandle, xgetHandle, xgetService, xgetVersion, xsetHandle, xsetService, xsetVersionchangeType, 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, xmlTextStoredQueryDescriptionType[] getStoredQueryDefinitionArray()
StoredQueryDescriptionType getStoredQueryDefinitionArray(int i)
int sizeOfStoredQueryDefinitionArray()
void setStoredQueryDefinitionArray(StoredQueryDescriptionType[] storedQueryDefinitionArray)
void setStoredQueryDefinitionArray(int i,
StoredQueryDescriptionType storedQueryDefinition)
StoredQueryDescriptionType insertNewStoredQueryDefinition(int i)
StoredQueryDescriptionType addNewStoredQueryDefinition()
void removeStoredQueryDefinition(int i)
Copyright © 2016 52north.org. All rights reserved.