oasis.names.tc.wsrp.v1.types
Class UserProfile

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.UserProfile
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
UserProfile()
           
UserProfile(java.util.Calendar bdate, Contact businessInfo, EmployerInfo employerInfo, Extension[] extensions, java.lang.String gender, Contact homeInfo, PersonName name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getBdate()
          Gets the bdate value for this UserProfile.
 Contact getBusinessInfo()
          Gets the businessInfo value for this UserProfile.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EmployerInfo getEmployerInfo()
          Gets the employerInfo value for this UserProfile.
 Extension[] getExtensions()
          Gets the extensions value for this UserProfile.
 Extension getExtensions(int i)
           
 java.lang.String getGender()
          Gets the gender value for this UserProfile.
 Contact getHomeInfo()
          Gets the homeInfo value for this UserProfile.
 PersonName getName()
          Gets the name value for this UserProfile.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBdate(java.util.Calendar bdate)
          Sets the bdate value for this UserProfile.
 void setBusinessInfo(Contact businessInfo)
          Sets the businessInfo value for this UserProfile.
 void setEmployerInfo(EmployerInfo employerInfo)
          Sets the employerInfo value for this UserProfile.
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this UserProfile.
 void setExtensions(int i, Extension _value)
           
 void setGender(java.lang.String gender)
          Sets the gender value for this UserProfile.
 void setHomeInfo(Contact homeInfo)
          Sets the homeInfo value for this UserProfile.
 void setName(PersonName name)
          Sets the name value for this UserProfile.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfile

public UserProfile()

UserProfile

public UserProfile(java.util.Calendar bdate,
                   Contact businessInfo,
                   EmployerInfo employerInfo,
                   Extension[] extensions,
                   java.lang.String gender,
                   Contact homeInfo,
                   PersonName name)
Method Detail

getName

public PersonName getName()
Gets the name value for this UserProfile.

Returns:
name

setName

public void setName(PersonName name)
Sets the name value for this UserProfile.

Parameters:
name -

getBdate

public java.util.Calendar getBdate()
Gets the bdate value for this UserProfile.

Returns:
bdate

setBdate

public void setBdate(java.util.Calendar bdate)
Sets the bdate value for this UserProfile.

Parameters:
bdate -

getGender

public java.lang.String getGender()
Gets the gender value for this UserProfile.

Returns:
gender

setGender

public void setGender(java.lang.String gender)
Sets the gender value for this UserProfile.

Parameters:
gender -

getEmployerInfo

public EmployerInfo getEmployerInfo()
Gets the employerInfo value for this UserProfile.

Returns:
employerInfo

setEmployerInfo

public void setEmployerInfo(EmployerInfo employerInfo)
Sets the employerInfo value for this UserProfile.

Parameters:
employerInfo -

getHomeInfo

public Contact getHomeInfo()
Gets the homeInfo value for this UserProfile.

Returns:
homeInfo

setHomeInfo

public void setHomeInfo(Contact homeInfo)
Sets the homeInfo value for this UserProfile.

Parameters:
homeInfo -

getBusinessInfo

public Contact getBusinessInfo()
Gets the businessInfo value for this UserProfile.

Returns:
businessInfo

setBusinessInfo

public void setBusinessInfo(Contact businessInfo)
Sets the businessInfo value for this UserProfile.

Parameters:
businessInfo -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this UserProfile.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this UserProfile.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

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