Class 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 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