com.poscoict.glueframework.schema.query
Interface QueryMapDocumentXmlObj.QueryMap

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
QueryMapDocumentXmlObjImpl.QueryMapImpl
Enclosing interface:
QueryMapDocumentXmlObj

public static interface QueryMapDocumentXmlObj.QueryMap
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getQueryArray

QueryMapDocumentXmlObj.QueryMap.Query[] getQueryArray()
Gets array of all "query" elements


getQueryArray

QueryMapDocumentXmlObj.QueryMap.Query getQueryArray(int i)
Gets ith "query" element


sizeOfQueryArray

int sizeOfQueryArray()
Returns number of "query" element


setQueryArray

void setQueryArray(QueryMapDocumentXmlObj.QueryMap.Query[] queryArray)
Sets array of all "query" element


setQueryArray

void setQueryArray(int i,
                   QueryMapDocumentXmlObj.QueryMap.Query query)
Sets ith "query" element


insertNewQuery

QueryMapDocumentXmlObj.QueryMap.Query insertNewQuery(int i)
Inserts and returns a new empty value (as xml) as the ith "query" element


addNewQuery

QueryMapDocumentXmlObj.QueryMap.Query addNewQuery()
Appends and returns a new empty value (as xml) as the last "query" element


removeQuery

void removeQuery(int i)
Removes the ith "query" element


getDesc

String getDesc()
Gets the "desc" attribute


xgetDesc

org.apache.xmlbeans.XmlString xgetDesc()
Gets (as xml) the "desc" attribute


isSetDesc

boolean isSetDesc()
True if has "desc" attribute


setDesc

void setDesc(String desc)
Sets the "desc" attribute


xsetDesc

void xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" attribute


unsetDesc

void unsetDesc()
Unsets the "desc" attribute



Copyright © 2013–2014 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.