public class

PayrollInputType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayrollInputType

Class Overview

Payroll Input

Java class for Payroll_InputType complex type.

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

 <complexType name="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}Payroll_Input_Data_for_Get_Payroll_InputsType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected List<PayrollInputDataForGetPayrollInputsType> payrollInputData

protected PayrollInputObjectType payrollInputReference

Public Constructors

public PayrollInputType ()

Public Methods

public List<PayrollInputDataForGetPayrollInputsType> 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 PayrollInputDataForGetPayrollInputsType

public PayrollInputObjectType getPayrollInputReference ()

Gets the value of the payrollInputReference property.

Returns

public void setPayrollInputReference (PayrollInputObjectType value)

Sets the value of the payrollInputReference property.

Parameters
value Allowed object is PayrollInputObjectType