|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediaItemRating
Java content class for media-item-rating 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 161)
<complexType name="media-item-rating"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rating-user" type="{http://msqr.us/xsd/matte}user" minOccurs="0"/> </sequence> <attribute name="creation-date" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="rating" use="required" type="{http://www.w3.org/2001/XMLSchema}short" /> <attribute name="rating-id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.util.Calendar |
getCreationDate()
Gets the value of the creationDate property. |
short |
getRating()
Gets the value of the rating property. |
java.lang.Long |
getRatingId()
Gets the value of the ratingId property. |
User |
getRatingUser()
Gets the value of the ratingUser property. |
void |
setCreationDate(java.util.Calendar value)
Sets the value of the creationDate property. |
void |
setRating(short value)
Sets the value of the rating property. |
void |
setRatingId(java.lang.Long value)
Sets the value of the ratingId property. |
void |
setRatingUser(User value)
Sets the value of the ratingUser property. |
Method Detail |
---|
User getRatingUser()
User
void setRatingUser(User value)
value
- allowed object is
User
java.lang.Long getRatingId()
Long
void setRatingId(java.lang.Long value)
value
- allowed object is
Long
short getRating()
void setRating(short value)
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 |