|
||||||||||
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()
Theme
void setTheme(Theme value)
value
- allowed object is
Theme
User getOwner()
User
void setOwner(User value)
value
- allowed object is
User
java.lang.String getComment()
String
void setComment(java.lang.String value)
value
- allowed object is
String
boolean 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()
MediaItem
void setPoster(MediaItem value)
value
- allowed object is
MediaItem
boolean isAllowAnonymous()
void setAllowAnonymous(boolean value)
java.lang.String getAnonymousKey()
String
void setAnonymousKey(java.lang.String value)
value
- allowed object is
String
boolean isAllowOriginal()
void setAllowOriginal(boolean value)
java.util.Calendar getAlbumDate()
Calendar
void setAlbumDate(java.util.Calendar value)
value
- allowed object is
Calendar
java.lang.Long getAlbumId()
Long
void setAlbumId(java.lang.Long value)
value
- allowed object is
Long
int getSortMode()
void setSortMode(int value)
java.lang.String getName()
String
void setName(java.lang.String value)
value
- allowed object is
String
boolean isAllowBrowse()
void setAllowBrowse(boolean value)
java.util.Calendar getModifyDate()
Calendar
void setModifyDate(java.util.Calendar value)
value
- allowed object is
Calendar
java.util.Calendar getCreationDate()
Calendar
void 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 |