| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Album
Java content class for album 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/domain.xsd line 43)
 <complexType name="album">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="owner" type="{http://msqr.us/xsd/matte}user" minOccurs="0"/>
         <element name="theme" type="{http://msqr.us/xsd/matte}theme" minOccurs="0"/>
         <element name="poster" type="{http://msqr.us/xsd/matte}media-item" minOccurs="0"/>
         <element name="item" type="{http://msqr.us/xsd/matte}media-item" maxOccurs="unbounded" minOccurs="0"/>
         <element name="album" type="{http://msqr.us/xsd/matte}album" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="album-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="album-id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="allow-anonymous" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="allow-browse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="allow-feed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="allow-original" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="anonymous-key" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="creation-date" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="modify-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sort-mode" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
| Method Summary | |
|---|---|
|  java.util.List | getAlbum()Gets the value of the Album property. | 
|  java.util.Calendar | getAlbumDate()Gets the value of the albumDate property. | 
|  java.lang.Long | getAlbumId()Gets the value of the albumId property. | 
|  java.lang.String | getAnonymousKey()Gets the value of the anonymousKey property. | 
|  java.lang.String | getComment()Gets the value of the comment property. | 
|  java.util.Calendar | getCreationDate()Gets the value of the creationDate property. | 
|  java.util.List | getItem()Gets the value of the Item property. | 
|  java.util.Calendar | getModifyDate()Gets the value of the modifyDate property. | 
|  java.lang.String | getName()Gets the value of the name property. | 
|  User | getOwner()Gets the value of the owner property. | 
|  MediaItem | getPoster()Gets the value of the poster property. | 
|  int | getSortMode()Gets the value of the sortMode property. | 
|  Theme | getTheme()Gets the value of the theme property. | 
|  boolean | isAllowAnonymous()Gets the value of the allowAnonymous property. | 
|  boolean | isAllowBrowse()Gets the value of the allowBrowse property. | 
|  boolean | isAllowFeed()Gets the value of the allowFeed property. | 
|  boolean | isAllowOriginal()Gets the value of the allowOriginal property. | 
|  void | setAlbumDate(java.util.Calendar value)Sets the value of the albumDate property. | 
|  void | setAlbumId(java.lang.Long value)Sets the value of the albumId property. | 
|  void | setAllowAnonymous(boolean value)Sets the value of the allowAnonymous property. | 
|  void | setAllowBrowse(boolean value)Sets the value of the allowBrowse property. | 
|  void | setAllowFeed(boolean value)Sets the value of the allowFeed property. | 
|  void | setAllowOriginal(boolean value)Sets the value of the allowOriginal property. | 
|  void | setAnonymousKey(java.lang.String value)Sets the value of the anonymousKey property. | 
|  void | setComment(java.lang.String value)Sets the value of the comment property. | 
|  void | setCreationDate(java.util.Calendar value)Sets the value of the creationDate property. | 
|  void | setModifyDate(java.util.Calendar value)Sets the value of the modifyDate property. | 
|  void | setName(java.lang.String value)Sets the value of the name property. | 
|  void | setOwner(User value)Sets the value of the owner property. | 
|  void | setPoster(MediaItem value)Sets the value of the poster property. | 
|  void | setSortMode(int value)Sets the value of the sortMode property. | 
|  void | setTheme(Theme value)Sets the value of the theme property. | 
| Method Detail | 
|---|
Theme getTheme()
Themevoid setTheme(Theme value)
value - allowed object is
     ThemeUser getOwner()
Uservoid setOwner(User value)
value - allowed object is
     Userjava.lang.String getComment()
Stringvoid setComment(java.lang.String value)
value - allowed object is
     Stringboolean isAllowFeed()
void setAllowFeed(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
 MediaItem
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
 Album
MediaItem getPoster()
MediaItemvoid setPoster(MediaItem value)
value - allowed object is
     MediaItemboolean isAllowAnonymous()
void setAllowAnonymous(boolean value)
java.lang.String getAnonymousKey()
Stringvoid setAnonymousKey(java.lang.String value)
value - allowed object is
     Stringboolean isAllowOriginal()
void setAllowOriginal(boolean value)
java.util.Calendar getAlbumDate()
Calendarvoid setAlbumDate(java.util.Calendar value)
value - allowed object is
     Calendarjava.lang.Long getAlbumId()
Longvoid setAlbumId(java.lang.Long value)
value - allowed object is
     Longint getSortMode()
void setSortMode(int value)
java.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
     Stringboolean isAllowBrowse()
void setAllowBrowse(boolean value)
java.util.Calendar getModifyDate()
Calendarvoid setModifyDate(java.util.Calendar value)
value - allowed object is
     Calendarjava.util.Calendar getCreationDate()
Calendarvoid setCreationDate(java.util.Calendar value)
value - allowed object is
     Calendar| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||