|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectefficom.runningjoe.ws.userapi.Score
public class Score
Java class for Score complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Score"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="user" type="{http://efficom/runningjoe/ws/UserApi/}User"/> <element name="score" type="{http://www.w3.org/2001/XMLSchema}int"/> </all> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Score()
|
Method Summary | |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDate()
Gets the value of the date property. |
int |
getScore()
Gets the value of the score property. |
User |
getUser()
Gets the value of the user property. |
void |
setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property. |
void |
setScore(int value)
Sets the value of the score property. |
void |
setUser(User value)
Sets the value of the user property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Score()
Method Detail |
---|
public javax.xml.datatype.XMLGregorianCalendar getDate()
XMLGregorianCalendar
public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public User getUser()
User
public void setUser(User value)
value
- allowed object is
User
public int getScore()
public void setScore(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |