efficom.runningjoe.ws.userapi
Class User

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

public class User
extends java.lang.Object

Java class for User complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="User">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
User()
           
 
Method Summary
 java.lang.String getUsername()
          Gets the value of the username property.
 void setUsername(java.lang.String value)
          Sets the value of the username property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getUsername

public java.lang.String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(java.lang.String value)
Sets the value of the username property.

Parameters:
value - allowed object is String