| java.lang.Object | |
| ↳ | com.workday.payroll.PutPayrollInputRequestType |
Put Payroll Input Request
Java class for Put_Payroll_Input_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Payroll_Input_RequestType">
<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"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payrollInputData | |||||||||||
| payrollInputReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payrollInputData property.
| |||||||||||
Gets the value of the payrollInputReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the payrollInputData property.
| |||||||||||
Sets the value of the payrollInputReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payrollInputData property.
PayrollInputDataForGetPayrollInputsType
Gets the value of the payrollInputReference property.
PayrollInputObjectType
Gets the value of the version property.
Sets the value of the payrollInputData property.
| value | Allowed object is
PayrollInputDataForGetPayrollInputsType
|
|---|
Sets the value of the payrollInputReference property.
| value | Allowed object is
PayrollInputObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|