|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface QueryMapDocumentXmlObj.QueryMap.Query
An XML query(@http://www.poscoict.com/glueframework/query). This is an atomic type that is a restriction of com.poscoict.glueframework.schema.query.QueryMapDocumentXmlObj$QueryMap$Query.
Nested Class Summary | |
---|---|
static class |
QueryMapDocumentXmlObj.QueryMap.Query.Factory
A factory class with static methods for creating instances of this type. |
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 | |
---|---|
String |
getDesc()
Gets the "desc" attribute |
String |
getId()
Gets the "id" attribute |
boolean |
getIsNamed()
Gets the "isNamed" attribute |
String |
getResultType()
Gets the "resultType" attribute |
boolean |
isSetDesc()
True if has "desc" attribute |
boolean |
isSetIsNamed()
True if has "isNamed" attribute |
boolean |
isSetResultType()
True if has "resultType" attribute |
void |
setDesc(String desc)
Sets the "desc" attribute |
void |
setId(String id)
Sets the "id" attribute |
void |
setIsNamed(boolean isNamed)
Sets the "isNamed" attribute |
void |
setResultType(String resultType)
Sets the "resultType" attribute |
void |
unsetDesc()
Unsets the "desc" attribute |
void |
unsetIsNamed()
Unsets the "isNamed" attribute |
void |
unsetResultType()
Unsets the "resultType" attribute |
org.apache.xmlbeans.XmlString |
xgetDesc()
Gets (as xml) the "desc" attribute |
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetIsNamed()
Gets (as xml) the "isNamed" attribute |
org.apache.xmlbeans.XmlString |
xgetResultType()
Gets (as xml) the "resultType" attribute |
void |
xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" attribute |
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute |
void |
xsetIsNamed(org.apache.xmlbeans.XmlBoolean isNamed)
Sets (as xml) the "isNamed" attribute |
void |
xsetResultType(org.apache.xmlbeans.XmlString resultType)
Sets (as xml) the "resultType" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType |
---|
getStringValue, set, setStringValue, stringValue |
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 |
---|
String getId()
org.apache.xmlbeans.XmlString xgetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
String getDesc()
org.apache.xmlbeans.XmlString xgetDesc()
boolean isSetDesc()
void setDesc(String desc)
void xsetDesc(org.apache.xmlbeans.XmlString desc)
void unsetDesc()
String getResultType()
org.apache.xmlbeans.XmlString xgetResultType()
boolean isSetResultType()
void setResultType(String resultType)
void xsetResultType(org.apache.xmlbeans.XmlString resultType)
void unsetResultType()
boolean getIsNamed()
org.apache.xmlbeans.XmlBoolean xgetIsNamed()
boolean isSetIsNamed()
void setIsNamed(boolean isNamed)
void xsetIsNamed(org.apache.xmlbeans.XmlBoolean isNamed)
void unsetIsNamed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |