|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pm.UserType
public class UserType
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 |
|---|
protected String fullName
protected String userName
protected String email
protected PasswordType password
protected String domain
protected String key
protected List<ParamType> param
protected List<ProjectType> project
| Constructor Detail |
|---|
public UserType()
| Method Detail |
|---|
public String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic PasswordType getPassword()
PasswordTypepublic void setPassword(PasswordType value)
value - allowed object is
PasswordTypepublic String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic List<ParamType> getParam()
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
public List<ProjectType> getProject()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||