| java.lang.Object | |
| ↳ | com.workday.hr.PersonalInfoDataType |
Encapsulating element containing all Personal Information for a Person.
Java class for Personal_Info_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Personal_Info_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Business_Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Person_Data" type="{urn:com.workday/bsvc}Person_DataType" minOccurs="0"/>
<element name="Qualification_Data" type="{urn:com.workday/bsvc}Qualification_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessTitle | |||||||||||
| personData | |||||||||||
| qualificationData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessTitle property.
| |||||||||||
Gets the value of the personData property.
| |||||||||||
Gets the value of the qualificationData property.
| |||||||||||
Sets the value of the businessTitle property.
| |||||||||||
Sets the value of the personData property.
| |||||||||||
Sets the value of the qualificationData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the businessTitle property.
Gets the value of the personData property.
PersonDataType
Gets the value of the qualificationData property.
QualificationDataType
Sets the value of the businessTitle property.
| value | Allowed object is String |
|---|
Sets the value of the personData property.
| value | Allowed object is
PersonDataType
|
|---|
Sets the value of the qualificationData property.
| value | Allowed object is
QualificationDataType
|
|---|

