org.jasig.portlet.utils.search
Class SearchRequest

java.lang.Object
  extended by org.jasig.portlet.utils.search.SearchRequest
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public class SearchRequest
extends Object
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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 name="searchTerms" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="count" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="queryId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  BigInteger count
           
protected  String queryId
           
protected  String searchTerms
           
protected  BigInteger startIndex
           
protected  List<String> type
           
 
Constructor Summary
SearchRequest()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 BigInteger getCount()
          Gets the value of the count property.
 String getQueryId()
          Gets the value of the queryId property.
 String getSearchTerms()
          Gets the value of the searchTerms property.
 BigInteger getStartIndex()
          Gets the value of the startIndex property.
 List<String> getType()
          Gets the value of the type property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setCount(BigInteger value)
          Sets the value of the count property.
 void setQueryId(String value)
          Sets the value of the queryId property.
 void setSearchTerms(String value)
          Sets the value of the searchTerms property.
 void setStartIndex(BigInteger value)
          Sets the value of the startIndex property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

searchTerms

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
protected String searchTerms

count

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
protected BigInteger count

startIndex

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
protected BigInteger startIndex

type

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
protected List<String> type

queryId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
protected String queryId
Constructor Detail

SearchRequest

public SearchRequest()
Method Detail

getSearchTerms

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public String getSearchTerms()
Gets the value of the searchTerms property.

Returns:
possible object is String

setSearchTerms

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public void setSearchTerms(String value)
Sets the value of the searchTerms property.

Parameters:
value - allowed object is String

getCount

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public void setCount(BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger

getStartIndex

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public BigInteger getStartIndex()
Gets the value of the startIndex property.

Returns:
possible object is BigInteger

setStartIndex

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public void setStartIndex(BigInteger value)
Sets the value of the startIndex property.

Parameters:
value - allowed object is BigInteger

getType

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public List<String> getType()
Gets the value of the type property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the type property.

For example, to add a new item, do as follows:

    getType().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getQueryId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public String getQueryId()
Gets the value of the queryId property.

Returns:
possible object is String

setQueryId

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public void setQueryId(String value)
Sets the value of the queryId property.

Parameters:
value - allowed object is String

toString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public String toString()
Overrides:
toString in class Object

append

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                       StringBuilder buffer,
                                                       org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                             StringBuilder buffer,
                                                             org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                                                 org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                                                 Object object,
                                                 org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                               org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-05-24T11:03:10-07:00",
           comments="JAXB RI vhudson-jaxb-ri-2.2-7")
public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Jasig. All Rights Reserved.