org.openejb.xbeans.ejbjar
Interface OpenejbQueryType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OpenejbQueryTypeImpl

public interface OpenejbQueryType
extends org.apache.xmlbeans.XmlObject

An XML queryType(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.


Nested Class Summary
static class OpenejbQueryType.Factory
          A factory class with static methods for creating instances of this type.
static interface OpenejbQueryType.QueryMethod
          An XML query-method(@http://www.openejb.org/xml/ns/openejb-jar-2.1).
 
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
 org.apache.xmlbeans.XmlObject addNewNoCacheFlush()
          Appends and returns a new empty "no-cache-flush" element
 OpenejbQueryType.QueryMethod addNewQueryMethod()
          Appends and returns a new empty "query-method" element
 String getEjbQl()
          Gets the "ejb-ql" element
 String getGroupName()
          Gets the "group-name" element
 org.apache.xmlbeans.XmlObject getNoCacheFlush()
          Gets the "no-cache-flush" element
 OpenejbQueryType.QueryMethod getQueryMethod()
          Gets the "query-method" element
 String getResultTypeMapping()
          Gets the "result-type-mapping" element
 boolean isSetEjbQl()
          True if has "ejb-ql" element
 boolean isSetGroupName()
          True if has "group-name" element
 boolean isSetNoCacheFlush()
          True if has "no-cache-flush" element
 boolean isSetResultTypeMapping()
          True if has "result-type-mapping" element
 void setEjbQl(String ejbQl)
          Sets the "ejb-ql" element
 void setGroupName(String groupName)
          Sets the "group-name" element
 void setNoCacheFlush(org.apache.xmlbeans.XmlObject noCacheFlush)
          Sets the "no-cache-flush" element
 void setQueryMethod(OpenejbQueryType.QueryMethod queryMethod)
          Sets the "query-method" element
 void setResultTypeMapping(String resultTypeMapping)
          Sets the "result-type-mapping" element
 void unsetEjbQl()
          Unsets the "ejb-ql" element
 void unsetGroupName()
          Unsets the "group-name" element
 void unsetNoCacheFlush()
          Unsets the "no-cache-flush" element
 void unsetResultTypeMapping()
          Unsets the "result-type-mapping" element
 org.apache.xmlbeans.XmlString xgetEjbQl()
          Gets (as xml) the "ejb-ql" element
 org.apache.xmlbeans.XmlString xgetGroupName()
          Gets (as xml) the "group-name" element
 org.apache.xmlbeans.XmlString xgetResultTypeMapping()
          Gets (as xml) the "result-type-mapping" element
 void xsetEjbQl(org.apache.xmlbeans.XmlString ejbQl)
          Sets (as xml) the "ejb-ql" element
 void xsetGroupName(org.apache.xmlbeans.XmlString groupName)
          Sets (as xml) the "group-name" element
 void xsetResultTypeMapping(org.apache.xmlbeans.XmlString resultTypeMapping)
          Sets (as xml) the "result-type-mapping" element
 
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

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

getQueryMethod

public OpenejbQueryType.QueryMethod getQueryMethod()
Gets the "query-method" element


setQueryMethod

public void setQueryMethod(OpenejbQueryType.QueryMethod queryMethod)
Sets the "query-method" element


addNewQueryMethod

public OpenejbQueryType.QueryMethod addNewQueryMethod()
Appends and returns a new empty "query-method" element


getResultTypeMapping

public String getResultTypeMapping()
Gets the "result-type-mapping" element


xgetResultTypeMapping

public org.apache.xmlbeans.XmlString xgetResultTypeMapping()
Gets (as xml) the "result-type-mapping" element


isSetResultTypeMapping

public boolean isSetResultTypeMapping()
True if has "result-type-mapping" element


setResultTypeMapping

public void setResultTypeMapping(String resultTypeMapping)
Sets the "result-type-mapping" element


xsetResultTypeMapping

public void xsetResultTypeMapping(org.apache.xmlbeans.XmlString resultTypeMapping)
Sets (as xml) the "result-type-mapping" element


unsetResultTypeMapping

public void unsetResultTypeMapping()
Unsets the "result-type-mapping" element


getEjbQl

public String getEjbQl()
Gets the "ejb-ql" element


xgetEjbQl

public org.apache.xmlbeans.XmlString xgetEjbQl()
Gets (as xml) the "ejb-ql" element


isSetEjbQl

public boolean isSetEjbQl()
True if has "ejb-ql" element


setEjbQl

public void setEjbQl(String ejbQl)
Sets the "ejb-ql" element


xsetEjbQl

public void xsetEjbQl(org.apache.xmlbeans.XmlString ejbQl)
Sets (as xml) the "ejb-ql" element


unsetEjbQl

public void unsetEjbQl()
Unsets the "ejb-ql" element


getNoCacheFlush

public org.apache.xmlbeans.XmlObject getNoCacheFlush()
Gets the "no-cache-flush" element


isSetNoCacheFlush

public boolean isSetNoCacheFlush()
True if has "no-cache-flush" element


setNoCacheFlush

public void setNoCacheFlush(org.apache.xmlbeans.XmlObject noCacheFlush)
Sets the "no-cache-flush" element


addNewNoCacheFlush

public org.apache.xmlbeans.XmlObject addNewNoCacheFlush()
Appends and returns a new empty "no-cache-flush" element


unsetNoCacheFlush

public void unsetNoCacheFlush()
Unsets the "no-cache-flush" element


getGroupName

public String getGroupName()
Gets the "group-name" element


xgetGroupName

public org.apache.xmlbeans.XmlString xgetGroupName()
Gets (as xml) the "group-name" element


isSetGroupName

public boolean isSetGroupName()
True if has "group-name" element


setGroupName

public void setGroupName(String groupName)
Sets the "group-name" element


xsetGroupName

public void xsetGroupName(org.apache.xmlbeans.XmlString groupName)
Sets (as xml) the "group-name" element


unsetGroupName

public void unsetGroupName()
Unsets the "group-name" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.