|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserComment
Java content class for user-comment 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 243)
<complexType name="user-comment"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="commenting-user" type="{http://msqr.us/xsd/matte}user" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="approved" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="comment-id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="commenter" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="creation-date" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getComment()
Gets the value of the comment property. |
java.lang.String |
getCommenter()
Gets the value of the commenter property. |
java.lang.Long |
getCommentId()
Gets the value of the commentId property. |
User |
getCommentingUser()
Gets the value of the commentingUser property. |
java.util.Calendar |
getCreationDate()
Gets the value of the creationDate property. |
boolean |
isApproved()
Gets the value of the approved property. |
void |
setApproved(boolean value)
Sets the value of the approved property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setCommenter(java.lang.String value)
Sets the value of the commenter property. |
void |
setCommentId(java.lang.Long value)
Sets the value of the commentId property. |
void |
setCommentingUser(User value)
Sets the value of the commentingUser property. |
void |
setCreationDate(java.util.Calendar value)
Sets the value of the creationDate property. |
Method Detail |
---|
User getCommentingUser()
User
void setCommentingUser(User value)
value
- allowed object is
User
java.lang.Long getCommentId()
Long
void setCommentId(java.lang.Long value)
value
- allowed object is
Long
java.lang.String getComment()
String
void setComment(java.lang.String value)
value
- allowed object is
String
boolean isApproved()
void setApproved(boolean value)
java.util.Calendar getCreationDate()
Calendar
void setCreationDate(java.util.Calendar value)
value
- allowed object is
Calendar
java.lang.String getCommenter()
String
void setCommenter(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |