public class DeclaredSql
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected From |
from |
protected Order |
order |
protected Other |
other |
protected Select |
select |
protected Where |
where |
Constructor and Description |
---|
DeclaredSql() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Select select
protected From from
protected Where where
protected Order order
protected Other other
public Select getSelect()
Select
public void setSelect(Select value)
value
- allowed object is
Select
public void setFrom(From value)
value
- allowed object is
From
public Where getWhere()
Where
public void setWhere(Where value)
value
- allowed object is
Where
public Order getOrder()
Order
public void setOrder(Order value)
value
- allowed object is
Order
public Other getOther()
Other