generated
Class User

java.lang.Object
  extended by generated.User

public class User
extends java.lang.Object

Java class for _typeUser_ complex type.

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

 <complexType name="_typeUser_">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="userName" type="{}usernameType"/>
         <element name="firstName" type="{}firstnameType"/>
         <element name="lastName" type="{}lastnameType"/>
         <element name="password" type="{}password"/>
         <element name="email" type="{}emailType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String email
           
protected  java.lang.String firstName
           
protected  java.lang.String lastName
           
protected  java.lang.String password
           
protected  java.lang.String userName
           
 
Constructor Summary
User()
           
 
Method Summary
 java.lang.String getEmail()
          Gets the value of the email property.
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 void setEmail(java.lang.String value)
          Sets the value of the email property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userName

protected java.lang.String userName

firstName

protected java.lang.String firstName

lastName

protected java.lang.String lastName

password

protected java.lang.String password

email

protected java.lang.String email
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

getFirstName

public java.lang.String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(java.lang.String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getLastName

public java.lang.String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(java.lang.String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getPassword

public java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getEmail

public java.lang.String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(java.lang.String value)
Sets the value of the email property.

Parameters:
value - allowed object is String


Copyright © 2010 eXo Platform SAS. All Rights Reserved.