| java.lang.Object | |
| ↳ | com.workday.hr.WorkerRelatedPersonsDataType |
Contains the person's that are related to the worker as a dependent, beneficiary or emergency contact. Security Note: This element is secured to the following domains: Self Service: Benefit Elections; Worker Data: Benefit Elections
Java class for Worker_Related_Persons_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Related_Persons_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Number_of_Payroll_Dependents" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="2"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Related_Person" type="{urn:com.workday/bsvc}Related_PersonType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| numberOfPayrollDependents | |||||||||||
| relatedPerson | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the numberOfPayrollDependents property.
| |||||||||||
Gets the value of the relatedPerson property.
| |||||||||||
Sets the value of the numberOfPayrollDependents property.
| |||||||||||
Sets the value of the relatedPerson property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the numberOfPayrollDependents property.
Gets the value of the relatedPerson 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 relatedPerson property.
For example, to add a new item, do as follows:
getRelatedPerson().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedPersonType
Sets the value of the numberOfPayrollDependents property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the relatedPerson property.
| relatedPerson | Allowed object is
RelatedPersonType
|
|---|

