| java.lang.Object | |
| ↳ | workday.com.bsvc.RelatedPersonDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beneficiaryData | |||||||||||
| dependentData | |||||||||||
| emergencyContactData | |||||||||||
| externalContactData | |||||||||||
| personData | |||||||||||
| relatedPersonDescriptorData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiaryData property.
| |||||||||||
Gets the value of the dependentData property.
| |||||||||||
Gets the value of the emergencyContactData property.
| |||||||||||
Gets the value of the externalContactData property.
| |||||||||||
Gets the value of the personData property.
| |||||||||||
Gets the value of the relatedPersonDescriptorData property.
| |||||||||||
Sets the value of the beneficiaryData property.
| |||||||||||
Sets the value of the dependentData property.
| |||||||||||
Sets the value of the emergencyContactData property.
| |||||||||||
Sets the value of the externalContactData property.
| |||||||||||
Sets the value of the personData property.
| |||||||||||
Sets the value of the relatedPersonDescriptorData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the beneficiaryData property.
BeneficiaryDataWWSType
Gets the value of the dependentData property.
DependentDataWWSType
Gets the value of the emergencyContactData property.
EmergencyContactDataWWSType
Gets the value of the externalContactData property.
ExternalContactDataType
Gets the value of the personData property.
PersonDataType
Gets the value of the relatedPersonDescriptorData property.
RelatedPersonDescriptorDataType
Sets the value of the beneficiaryData property.
| value | Allowed object is
BeneficiaryDataWWSType
|
|---|
Sets the value of the dependentData property.
| value | Allowed object is
DependentDataWWSType
|
|---|
Sets the value of the emergencyContactData property.
| value | Allowed object is
EmergencyContactDataWWSType
|
|---|
Sets the value of the externalContactData property.
| value | Allowed object is
ExternalContactDataType
|
|---|
Sets the value of the personData property.
| value | Allowed object is
PersonDataType
|
|---|
Sets the value of the relatedPersonDescriptorData property.
| value | Allowed object is
RelatedPersonDescriptorDataType
|
|---|

