|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML queryType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
QueryType.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 | |
DeploymentExtensionType |
addNewDeploymentExtension()
Appends and returns a new empty value (as xml) as the last "deployment-extension" element |
DescriptionType |
addNewDescription()
Appends and returns a new empty "description" element |
QueryMethodType |
addNewQueryMethod()
Appends and returns a new empty "query-method" element |
DeploymentExtensionType[] |
getDeploymentExtensionArray()
Gets array of all "deployment-extension" elements |
DeploymentExtensionType |
getDeploymentExtensionArray(int i)
Gets ith "deployment-extension" element |
DescriptionType |
getDescription()
Gets the "description" element |
String |
getEjbQl()
Gets the "ejb-ql" element |
QueryMethodType |
getQueryMethod()
Gets the "query-method" element |
ResultTypeMappingType.Enum |
getResultTypeMapping()
Gets the "result-type-mapping" element |
DeploymentExtensionType |
insertNewDeploymentExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "deployment-extension" element |
boolean |
isSetDescription()
True if has "description" element |
boolean |
isSetResultTypeMapping()
True if has "result-type-mapping" element |
void |
removeDeploymentExtension(int i)
Removes the ith "deployment-extension" element |
void |
setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
Sets array of all "deployment-extension" element |
void |
setDeploymentExtensionArray(int i,
DeploymentExtensionType deploymentExtension)
Sets ith "deployment-extension" element |
void |
setDescription(DescriptionType description)
Sets the "description" element |
void |
setEjbQl(String ejbQl)
Sets the "ejb-ql" element |
void |
setQueryMethod(QueryMethodType queryMethod)
Sets the "query-method" element |
void |
setResultTypeMapping(ResultTypeMappingType.Enum resultTypeMapping)
Sets the "result-type-mapping" element |
int |
sizeOfDeploymentExtensionArray()
Returns number of "deployment-extension" element |
void |
unsetDescription()
Unsets the "description" element |
void |
unsetResultTypeMapping()
Unsets the "result-type-mapping" element |
org.apache.xmlbeans.XmlString |
xgetEjbQl()
Gets (as xml) the "ejb-ql" element |
ResultTypeMappingType |
xgetResultTypeMapping()
Gets (as xml) the "result-type-mapping" element |
void |
xsetEjbQl(org.apache.xmlbeans.XmlString ejbQl)
Sets (as xml) the "ejb-ql" element |
void |
xsetResultTypeMapping(ResultTypeMappingType 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, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public DescriptionType getDescription()
public boolean isSetDescription()
public void setDescription(DescriptionType description)
public DescriptionType addNewDescription()
public void unsetDescription()
public QueryMethodType getQueryMethod()
public void setQueryMethod(QueryMethodType queryMethod)
public QueryMethodType addNewQueryMethod()
public ResultTypeMappingType.Enum getResultTypeMapping()
public ResultTypeMappingType xgetResultTypeMapping()
public boolean isSetResultTypeMapping()
public void setResultTypeMapping(ResultTypeMappingType.Enum resultTypeMapping)
public void xsetResultTypeMapping(ResultTypeMappingType resultTypeMapping)
public void unsetResultTypeMapping()
public String getEjbQl()
public org.apache.xmlbeans.XmlString xgetEjbQl()
public void setEjbQl(String ejbQl)
public void xsetEjbQl(org.apache.xmlbeans.XmlString ejbQl)
public DeploymentExtensionType[] getDeploymentExtensionArray()
public DeploymentExtensionType getDeploymentExtensionArray(int i)
public int sizeOfDeploymentExtensionArray()
public void setDeploymentExtensionArray(DeploymentExtensionType[] deploymentExtensionArray)
public void setDeploymentExtensionArray(int i, DeploymentExtensionType deploymentExtension)
public DeploymentExtensionType insertNewDeploymentExtension(int i)
public DeploymentExtensionType addNewDeploymentExtension()
public void removeDeploymentExtension(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |