| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchResults
Search results object. Java content class for search-results complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/core.xsd line 215)
 <complexType name="search-results">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pagination" type="{http://msqr.us/xsd/matte}pagination-criteria"/>
         <element name="index" type="{http://msqr.us/xsd/matte}pagination-index" minOccurs="0"/>
         <element name="album" type="{http://msqr.us/xsd/matte}album-search-result" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{http://msqr.us/xsd/matte}media-item-search-result" maxOccurs="unbounded" minOccurs="0"/>
         <element name="user" type="{http://msqr.us/xsd/matte}user-search-result" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="is-partial-result" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="returned-results" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="search-time" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="total-results" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </restriction>
   </complexContent>
 </complexType>
 
| Method Summary | |
|---|---|
|  java.util.List | getAlbum()Gets the value of the Album property. | 
|  PaginationIndex | getIndex()Gets the value of the index property. | 
|  java.util.List | getItem()Gets the value of the Item property. | 
|  PaginationCriteria | getPagination()Gets the value of the pagination property. | 
|  java.lang.Long | getReturnedResults()Gets the value of the returnedResults property. | 
|  java.lang.Long | getSearchTime()Gets the value of the searchTime property. | 
|  java.lang.Long | getTotalResults()Gets the value of the totalResults property. | 
|  java.util.List | getUser()Gets the value of the User property. | 
|  boolean | isIsPartialResult()Gets the value of the isPartialResult property. | 
|  void | setIndex(PaginationIndex value)Sets the value of the index property. | 
|  void | setIsPartialResult(boolean value)Sets the value of the isPartialResult property. | 
|  void | setPagination(PaginationCriteria value)Sets the value of the pagination property. | 
|  void | setReturnedResults(java.lang.Long value)Sets the value of the returnedResults property. | 
|  void | setSearchTime(java.lang.Long value)Sets the value of the searchTime property. | 
|  void | setTotalResults(java.lang.Long value)Sets the value of the totalResults property. | 
| Method Detail | 
|---|
java.util.List getAlbum()
 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 Album property.
 
 
For example, to add a new item, do as follows:
    getAlbum().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 AlbumSearchResult
PaginationIndex getIndex()
PaginationIndexvoid setIndex(PaginationIndex value)
value - allowed object is
     PaginationIndexPaginationCriteria getPagination()
PaginationCriteriavoid setPagination(PaginationCriteria value)
value - allowed object is
     PaginationCriteriajava.lang.Long getTotalResults()
Longvoid setTotalResults(java.lang.Long value)
value - allowed object is
     Longboolean isIsPartialResult()
void setIsPartialResult(boolean value)
java.util.List getItem()
 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 Item property.
 
 
For example, to add a new item, do as follows:
    getItem().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 MediaItemSearchResult
java.util.List getUser()
 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 User property.
 
 
For example, to add a new item, do as follows:
    getUser().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 UserSearchResult
java.lang.Long getReturnedResults()
Longvoid setReturnedResults(java.lang.Long value)
value - allowed object is
     Longjava.lang.Long getSearchTime()
Longvoid setSearchTime(java.lang.Long value)
value - allowed object is
     Long| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||