public class

PersonalInfoDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PersonalInfoDataType

Class Overview

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>
 

Summary

Fields
protected String businessTitle
protected PersonDataType personData
protected QualificationDataType qualificationData
Public Constructors
PersonalInfoDataType()
Public Methods
String getBusinessTitle()
Gets the value of the businessTitle property.
PersonDataType getPersonData()
Gets the value of the personData property.
QualificationDataType getQualificationData()
Gets the value of the qualificationData property.
void setBusinessTitle(String value)
Sets the value of the businessTitle property.
void setPersonData(PersonDataType value)
Sets the value of the personData property.
void setQualificationData(QualificationDataType value)
Sets the value of the qualificationData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String businessTitle

protected PersonDataType personData

protected QualificationDataType qualificationData

Public Constructors

public PersonalInfoDataType ()

Public Methods

public String getBusinessTitle ()

Gets the value of the businessTitle property.

Returns
  • possible object is String

public PersonDataType getPersonData ()

Gets the value of the personData property.

Returns

public QualificationDataType getQualificationData ()

Gets the value of the qualificationData property.

Returns

public void setBusinessTitle (String value)

Sets the value of the businessTitle property.

Parameters
value Allowed object is String

public void setPersonData (PersonDataType value)

Sets the value of the personData property.

Parameters
value Allowed object is PersonDataType

public void setQualificationData (QualificationDataType value)

Sets the value of the qualificationData property.

Parameters
value Allowed object is QualificationDataType