edu.harvard.i2b2.crc.datavo.pm
Class UserType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pm.UserType

public class UserType
extends Object

Java class for userType complex type.

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

 <complexType name="userType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="full_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="user_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.i2b2.org/xsd/cell/pm/1.1/}passwordType"/>
         <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="param" type="{http://www.i2b2.org/xsd/cell/pm/1.1/}paramType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="project" type="{http://www.i2b2.org/xsd/cell/pm/1.1/}projectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String domain
           
protected  String email
           
protected  String fullName
           
protected  String key
           
protected  List<ParamType> param
           
protected  PasswordType password
           
protected  List<ProjectType> project
           
protected  String userName
           
 
Constructor Summary
UserType()
           
 
Method Summary
 String getDomain()
          Gets the value of the domain property.
 String getEmail()
          Gets the value of the email property.
 String getFullName()
          Gets the value of the fullName property.
 String getKey()
          Gets the value of the key property.
 List<ParamType> getParam()
          Gets the value of the param property.
 PasswordType getPassword()
          Gets the value of the password property.
 List<ProjectType> getProject()
          Gets the value of the project property.
 String getUserName()
          Gets the value of the userName property.
 void setDomain(String value)
          Sets the value of the domain property.
 void setEmail(String value)
          Sets the value of the email property.
 void setFullName(String value)
          Sets the value of the fullName property.
 void setKey(String value)
          Sets the value of the key property.
 void setPassword(PasswordType value)
          Sets the value of the password property.
 void setUserName(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

fullName

protected String fullName

userName

protected String userName

email

protected String email

password

protected PasswordType password

domain

protected String domain

key

protected String key

param

protected List<ParamType> param

project

protected List<ProjectType> project
Constructor Detail

UserType

public UserType()
Method Detail

getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName property.

Parameters:
value - allowed object is String

getUserName

public String getUserName()
Gets the value of the userName property.

Returns:
possible object is String

setUserName

public void setUserName(String value)
Sets the value of the userName property.

Parameters:
value - allowed object is String

getEmail

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

Returns:
possible object is String

setEmail

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

Parameters:
value - allowed object is String

getPassword

public PasswordType getPassword()
Gets the value of the password property.

Returns:
possible object is PasswordType

setPassword

public void setPassword(PasswordType value)
Sets the value of the password property.

Parameters:
value - allowed object is PasswordType

getDomain

public String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

public void setDomain(String value)
Sets the value of the domain property.

Parameters:
value - allowed object is String

getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getParam

public List<ParamType> getParam()
Gets the value of the param property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list ParamType


getProject

public List<ProjectType> getProject()
Gets the value of the project property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the project property.

For example, to add a new item, do as follows:

    getProject().add(newItem);
 

Objects of the following type(s) are allowed in the list ProjectType



Copyright © 2011. All Rights Reserved.