org.apache.openejb.jee.jba.cmp
Class DeclaredSql

java.lang.Object
  extended by 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>
 


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

select

protected Select select

from

protected From from

where

protected Where where

order

protected Order order

other

protected Other other
Constructor Detail

DeclaredSql

public DeclaredSql()
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 is Select

getFrom

public From getFrom()
Gets the value of the from property.

Returns:
possible object is From

setFrom

public void setFrom(From value)
Sets the value of the from property.

Parameters:
value - allowed object is From

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 is Where

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 is Order

getOther

public Other getOther()
Gets the value of the other property.

Returns:
possible object is Other

setOther

public void setOther(Other value)
Sets the value of the other property.

Parameters:
value - allowed object is Other


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.