| java.lang.Object | |
| ↳ | com.workday.hr.RelatedPersonType |
Encapsulating element containing all Related Person data.
Java class for Related_PersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Related_PersonType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Related_Person_Relationship_Reference" type="{urn:com.workday/bsvc}Related_Person_RelationshipObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Person_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Personal_Data" type="{urn:com.workday/bsvc}Personal_Information_DataType" minOccurs="0"/>
<element name="Dependent" type="{urn:com.workday/bsvc}DependentType" minOccurs="0"/>
<element name="Beneficiary" type="{urn:com.workday/bsvc}BeneficiaryType" minOccurs="0"/>
<element name="Emergency_Contact" type="{urn:com.workday/bsvc}Old_Emergency_ContactType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beneficiary | |||||||||||
| dependent | |||||||||||
| emergencyContact | |||||||||||
| personReference | |||||||||||
| personalData | |||||||||||
| relatedPersonRelationshipReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiary property.
| |||||||||||
Gets the value of the dependent property.
| |||||||||||
Gets the value of the emergencyContact property.
| |||||||||||
Gets the value of the personReference property.
| |||||||||||
Gets the value of the personalData property.
| |||||||||||
Gets the value of the relatedPersonRelationshipReference property.
| |||||||||||
Sets the value of the beneficiary property.
| |||||||||||
Sets the value of the dependent property.
| |||||||||||
Sets the value of the emergencyContact property.
| |||||||||||
Sets the value of the personReference property.
| |||||||||||
Sets the value of the personalData property.
| |||||||||||
Sets the value of the relatedPersonRelationshipReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beneficiary property.
BeneficiaryType
Gets the value of the dependent property.
DependentType
Gets the value of the emergencyContact property.
OldEmergencyContactType
Gets the value of the personReference property.
UniqueIdentifierObjectType
Gets the value of the personalData property.
PersonalInformationDataType
Gets the value of the relatedPersonRelationshipReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relatedPersonRelationshipReference property.
For example, to add a new item, do as follows:
getRelatedPersonRelationshipReference().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedPersonRelationshipObjectType
Sets the value of the beneficiary property.
| value | Allowed object is
BeneficiaryType
|
|---|
Sets the value of the dependent property.
| value | Allowed object is
DependentType
|
|---|
Sets the value of the emergencyContact property.
| value | Allowed object is
OldEmergencyContactType
|
|---|
Sets the value of the personReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the personalData property.
| value | Allowed object is
PersonalInformationDataType
|
|---|
Sets the value of the relatedPersonRelationshipReference property.
| relatedPersonRelationshipReference | Allowed object is
RelatedPersonRelationshipObjectType
|
|---|