|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.cmp.DeclaredSql
public class DeclaredSql
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jboss.org}select" minOccurs="0"/>
<element ref="{http://jboss.org}from" minOccurs="0"/>
<element ref="{http://jboss.org}where" minOccurs="0"/>
<element ref="{http://jboss.org}order" minOccurs="0"/>
<element ref="{http://jboss.org}other" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected From |
from
|
protected Order |
order
|
protected Other |
other
|
protected Select |
select
|
protected Where |
where
|
| Constructor Summary | |
|---|---|
DeclaredSql()
|
|
| Method Summary | |
|---|---|
From |
getFrom()
Gets the value of the from property. |
Order |
getOrder()
Gets the value of the order property. |
Other |
getOther()
Gets the value of the other property. |
Select |
getSelect()
Gets the value of the select property. |
Where |
getWhere()
Gets the value of the where property. |
void |
setFrom(From value)
Sets the value of the from property. |
void |
setOrder(Order value)
Sets the value of the order property. |
void |
setOther(Other value)
Sets the value of the other property. |
void |
setSelect(Select value)
Sets the value of the select property. |
void |
setWhere(Where value)
Sets the value of the where property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Select select
protected From from
protected Where where
protected Order order
protected Other other
| Constructor Detail |
|---|
public DeclaredSql()
| Method Detail |
|---|
public Select getSelect()
Selectpublic void setSelect(Select value)
value - allowed object is
Selectpublic From getFrom()
Frompublic void setFrom(From value)
value - allowed object is
Frompublic Where getWhere()
Wherepublic void setWhere(Where value)
value - allowed object is
Wherepublic Order getOrder()
Orderpublic void setOrder(Order value)
value - allowed object is
Orderpublic Other getOther()
Otherpublic void setOther(Other value)
value - allowed object is
Other
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||