magoffin.matt.ma2.domain
Interface MediaItemSearchResult

All Superinterfaces:
MediaItem

public interface MediaItemSearchResult
extends MediaItem

Java content class for media-item-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 199)

 <complexType name="media-item-search-result">
   <complexContent>
     <extension base="{http://msqr.us/xsd/matte}media-item">
       <sequence>
         <element name="shared-album" type="{http://msqr.us/xsd/matte}shared-album-search-result" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getSharedAlbum()
          Gets the value of the SharedAlbum property.
 
Methods inherited from interface magoffin.matt.ma2.domain.MediaItem
getCreationDate, getDescription, getDisplayOrder, getFileSize, getHeight, getHits, getItemDate, getItemId, getMediaType, getMetadata, getMime, getModifyDate, getName, getPath, getTz, getTzDisplay, getUserComment, getUserRating, getUserTag, getWidth, isUseIcon, setCreationDate, setDescription, setDisplayOrder, setFileSize, setHeight, setHits, setItemDate, setItemId, setMediaType, setMime, setModifyDate, setName, setPath, setTz, setTzDisplay, setUseIcon, setWidth
 

Method Detail

getSharedAlbum

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

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

    getSharedAlbum().add(newItem);
 

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