| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentElectionEnrollmentForWorkerDataType |
Container element for Payment Election Enrollments
Java class for Payment_Election_Enrollment_for_Worker_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment_Election_Enrollment_for_Worker_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType"/>
<element name="Payment_Election_Rule_Group_Data" type="{urn:com.workday/bsvc}Payment_Election_Rule_Group_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| currencyReference | |||||||||||
| paymentElectionRuleGroupData | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the paymentElectionRuleGroupData property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the paymentElectionRuleGroupData 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 paymentElectionRuleGroupData property.
For example, to add a new item, do as follows:
getPaymentElectionRuleGroupData().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentElectionRuleGroupDataType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

