magoffin.matt.ma2.domain
Interface AlbumSearchResult

All Superinterfaces:
Album

public interface AlbumSearchResult
extends Album

Java content class for album-search-result 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 168)

 <complexType name="album-search-result">
   <complexContent>
     <extension base="{http://msqr.us/xsd/matte}album">
       <sequence>
         <element name="search-poster" type="{http://msqr.us/xsd/matte}poster-search-result" minOccurs="0"/>
         <element name="search-album" type="{http://msqr.us/xsd/matte}album-search-result" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="item-count" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="item-max-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="item-min-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.Long getItemCount()
          Gets the value of the itemCount property.
 java.util.Calendar getItemMaxDate()
          Gets the value of the itemMaxDate property.
 java.util.Calendar getItemMinDate()
          Gets the value of the itemMinDate property.
 java.util.List getSearchAlbum()
          Gets the value of the SearchAlbum property.
 PosterSearchResult getSearchPoster()
          Gets the value of the searchPoster property.
 void setItemCount(java.lang.Long value)
          Sets the value of the itemCount property.
 void setItemMaxDate(java.util.Calendar value)
          Sets the value of the itemMaxDate property.
 void setItemMinDate(java.util.Calendar value)
          Sets the value of the itemMinDate property.
 void setSearchPoster(PosterSearchResult value)
          Sets the value of the searchPoster property.
 
Methods inherited from interface magoffin.matt.ma2.domain.Album
getAlbum, getAlbumDate, getAlbumId, getAnonymousKey, getComment, getCreationDate, getItem, getModifyDate, getName, getOwner, getPoster, getSortMode, getTheme, isAllowAnonymous, isAllowBrowse, isAllowFeed, isAllowOriginal, setAlbumDate, setAlbumId, setAllowAnonymous, setAllowBrowse, setAllowFeed, setAllowOriginal, setAnonymousKey, setComment, setCreationDate, setModifyDate, setName, setOwner, setPoster, setSortMode, setTheme
 

Method Detail

getItemCount

java.lang.Long getItemCount()
Gets the value of the itemCount property.

Returns:
possible object is Long

setItemCount

void setItemCount(java.lang.Long value)
Sets the value of the itemCount property.

Parameters:
value - allowed object is Long

getItemMinDate

java.util.Calendar getItemMinDate()
Gets the value of the itemMinDate property.

Returns:
possible object is Calendar

setItemMinDate

void setItemMinDate(java.util.Calendar value)
Sets the value of the itemMinDate property.

Parameters:
value - allowed object is Calendar

getSearchPoster

PosterSearchResult getSearchPoster()
Gets the value of the searchPoster property.

Returns:
possible object is PosterSearchResult

setSearchPoster

void setSearchPoster(PosterSearchResult value)
Sets the value of the searchPoster property.

Parameters:
value - allowed object is PosterSearchResult

getItemMaxDate

java.util.Calendar getItemMaxDate()
Gets the value of the itemMaxDate property.

Returns:
possible object is Calendar

setItemMaxDate

void setItemMaxDate(java.util.Calendar value)
Sets the value of the itemMaxDate property.

Parameters:
value - allowed object is Calendar

getSearchAlbum

java.util.List getSearchAlbum()
Gets the value of the SearchAlbum 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 SearchAlbum property.

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

    getSearchAlbum().add(newItem);
 

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