|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AlbumSearchResult
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 |
|---|
java.lang.Long getItemCount()
Longvoid setItemCount(java.lang.Long value)
value - allowed object is
Longjava.util.Calendar getItemMinDate()
Calendarvoid setItemMinDate(java.util.Calendar value)
value - allowed object is
CalendarPosterSearchResult getSearchPoster()
PosterSearchResultvoid setSearchPoster(PosterSearchResult value)
value - allowed object is
PosterSearchResultjava.util.Calendar getItemMaxDate()
Calendarvoid setItemMaxDate(java.util.Calendar value)
value - allowed object is
Calendarjava.util.List getSearchAlbum()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||