public class

BatchPayComponentTotalsDataType

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

Class Overview

Information on the summary of all Payroll Inputs associated with a Pay Component

Java class for Batch_Pay_Component_Totals_DataType complex type.

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

 <complexType name="Batch_Pay_Component_Totals_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Input_InterfaceObjectType" minOccurs="0"/>
         <element name="Pay_Component_Totals_Data" type="{urn:com.workday/bsvc}Input_Line_Currency_Totals_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected InputInterfaceObjectType payComponentReference
protected List<InputLineCurrencyTotalsDataType> payComponentTotalsData
Public Constructors
BatchPayComponentTotalsDataType()
Public Methods
InputInterfaceObjectType getPayComponentReference()
Gets the value of the payComponentReference property.
List<InputLineCurrencyTotalsDataType> getPayComponentTotalsData()
Gets the value of the payComponentTotalsData property.
void setPayComponentReference(InputInterfaceObjectType value)
Sets the value of the payComponentReference property.
void setPayComponentTotalsData(List<InputLineCurrencyTotalsDataType> payComponentTotalsData)
Sets the value of the payComponentTotalsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected InputInterfaceObjectType payComponentReference

protected List<InputLineCurrencyTotalsDataType> payComponentTotalsData

Public Constructors

public BatchPayComponentTotalsDataType ()

Public Methods

public InputInterfaceObjectType getPayComponentReference ()

Gets the value of the payComponentReference property.

Returns

public List<InputLineCurrencyTotalsDataType> getPayComponentTotalsData ()

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

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

    getPayComponentTotalsData().add(newItem);
 

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

public void setPayComponentReference (InputInterfaceObjectType value)

Sets the value of the payComponentReference property.

Parameters
value Allowed object is InputInterfaceObjectType

public void setPayComponentTotalsData (List<InputLineCurrencyTotalsDataType> payComponentTotalsData)

Sets the value of the payComponentTotalsData property.

Parameters
payComponentTotalsData Allowed object is InputLineCurrencyTotalsDataType