public class

PayeeEarningDeductionCodeOneTimePaymentSummaryDataType

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

Class Overview

One Time Payment Information for each Earning and Deduction Code

Java class for Payee_Earning_Deduction_Code_One_Time_Payment_Summary_DataType complex type.

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

 <complexType name="Payee_Earning_Deduction_Code_One_Time_Payment_Summary_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Code_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType" minOccurs="0"/>
         <element name="External_Payroll_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Position_Based" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="Payee_One_Time_Payment_Data" type="{urn:com.workday/bsvc}Payee_One_Time_Payment_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayComponentObjectType codeReference
protected String externalPayrollCode
protected List<PayeeOneTimePaymentDataType> payeeOneTimePaymentData
protected Boolean positionBased
protected PositionElementObjectType positionReference
Public Constructors
PayeeEarningDeductionCodeOneTimePaymentSummaryDataType()
Public Methods
PayComponentObjectType getCodeReference()
Gets the value of the codeReference property.
String getExternalPayrollCode()
Gets the value of the externalPayrollCode property.
List<PayeeOneTimePaymentDataType> getPayeeOneTimePaymentData()
Gets the value of the payeeOneTimePaymentData property.
Boolean getPositionBased()
Gets the value of the positionBased property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
void setCodeReference(PayComponentObjectType value)
Sets the value of the codeReference property.
void setExternalPayrollCode(String value)
Sets the value of the externalPayrollCode property.
void setPayeeOneTimePaymentData(List<PayeeOneTimePaymentDataType> payeeOneTimePaymentData)
Sets the value of the payeeOneTimePaymentData property.
void setPositionBased(Boolean value)
Sets the value of the positionBased property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayComponentObjectType codeReference

protected String externalPayrollCode

protected List<PayeeOneTimePaymentDataType> payeeOneTimePaymentData

protected Boolean positionBased

protected PositionElementObjectType positionReference

Public Constructors

public PayeeEarningDeductionCodeOneTimePaymentSummaryDataType ()

Public Methods

public PayComponentObjectType getCodeReference ()

Gets the value of the codeReference property.

Returns

public String getExternalPayrollCode ()

Gets the value of the externalPayrollCode property.

Returns
  • possible object is String

public List<PayeeOneTimePaymentDataType> getPayeeOneTimePaymentData ()

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

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

    getPayeeOneTimePaymentData().add(newItem);
 

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

public Boolean getPositionBased ()

Gets the value of the positionBased property. This getter has been renamed from isPositionBased() to getPositionBased() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public void setCodeReference (PayComponentObjectType value)

Sets the value of the codeReference property.

Parameters
value Allowed object is PayComponentObjectType

public void setExternalPayrollCode (String value)

Sets the value of the externalPayrollCode property.

Parameters
value Allowed object is String

public void setPayeeOneTimePaymentData (List<PayeeOneTimePaymentDataType> payeeOneTimePaymentData)

Sets the value of the payeeOneTimePaymentData property.

Parameters
payeeOneTimePaymentData Allowed object is PayeeOneTimePaymentDataType

public void setPositionBased (Boolean value)

Sets the value of the positionBased property.

Parameters
value Allowed object is Boolean

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType