public class

SubmitPayrollInputType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.SubmitPayrollInputType

Class Overview

Submit Payroll Input

Java class for Submit_Payroll_InputType complex type.

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

 <complexType name="Submit_Payroll_InputType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payroll_Input_Reference" type="{urn:com.workday/bsvc}Payroll_InputObjectType" minOccurs="0"/>
         <element name="Payroll_Input_Data" type="{urn:com.workday/bsvc}Submit_Payroll_Input_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<SubmitPayrollInputDataType> payrollInputData
protected PayrollInputObjectType payrollInputReference
Public Constructors
SubmitPayrollInputType()
Public Methods
List<SubmitPayrollInputDataType> getPayrollInputData()
Gets the value of the payrollInputData property.
PayrollInputObjectType getPayrollInputReference()
Gets the value of the payrollInputReference property.
void setPayrollInputData(List<SubmitPayrollInputDataType> payrollInputData)
Sets the value of the payrollInputData property.
void setPayrollInputReference(PayrollInputObjectType value)
Sets the value of the payrollInputReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<SubmitPayrollInputDataType> payrollInputData

protected PayrollInputObjectType payrollInputReference

Public Constructors

public SubmitPayrollInputType ()

Public Methods

public List<SubmitPayrollInputDataType> getPayrollInputData ()

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

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

    getPayrollInputData().add(newItem);
 

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

public PayrollInputObjectType getPayrollInputReference ()

Gets the value of the payrollInputReference property.

Returns

public void setPayrollInputData (List<SubmitPayrollInputDataType> payrollInputData)

Sets the value of the payrollInputData property.

Parameters
payrollInputData Allowed object is SubmitPayrollInputDataType

public void setPayrollInputReference (PayrollInputObjectType value)

Sets the value of the payrollInputReference property.

Parameters
value Allowed object is PayrollInputObjectType