gov.nih.nci.cagrid.dorian.idp.bean
Class IdPUser

java.lang.Object
  extended by gov.nih.nci.cagrid.dorian.idp.bean.IdPUser
All Implemented Interfaces:
java.io.Serializable

public class IdPUser
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

IdPUser

public IdPUser()

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

getUserId

public java.lang.String getUserId()
Gets the userId value for this IdPUser.

Returns:
userId

setUserId

public void setUserId(java.lang.String userId)
Sets the userId value for this IdPUser.

Parameters:
userId -

getEmail

public java.lang.String getEmail()
Gets the email value for this IdPUser.

Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this IdPUser.

Parameters:
email -

getPassword

public java.lang.String getPassword()
Gets the password value for this IdPUser.

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the password value for this IdPUser.

Parameters:
password -

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this IdPUser.

Returns:
firstName

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this IdPUser.

Parameters:
firstName -

getLastName

public java.lang.String getLastName()
Gets the lastName value for this IdPUser.

Returns:
lastName

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this IdPUser.

Parameters:
lastName -

getOrganization

public java.lang.String getOrganization()
Gets the organization value for this IdPUser.

Returns:
organization

setOrganization

public void setOrganization(java.lang.String organization)
Sets the organization value for this IdPUser.

Parameters:
organization -

getAddress

public java.lang.String getAddress()
Gets the address value for this IdPUser.

Returns:
address

setAddress

public void setAddress(java.lang.String address)
Sets the address value for this IdPUser.

Parameters:
address -

getAddress2

public java.lang.String getAddress2()
Gets the address2 value for this IdPUser.

Returns:
address2

setAddress2

public void setAddress2(java.lang.String address2)
Sets the address2 value for this IdPUser.

Parameters:
address2 -

getCity

public java.lang.String getCity()
Gets the city value for this IdPUser.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this IdPUser.

Parameters:
city -

getState

public StateCode getState()
Gets the state value for this IdPUser.

Returns:
state

setState

public void setState(StateCode state)
Sets the state value for this IdPUser.

Parameters:
state -

getZipcode

public java.lang.String getZipcode()
Gets the zipcode value for this IdPUser.

Returns:
zipcode

setZipcode

public void setZipcode(java.lang.String zipcode)
Sets the zipcode value for this IdPUser.

Parameters:
zipcode -

getCountry

public CountryCode getCountry()
Gets the country value for this IdPUser.

Returns:
country

setCountry

public void setCountry(CountryCode country)
Sets the country value for this IdPUser.

Parameters:
country -

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this IdPUser.

Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this IdPUser.

Parameters:
phoneNumber -

getStatus

public IdPUserStatus getStatus()
Gets the status value for this IdPUser.

Returns:
status

setStatus

public void setStatus(IdPUserStatus status)
Sets the status value for this IdPUser.

Parameters:
status -

getRole

public IdPUserRole getRole()
Gets the role value for this IdPUser.

Returns:
role

setRole

public void setRole(IdPUserRole role)
Sets the role value for this IdPUser.

Parameters:
role -

getPasswordSecurity

public PasswordSecurity getPasswordSecurity()
Gets the passwordSecurity value for this IdPUser.

Returns:
passwordSecurity

setPasswordSecurity

public void setPasswordSecurity(PasswordSecurity passwordSecurity)
Sets the passwordSecurity value for this IdPUser.

Parameters:
passwordSecurity -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer