|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.Vote
public class Vote
Java class for Vote complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vote">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="user" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link" minOccurs="0"/>
<element name="userGroup" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link" minOccurs="0"/>
<element name="comment" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link" minOccurs="0"/>
<element name="voteDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="choice" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}VoteChoice"/>
</sequence>
<attribute name="withdrawn" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected VoteChoice |
choice
|
protected Link<Comment> |
comment
|
protected Link<User> |
user
|
protected Link<UserGroup> |
userGroup
|
protected javax.xml.datatype.XMLGregorianCalendar |
voteDate
|
protected java.lang.Boolean |
withdrawn
|
| Constructor Summary | |
|---|---|
Vote()
|
|
| Method Summary | |
|---|---|
VoteChoice |
getChoice()
Gets the value of the choice property. |
Link<Comment> |
getComment()
Gets the value of the comment property. |
Link<User> |
getUser()
Gets the value of the user property. |
Link<UserGroup> |
getUserGroup()
Gets the value of the userGroup property. |
javax.xml.datatype.XMLGregorianCalendar |
getVoteDate()
Gets the value of the voteDate property. |
boolean |
isSetUser()
|
boolean |
isSetUserGroup()
|
boolean |
isSetWithdrawn()
|
boolean |
isWithdrawn()
Gets the value of the withdrawn property. |
void |
setChoice(VoteChoice value)
Sets the value of the choice property. |
void |
setComment(Link<Comment> value)
Sets the value of the comment property. |
void |
setUser(Link<User> value)
Sets the value of the user property. |
void |
setUserGroup(Link<UserGroup> value)
Sets the value of the userGroup property. |
void |
setVoteDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the voteDate property. |
void |
setWithdrawn(boolean value)
Sets the value of the withdrawn property. |
void |
unsetWithdrawn()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Link<User> user
protected Link<UserGroup> userGroup
protected Link<Comment> comment
protected javax.xml.datatype.XMLGregorianCalendar voteDate
protected VoteChoice choice
protected java.lang.Boolean withdrawn
| Constructor Detail |
|---|
public Vote()
| Method Detail |
|---|
public Link<User> getUser()
Linkpublic void setUser(Link<User> value)
value - allowed object is
Linkpublic boolean isSetUser()
public Link<UserGroup> getUserGroup()
Linkpublic void setUserGroup(Link<UserGroup> value)
value - allowed object is
Linkpublic boolean isSetUserGroup()
public Link<Comment> getComment()
Linkpublic void setComment(Link<Comment> value)
value - allowed object is
Linkpublic javax.xml.datatype.XMLGregorianCalendar getVoteDate()
XMLGregorianCalendarpublic void setVoteDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic VoteChoice getChoice()
VoteChoicepublic void setChoice(VoteChoice value)
value - allowed object is
VoteChoicepublic boolean isWithdrawn()
Booleanpublic void setWithdrawn(boolean value)
value - allowed object is
Booleanpublic boolean isSetWithdrawn()
public void unsetWithdrawn()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||