|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface QueryMapDocumentXmlObj.QueryMap
An XML queryMap(@http://www.poscoict.com/glueframework/query). This is a complex type.
Nested Class Summary | |
---|---|
static class |
QueryMapDocumentXmlObj.QueryMap.Factory
A factory class with static methods for creating instances of this type. |
static interface |
QueryMapDocumentXmlObj.QueryMap.Query
An XML query(@http://www.poscoict.com/glueframework/query). |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
QueryMapDocumentXmlObj.QueryMap.Query |
addNewQuery()
Appends and returns a new empty value (as xml) as the last "query" element |
String |
getDesc()
Gets the "desc" attribute |
QueryMapDocumentXmlObj.QueryMap.Query[] |
getQueryArray()
Gets array of all "query" elements |
QueryMapDocumentXmlObj.QueryMap.Query |
getQueryArray(int i)
Gets ith "query" element |
QueryMapDocumentXmlObj.QueryMap.Query |
insertNewQuery(int i)
Inserts and returns a new empty value (as xml) as the ith "query" element |
boolean |
isSetDesc()
True if has "desc" attribute |
void |
removeQuery(int i)
Removes the ith "query" element |
void |
setDesc(String desc)
Sets the "desc" attribute |
void |
setQueryArray(int i,
QueryMapDocumentXmlObj.QueryMap.Query query)
Sets ith "query" element |
void |
setQueryArray(QueryMapDocumentXmlObj.QueryMap.Query[] queryArray)
Sets array of all "query" element |
int |
sizeOfQueryArray()
Returns number of "query" element |
void |
unsetDesc()
Unsets the "desc" attribute |
org.apache.xmlbeans.XmlString |
xgetDesc()
Gets (as xml) the "desc" attribute |
void |
xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, 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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
QueryMapDocumentXmlObj.QueryMap.Query[] getQueryArray()
QueryMapDocumentXmlObj.QueryMap.Query getQueryArray(int i)
int sizeOfQueryArray()
void setQueryArray(QueryMapDocumentXmlObj.QueryMap.Query[] queryArray)
void setQueryArray(int i, QueryMapDocumentXmlObj.QueryMap.Query query)
QueryMapDocumentXmlObj.QueryMap.Query insertNewQuery(int i)
QueryMapDocumentXmlObj.QueryMap.Query addNewQuery()
void removeQuery(int i)
String getDesc()
org.apache.xmlbeans.XmlString xgetDesc()
boolean isSetDesc()
void setDesc(String desc)
void xsetDesc(org.apache.xmlbeans.XmlString desc)
void unsetDesc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |