public interface StoredQueryListItemType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
StoredQueryListItemType.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 |
|---|---|
org.apache.xmlbeans.XmlQName |
addNewReturnFeatureType()
Appends and returns a new empty value (as xml) as the last "ReturnFeatureType" element
|
TitleDocument.Title |
addNewTitle()
Appends and returns a new empty value (as xml) as the last "Title" element
|
void |
addReturnFeatureType(QName returnFeatureType)
Appends the value as the last "ReturnFeatureType" element
|
String |
getId()
Gets the "id" attribute
|
QName[] |
getReturnFeatureTypeArray()
Gets array of all "ReturnFeatureType" elements
|
QName |
getReturnFeatureTypeArray(int i)
Gets ith "ReturnFeatureType" element
|
TitleDocument.Title[] |
getTitleArray()
Gets array of all "Title" elements
|
TitleDocument.Title |
getTitleArray(int i)
Gets ith "Title" element
|
org.apache.xmlbeans.XmlQName |
insertNewReturnFeatureType(int i)
Inserts and returns a new empty value (as xml) as the ith "ReturnFeatureType" element
|
TitleDocument.Title |
insertNewTitle(int i)
Inserts and returns a new empty value (as xml) as the ith "Title" element
|
void |
insertReturnFeatureType(int i,
QName returnFeatureType)
Inserts the value as the ith "ReturnFeatureType" element
|
void |
removeReturnFeatureType(int i)
Removes the ith "ReturnFeatureType" element
|
void |
removeTitle(int i)
Removes the ith "Title" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setReturnFeatureTypeArray(int i,
QName returnFeatureType)
Sets ith "ReturnFeatureType" element
|
void |
setReturnFeatureTypeArray(QName[] returnFeatureTypeArray)
Sets array of all "ReturnFeatureType" element
|
void |
setTitleArray(int i,
TitleDocument.Title title)
Sets ith "Title" element
|
void |
setTitleArray(TitleDocument.Title[] titleArray)
Sets array of all "Title" element
|
int |
sizeOfReturnFeatureTypeArray()
Returns number of "ReturnFeatureType" element
|
int |
sizeOfTitleArray()
Returns number of "Title" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlQName[] |
xgetReturnFeatureTypeArray()
Gets (as xml) array of all "ReturnFeatureType" elements
|
org.apache.xmlbeans.XmlQName |
xgetReturnFeatureTypeArray(int i)
Gets (as xml) ith "ReturnFeatureType" element
|
void |
xsetId(org.apache.xmlbeans.XmlAnyURI id)
Sets (as xml) the "id" attribute
|
void |
xsetReturnFeatureTypeArray(int i,
org.apache.xmlbeans.XmlQName returnFeatureType)
Sets (as xml) ith "ReturnFeatureType" element
|
void |
xsetReturnFeatureTypeArray(org.apache.xmlbeans.XmlQName[] returnFeatureTypeArray)
Sets (as xml) array of all "ReturnFeatureType" 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, xmlTextTitleDocument.Title[] getTitleArray()
TitleDocument.Title getTitleArray(int i)
int sizeOfTitleArray()
void setTitleArray(TitleDocument.Title[] titleArray)
void setTitleArray(int i,
TitleDocument.Title title)
TitleDocument.Title insertNewTitle(int i)
TitleDocument.Title addNewTitle()
void removeTitle(int i)
QName[] getReturnFeatureTypeArray()
QName getReturnFeatureTypeArray(int i)
org.apache.xmlbeans.XmlQName[] xgetReturnFeatureTypeArray()
org.apache.xmlbeans.XmlQName xgetReturnFeatureTypeArray(int i)
int sizeOfReturnFeatureTypeArray()
void setReturnFeatureTypeArray(QName[] returnFeatureTypeArray)
void setReturnFeatureTypeArray(int i,
QName returnFeatureType)
void xsetReturnFeatureTypeArray(org.apache.xmlbeans.XmlQName[] returnFeatureTypeArray)
void xsetReturnFeatureTypeArray(int i,
org.apache.xmlbeans.XmlQName returnFeatureType)
void insertReturnFeatureType(int i,
QName returnFeatureType)
void addReturnFeatureType(QName returnFeatureType)
org.apache.xmlbeans.XmlQName insertNewReturnFeatureType(int i)
org.apache.xmlbeans.XmlQName addNewReturnFeatureType()
void removeReturnFeatureType(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.