|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jasig.portlet.utils.search.SearchRequest
@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
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>
| 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 |
|---|
@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
@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
@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
@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
@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 |
|---|
public SearchRequest()
| Method Detail |
|---|
@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()
String
@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)
value - allowed object is
String
@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()
BigInteger
@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)
value - allowed object is
BigInteger
@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()
BigInteger
@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)
value - allowed object is
BigInteger
@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()
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
@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()
String
@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)
value - allowed object is
String
@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()
toString in class Object
@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)
append in interface 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 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface 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 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)
equals in interface org.jvnet.jaxb2_commons.lang.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)
equals in class Object
@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)
hashCode in interface org.jvnet.jaxb2_commons.lang.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()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||