|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.wsrp.v1.types.UserProfile
public class UserProfile
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 |
---|
public UserProfile()
public UserProfile(java.util.Calendar bdate, Contact businessInfo, EmployerInfo employerInfo, Extension[] extensions, java.lang.String gender, Contact homeInfo, PersonName name)
Method Detail |
---|
public PersonName getName()
public void setName(PersonName name)
name
- public java.util.Calendar getBdate()
public void setBdate(java.util.Calendar bdate)
bdate
- public java.lang.String getGender()
public void setGender(java.lang.String gender)
gender
- public EmployerInfo getEmployerInfo()
public void setEmployerInfo(EmployerInfo employerInfo)
employerInfo
- public Contact getHomeInfo()
public void setHomeInfo(Contact homeInfo)
homeInfo
- public Contact getBusinessInfo()
public void setBusinessInfo(Contact businessInfo)
businessInfo
- public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
extensions
- public Extension getExtensions(int i)
public void setExtensions(int i, Extension _value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |