efficom.runningjoe.ws.userapi
Class Score

java.lang.Object
  extended by efficom.runningjoe.ws.userapi.Score

public class Score
extends java.lang.Object

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

Score

public Score()
Method Detail

getDate

public javax.xml.datatype.XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar

getUser

public User getUser()
Gets the value of the user property.

Returns:
possible object is User

setUser

public void setUser(User value)
Sets the value of the user property.

Parameters:
value - allowed object is User

getScore

public int getScore()
Gets the value of the score property.


setScore

public void setScore(int value)
Sets the value of the score property.