| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ExternalPayrollInputType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalPayrollInputData | |||||||||||
| externalPayrollInputReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalPayrollInputData property.
| |||||||||||
Gets the value of the externalPayrollInputReference property.
| |||||||||||
Sets the value of the externalPayrollInputData property.
| |||||||||||
Sets the value of the externalPayrollInputReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the externalPayrollInputData property.
ExternalPayrollInputDataType
Gets the value of the externalPayrollInputReference property.
PayrollInputObjectType
Sets the value of the externalPayrollInputData property.
| value | Allowed object is
ExternalPayrollInputDataType
|
|---|
Sets the value of the externalPayrollInputReference property.
| value | Allowed object is
PayrollInputObjectType
|
|---|