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

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

public static interface QueryMapDocumentXmlObj.QueryMap.Query
extends org.apache.xmlbeans.XmlString

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

type

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

getId

String getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlString xgetId()
Gets (as xml) the "id" attribute


setId

void setId(String id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute


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


getResultType

String getResultType()
Gets the "resultType" attribute


xgetResultType

org.apache.xmlbeans.XmlString xgetResultType()
Gets (as xml) the "resultType" attribute


isSetResultType

boolean isSetResultType()
True if has "resultType" attribute


setResultType

void setResultType(String resultType)
Sets the "resultType" attribute


xsetResultType

void xsetResultType(org.apache.xmlbeans.XmlString resultType)
Sets (as xml) the "resultType" attribute


unsetResultType

void unsetResultType()
Unsets the "resultType" attribute


getIsNamed

boolean getIsNamed()
Gets the "isNamed" attribute


xgetIsNamed

org.apache.xmlbeans.XmlBoolean xgetIsNamed()
Gets (as xml) the "isNamed" attribute


isSetIsNamed

boolean isSetIsNamed()
True if has "isNamed" attribute


setIsNamed

void setIsNamed(boolean isNamed)
Sets the "isNamed" attribute


xsetIsNamed

void xsetIsNamed(org.apache.xmlbeans.XmlBoolean isNamed)
Sets (as xml) the "isNamed" attribute


unsetIsNamed

void unsetIsNamed()
Unsets the "isNamed" attribute



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