public class

PaymentElectionEnrollmentElectionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PaymentElectionEnrollmentElectionDataType

Class Overview

Container element for Payment Election Enrollments

Java class for Payment_Election_Enrollment_Election_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payment_Election_Enrollment_Election_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
         <element name="Payment_Election_Data" type="{urn:com.workday/bsvc}Payment_Election_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected CurrencyObjectType currencyReference
protected List<PaymentElectionDataType> paymentElectionData
Public Constructors
PaymentElectionEnrollmentElectionDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
List<PaymentElectionDataType> getPaymentElectionData()
Gets the value of the paymentElectionData property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setPaymentElectionData(List<PaymentElectionDataType> paymentElectionData)
Sets the value of the paymentElectionData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType countryReference

protected CurrencyObjectType currencyReference

protected List<PaymentElectionDataType> paymentElectionData

Public Constructors

public PaymentElectionEnrollmentElectionDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public List<PaymentElectionDataType> getPaymentElectionData ()

Gets the value of the paymentElectionData 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 paymentElectionData property.

For example, to add a new item, do as follows:

    getPaymentElectionData().add(newItem);
 

Objects of the following type(s) are allowed in the list PaymentElectionDataType

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setPaymentElectionData (List<PaymentElectionDataType> paymentElectionData)

Sets the value of the paymentElectionData property.

Parameters
paymentElectionData Allowed object is PaymentElectionDataType