| java.lang.Object | |
| ↳ | com.workday.payroll.SubmitPayrollInputType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payrollInputData | |||||||||||
| payrollInputReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payrollInputData property.
| |||||||||||
Gets the value of the payrollInputReference property.
| |||||||||||
Sets the value of the payrollInputData property.
| |||||||||||
Sets the value of the payrollInputReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the payrollInputReference property.
PayrollInputObjectType
Sets the value of the payrollInputData property.
| payrollInputData | Allowed object is
SubmitPayrollInputDataType
|
|---|
Sets the value of the payrollInputReference property.
| value | Allowed object is
PayrollInputObjectType
|
|---|