|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.QueryType
public class QueryType
Java class for queryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="queryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="query-method">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="method-params">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method-param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="result-type-mapping" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ejb-ql" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="no-cache-flush" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
QueryType.QueryMethod
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
ejbQl
|
protected java.lang.String |
groupName
|
protected java.lang.Object |
noCacheFlush
|
protected QueryType.QueryMethod |
queryMethod
|
protected java.lang.String |
resultTypeMapping
|
| Constructor Summary | |
|---|---|
QueryType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEjbQl()
Gets the value of the ejbQl property. |
java.lang.String |
getGroupName()
Gets the value of the groupName property. |
java.lang.Object |
getNoCacheFlush()
Gets the value of the noCacheFlush property. |
QueryType.QueryMethod |
getQueryMethod()
Gets the value of the queryMethod property. |
java.lang.String |
getResultTypeMapping()
Gets the value of the resultTypeMapping property. |
void |
setEjbQl(java.lang.String value)
Sets the value of the ejbQl property. |
void |
setGroupName(java.lang.String value)
Sets the value of the groupName property. |
void |
setNoCacheFlush(java.lang.Object value)
Sets the value of the noCacheFlush property. |
void |
setQueryMethod(QueryType.QueryMethod value)
Sets the value of the queryMethod property. |
void |
setResultTypeMapping(java.lang.String value)
Sets the value of the resultTypeMapping property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QueryType.QueryMethod queryMethod
protected java.lang.String resultTypeMapping
protected java.lang.String ejbQl
protected java.lang.Object noCacheFlush
protected java.lang.String groupName
| Constructor Detail |
|---|
public QueryType()
| Method Detail |
|---|
public QueryType.QueryMethod getQueryMethod()
QueryType.QueryMethodpublic void setQueryMethod(QueryType.QueryMethod value)
value - allowed object is
QueryType.QueryMethodpublic java.lang.String getResultTypeMapping()
Stringpublic void setResultTypeMapping(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEjbQl()
Stringpublic void setEjbQl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getNoCacheFlush()
Objectpublic void setNoCacheFlush(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getGroupName()
Stringpublic void setGroupName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||