public class

RelatedPersonDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.RelatedPersonDataType

Class Overview

Encapsulating element containing all Related Person data.

Java class for Related_Person_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Related_Person_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Related_Person_Descriptor_Data" type="{urn:com.workday/bsvc}Related_Person_Descriptor_DataType" minOccurs="0"/>
         <element name="Person_Data" type="{urn:com.workday/bsvc}Person_DataType"/>
         <element name="External_Contact_Data" type="{urn:com.workday/bsvc}External_Contact_DataType" minOccurs="0"/>
         <element name="Emergency_Contact_Data" type="{urn:com.workday/bsvc}Emergency_Contact_Data_WWSType" minOccurs="0"/>
         <element name="Beneficiary_Data" type="{urn:com.workday/bsvc}Beneficiary_Data_WWSType" minOccurs="0"/>
         <element name="Dependent_Data" type="{urn:com.workday/bsvc}Dependent_Data_WWSType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BeneficiaryDataWWSType beneficiaryData
protected DependentDataWWSType dependentData
protected EmergencyContactDataWWSType emergencyContactData
protected ExternalContactDataType externalContactData
protected PersonDataType personData
protected RelatedPersonDescriptorDataType relatedPersonDescriptorData
Public Constructors
RelatedPersonDataType()
Public Methods
BeneficiaryDataWWSType getBeneficiaryData()
Gets the value of the beneficiaryData property.
DependentDataWWSType getDependentData()
Gets the value of the dependentData property.
EmergencyContactDataWWSType getEmergencyContactData()
Gets the value of the emergencyContactData property.
ExternalContactDataType getExternalContactData()
Gets the value of the externalContactData property.
PersonDataType getPersonData()
Gets the value of the personData property.
RelatedPersonDescriptorDataType getRelatedPersonDescriptorData()
Gets the value of the relatedPersonDescriptorData property.
void setBeneficiaryData(BeneficiaryDataWWSType value)
Sets the value of the beneficiaryData property.
void setDependentData(DependentDataWWSType value)
Sets the value of the dependentData property.
void setEmergencyContactData(EmergencyContactDataWWSType value)
Sets the value of the emergencyContactData property.
void setExternalContactData(ExternalContactDataType value)
Sets the value of the externalContactData property.
void setPersonData(PersonDataType value)
Sets the value of the personData property.
void setRelatedPersonDescriptorData(RelatedPersonDescriptorDataType value)
Sets the value of the relatedPersonDescriptorData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BeneficiaryDataWWSType beneficiaryData

protected DependentDataWWSType dependentData

protected EmergencyContactDataWWSType emergencyContactData

protected ExternalContactDataType externalContactData

protected PersonDataType personData

protected RelatedPersonDescriptorDataType relatedPersonDescriptorData

Public Constructors

public RelatedPersonDataType ()

Public Methods

public BeneficiaryDataWWSType getBeneficiaryData ()

Gets the value of the beneficiaryData property.

Returns

public DependentDataWWSType getDependentData ()

Gets the value of the dependentData property.

Returns

public EmergencyContactDataWWSType getEmergencyContactData ()

Gets the value of the emergencyContactData property.

Returns

public ExternalContactDataType getExternalContactData ()

Gets the value of the externalContactData property.

Returns

public PersonDataType getPersonData ()

Gets the value of the personData property.

Returns

public RelatedPersonDescriptorDataType getRelatedPersonDescriptorData ()

Gets the value of the relatedPersonDescriptorData property.

Returns

public void setBeneficiaryData (BeneficiaryDataWWSType value)

Sets the value of the beneficiaryData property.

Parameters
value Allowed object is BeneficiaryDataWWSType

public void setDependentData (DependentDataWWSType value)

Sets the value of the dependentData property.

Parameters
value Allowed object is DependentDataWWSType

public void setEmergencyContactData (EmergencyContactDataWWSType value)

Sets the value of the emergencyContactData property.

Parameters
value Allowed object is EmergencyContactDataWWSType

public void setExternalContactData (ExternalContactDataType value)

Sets the value of the externalContactData property.

Parameters
value Allowed object is ExternalContactDataType

public void setPersonData (PersonDataType value)

Sets the value of the personData property.

Parameters
value Allowed object is PersonDataType

public void setRelatedPersonDescriptorData (RelatedPersonDescriptorDataType value)

Sets the value of the relatedPersonDescriptorData property.

Parameters
value Allowed object is RelatedPersonDescriptorDataType