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

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

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

See Also:
Serialized Form

Constructor Summary
IdPUserFilter()
           
IdPUserFilter(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 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 IdPUserFilter.
 java.lang.String getAddress2()
          Gets the address2 value for this IdPUserFilter.
 java.lang.String getCity()
          Gets the city value for this IdPUserFilter.
 CountryCode getCountry()
          Gets the country value for this IdPUserFilter.
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 IdPUserFilter.
 java.lang.String getFirstName()
          Gets the firstName value for this IdPUserFilter.
 java.lang.String getLastName()
          Gets the lastName value for this IdPUserFilter.
 java.lang.String getOrganization()
          Gets the organization value for this IdPUserFilter.
 java.lang.String getPhoneNumber()
          Gets the phoneNumber value for this IdPUserFilter.
 IdPUserRole getRole()
          Gets the role value for this IdPUserFilter.
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 IdPUserFilter.
 IdPUserStatus getStatus()
          Gets the status value for this IdPUserFilter.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserId()
          Gets the userId value for this IdPUserFilter.
 java.lang.String getZipcode()
          Gets the zipcode value for this IdPUserFilter.
 int hashCode()
           
 void setAddress(java.lang.String address)
          Sets the address value for this IdPUserFilter.
 void setAddress2(java.lang.String address2)
          Sets the address2 value for this IdPUserFilter.
 void setCity(java.lang.String city)
          Sets the city value for this IdPUserFilter.
 void setCountry(CountryCode country)
          Sets the country value for this IdPUserFilter.
 void setEmail(java.lang.String email)
          Sets the email value for this IdPUserFilter.
 void setFirstName(java.lang.String firstName)
          Sets the firstName value for this IdPUserFilter.
 void setLastName(java.lang.String lastName)
          Sets the lastName value for this IdPUserFilter.
 void setOrganization(java.lang.String organization)
          Sets the organization value for this IdPUserFilter.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this IdPUserFilter.
 void setRole(IdPUserRole role)
          Sets the role value for this IdPUserFilter.
 void setState(StateCode state)
          Sets the state value for this IdPUserFilter.
 void setStatus(IdPUserStatus status)
          Sets the status value for this IdPUserFilter.
 void setUserId(java.lang.String userId)
          Sets the userId value for this IdPUserFilter.
 void setZipcode(java.lang.String zipcode)
          Sets the zipcode value for this IdPUserFilter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdPUserFilter

public IdPUserFilter()

IdPUserFilter

public IdPUserFilter(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 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 IdPUserFilter.

Returns:
userId

setUserId

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

Parameters:
userId -

getEmail

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

Returns:
email

setEmail

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

Parameters:
email -

getFirstName

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

Returns:
firstName

setFirstName

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

Parameters:
firstName -

getLastName

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

Returns:
lastName

setLastName

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

Parameters:
lastName -

getOrganization

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

Returns:
organization

setOrganization

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

Parameters:
organization -

getAddress

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

Returns:
address

setAddress

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

Parameters:
address -

getAddress2

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

Returns:
address2

setAddress2

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

Parameters:
address2 -

getCity

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

Returns:
city

setCity

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

Parameters:
city -

getState

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

Returns:
state

setState

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

Parameters:
state -

getZipcode

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

Returns:
zipcode

setZipcode

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

Parameters:
zipcode -

getCountry

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

Returns:
country

setCountry

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

Parameters:
country -

getPhoneNumber

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

Returns:
phoneNumber

setPhoneNumber

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

Parameters:
phoneNumber -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getRole

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

Returns:
role

setRole

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

Parameters:
role -

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