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

