Package org.apache.openejb.jee.jba.cmp
Class DeclaredSql
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.DeclaredSql
-
public class DeclaredSql extends 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>
-
-
Constructor Summary
Constructors Constructor Description DeclaredSql()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FromgetFrom()Gets the value of the from property.OrdergetOrder()Gets the value of the order property.OthergetOther()Gets the value of the other property.SelectgetSelect()Gets the value of the select property.WheregetWhere()Gets the value of the where property.voidsetFrom(From value)Sets the value of the from property.voidsetOrder(Order value)Sets the value of the order property.voidsetOther(Other value)Sets the value of the other property.voidsetSelect(Select value)Sets the value of the select property.voidsetWhere(Where value)Sets the value of the where property.
-
-
-
Method Detail
-
getSelect
public Select getSelect()
Gets the value of the select property.- Returns:
- possible object is
Select
-
setSelect
public void setSelect(Select value)
Sets the value of the select property.- Parameters:
value- allowed object isSelect
-
setFrom
public void setFrom(From value)
Sets the value of the from property.- Parameters:
value- allowed object isFrom
-
getWhere
public Where getWhere()
Gets the value of the where property.- Returns:
- possible object is
Where
-
setWhere
public void setWhere(Where value)
Sets the value of the where property.- Parameters:
value- allowed object isWhere
-
getOrder
public Order getOrder()
Gets the value of the order property.- Returns:
- possible object is
Order
-
setOrder
public void setOrder(Order value)
Sets the value of the order property.- Parameters:
value- allowed object isOrder
-
getOther
public Other getOther()
Gets the value of the other property.- Returns:
- possible object is
Other
-
-