public class

ExternalPayrollInputType

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

Class Overview

Encapsulating element containing all External Payroll Input data.

Java class for External_Payroll_InputType complex type.

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

 <complexType name="External_Payroll_InputType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="External_Payroll_Input_Reference" type="{urn:com.workday/bsvc}Payroll_InputObjectType" minOccurs="0"/>
         <element name="External_Payroll_Input_Data" type="{urn:com.workday/bsvc}External_Payroll_Input_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ExternalPayrollInputDataType externalPayrollInputData
protected PayrollInputObjectType externalPayrollInputReference
Public Constructors
ExternalPayrollInputType()
Public Methods
ExternalPayrollInputDataType getExternalPayrollInputData()
Gets the value of the externalPayrollInputData property.
PayrollInputObjectType getExternalPayrollInputReference()
Gets the value of the externalPayrollInputReference property.
void setExternalPayrollInputData(ExternalPayrollInputDataType value)
Sets the value of the externalPayrollInputData property.
void setExternalPayrollInputReference(PayrollInputObjectType value)
Sets the value of the externalPayrollInputReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ExternalPayrollInputDataType externalPayrollInputData

protected PayrollInputObjectType externalPayrollInputReference

Public Constructors

public ExternalPayrollInputType ()

Public Methods

public ExternalPayrollInputDataType getExternalPayrollInputData ()

Gets the value of the externalPayrollInputData property.

Returns

public PayrollInputObjectType getExternalPayrollInputReference ()

Gets the value of the externalPayrollInputReference property.

Returns

public void setExternalPayrollInputData (ExternalPayrollInputDataType value)

Sets the value of the externalPayrollInputData property.

Parameters
value Allowed object is ExternalPayrollInputDataType

public void setExternalPayrollInputReference (PayrollInputObjectType value)

Sets the value of the externalPayrollInputReference property.

Parameters
value Allowed object is PayrollInputObjectType