org.jasig.portlet.utils.search
Class SearchResults

java.lang.Object
  extended by org.jasig.portlet.utils.search.SearchResults
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 SearchResults
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="SearchResult" type="{https://source.jasig.org/schemas/portlet-utils/search}searchResult" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="queryId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="windowId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String queryId
           
protected  List<SearchResult> searchResult
           
protected  String windowId
           
 
Constructor Summary
SearchResults()
           
 
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)
           
 String getQueryId()
          Gets the value of the queryId property.
 List<SearchResult> getSearchResult()
          Gets the value of the searchResult property.
 String getWindowId()
          Gets the value of the windowId property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setQueryId(String value)
          Sets the value of the queryId property.
 void setWindowId(String value)
          Sets the value of the windowId property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

searchResult

@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<SearchResult> searchResult

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

windowId

@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 windowId
Constructor Detail

SearchResults

public SearchResults()
Method Detail

getSearchResult

@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<SearchResult> getSearchResult()
Gets the value of the searchResult 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 searchResult property.

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

    getSearchResult().add(newItem);
 

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


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

getWindowId

@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 getWindowId()
Gets the value of the windowId property.

Returns:
possible object is String

setWindowId

@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 setWindowId(String value)
Sets the value of the windowId 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.