org.ow2.dragon.service.deployment
Class RequestOptionsTO

java.lang.Object
  extended by org.ow2.dragon.service.deployment.RequestOptionsTO

public class RequestOptionsTO
extends java.lang.Object

Java class for requestOptionsTO complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="requestOptionsTO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="firstResult" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="nbOfResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="sortAscendingly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="sortCriteria" type="{http://deployment.service.dragon.ow2.org/}sortCriteria" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean caseSensitive
           
protected  int firstResult
           
protected  int nbOfResults
           
protected  boolean sortAscendingly
           
protected  SortCriteria sortCriteria
           
 
Constructor Summary
RequestOptionsTO()
           
 
Method Summary
 int getFirstResult()
          Gets the value of the firstResult property.
 int getNbOfResults()
          Gets the value of the nbOfResults property.
 SortCriteria getSortCriteria()
          Gets the value of the sortCriteria property.
 boolean isCaseSensitive()
          Gets the value of the caseSensitive property.
 boolean isSortAscendingly()
          Gets the value of the sortAscendingly property.
 void setCaseSensitive(boolean value)
          Sets the value of the caseSensitive property.
 void setFirstResult(int value)
          Sets the value of the firstResult property.
 void setNbOfResults(int value)
          Sets the value of the nbOfResults property.
 void setSortAscendingly(boolean value)
          Sets the value of the sortAscendingly property.
 void setSortCriteria(SortCriteria value)
          Sets the value of the sortCriteria property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

caseSensitive

protected boolean caseSensitive

firstResult

protected int firstResult

nbOfResults

protected int nbOfResults

sortAscendingly

protected boolean sortAscendingly

sortCriteria

protected SortCriteria sortCriteria
Constructor Detail

RequestOptionsTO

public RequestOptionsTO()
Method Detail

isCaseSensitive

public boolean isCaseSensitive()
Gets the value of the caseSensitive property.


setCaseSensitive

public void setCaseSensitive(boolean value)
Sets the value of the caseSensitive property.


getFirstResult

public int getFirstResult()
Gets the value of the firstResult property.


setFirstResult

public void setFirstResult(int value)
Sets the value of the firstResult property.


getNbOfResults

public int getNbOfResults()
Gets the value of the nbOfResults property.


setNbOfResults

public void setNbOfResults(int value)
Sets the value of the nbOfResults property.


isSortAscendingly

public boolean isSortAscendingly()
Gets the value of the sortAscendingly property.


setSortAscendingly

public void setSortAscendingly(boolean value)
Sets the value of the sortAscendingly property.


getSortCriteria

public SortCriteria getSortCriteria()
Gets the value of the sortCriteria property.

Returns:
possible object is SortCriteria

setSortCriteria

public void setSortCriteria(SortCriteria value)
Sets the value of the sortCriteria property.

Parameters:
value - allowed object is SortCriteria


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.