|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.dorian.idp.bean.IdPUser
public class IdPUser
| Constructor Summary | |
|---|---|
IdPUser()
|
|
IdPUser(java.lang.String address,
java.lang.String address2,
java.lang.String city,
CountryCode country,
java.lang.String email,
java.lang.String firstName,
java.lang.String lastName,
java.lang.String organization,
java.lang.String password,
PasswordSecurity passwordSecurity,
java.lang.String phoneNumber,
IdPUserRole role,
StateCode state,
IdPUserStatus status,
java.lang.String userId,
java.lang.String zipcode)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAddress()
Gets the address value for this IdPUser. |
java.lang.String |
getAddress2()
Gets the address2 value for this IdPUser. |
java.lang.String |
getCity()
Gets the city value for this IdPUser. |
CountryCode |
getCountry()
Gets the country value for this IdPUser. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getEmail()
Gets the email value for this IdPUser. |
java.lang.String |
getFirstName()
Gets the firstName value for this IdPUser. |
java.lang.String |
getLastName()
Gets the lastName value for this IdPUser. |
java.lang.String |
getOrganization()
Gets the organization value for this IdPUser. |
java.lang.String |
getPassword()
Gets the password value for this IdPUser. |
PasswordSecurity |
getPasswordSecurity()
Gets the passwordSecurity value for this IdPUser. |
java.lang.String |
getPhoneNumber()
Gets the phoneNumber value for this IdPUser. |
IdPUserRole |
getRole()
Gets the role value for this IdPUser. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
StateCode |
getState()
Gets the state value for this IdPUser. |
IdPUserStatus |
getStatus()
Gets the status value for this IdPUser. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getUserId()
Gets the userId value for this IdPUser. |
java.lang.String |
getZipcode()
Gets the zipcode value for this IdPUser. |
int |
hashCode()
|
void |
setAddress(java.lang.String address)
Sets the address value for this IdPUser. |
void |
setAddress2(java.lang.String address2)
Sets the address2 value for this IdPUser. |
void |
setCity(java.lang.String city)
Sets the city value for this IdPUser. |
void |
setCountry(CountryCode country)
Sets the country value for this IdPUser. |
void |
setEmail(java.lang.String email)
Sets the email value for this IdPUser. |
void |
setFirstName(java.lang.String firstName)
Sets the firstName value for this IdPUser. |
void |
setLastName(java.lang.String lastName)
Sets the lastName value for this IdPUser. |
void |
setOrganization(java.lang.String organization)
Sets the organization value for this IdPUser. |
void |
setPassword(java.lang.String password)
Sets the password value for this IdPUser. |
void |
setPasswordSecurity(PasswordSecurity passwordSecurity)
Sets the passwordSecurity value for this IdPUser. |
void |
setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this IdPUser. |
void |
setRole(IdPUserRole role)
Sets the role value for this IdPUser. |
void |
setState(StateCode state)
Sets the state value for this IdPUser. |
void |
setStatus(IdPUserStatus status)
Sets the status value for this IdPUser. |
void |
setUserId(java.lang.String userId)
Sets the userId value for this IdPUser. |
void |
setZipcode(java.lang.String zipcode)
Sets the zipcode value for this IdPUser. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdPUser()
public IdPUser(java.lang.String address,
java.lang.String address2,
java.lang.String city,
CountryCode country,
java.lang.String email,
java.lang.String firstName,
java.lang.String lastName,
java.lang.String organization,
java.lang.String password,
PasswordSecurity passwordSecurity,
java.lang.String phoneNumber,
IdPUserRole role,
StateCode state,
IdPUserStatus status,
java.lang.String userId,
java.lang.String zipcode)
| Method Detail |
|---|
public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId - public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName - public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName - public java.lang.String getOrganization()
public void setOrganization(java.lang.String organization)
organization - public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address - public java.lang.String getAddress2()
public void setAddress2(java.lang.String address2)
address2 - public java.lang.String getCity()
public void setCity(java.lang.String city)
city - public StateCode getState()
public void setState(StateCode state)
state - public java.lang.String getZipcode()
public void setZipcode(java.lang.String zipcode)
zipcode - public CountryCode getCountry()
public void setCountry(CountryCode country)
country - public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String phoneNumber)
phoneNumber - public IdPUserStatus getStatus()
public void setStatus(IdPUserStatus status)
status - public IdPUserRole getRole()
public void setRole(IdPUserRole role)
role - public PasswordSecurity getPasswordSecurity()
public void setPasswordSecurity(PasswordSecurity passwordSecurity)
passwordSecurity - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||