| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollInputDataForGetPayrollInputsType |
Payroll Input Data for Get Payroll Inputs
Java class for Payroll_Input_Data_for_Get_Payroll_InputsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Input_Data_for_Get_Payroll_InputsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payroll_Input_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Batch_ID" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}Worker_ReferenceType"/>
<element name="Payroll_Calculation_Reference" type="{urn:com.workday/bsvc}Payroll_Input_Type_ReferenceType"/>
<element name="Input_Value">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Override_Allowed_Input" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Adjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Arrears_Adjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Input_Reference_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Run_Category_Reference" type="{urn:com.workday/bsvc}Run_Category_ReferenceType" minOccurs="0"/>
<element name="Worktag_Reference" type="{urn:com.workday/bsvc}Payroll_Worktag_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adjustment | |||||||||||
| arrearsAdjustment | |||||||||||
| batchID | |||||||||||
| comment | |||||||||||
| endDate | |||||||||||
| inputReferenceDate | |||||||||||
| inputValue | |||||||||||
| overrideAllowedInput | |||||||||||
| payrollCalculationReference | |||||||||||
| payrollInputID | |||||||||||
| runCategoryReference | |||||||||||
| startDate | |||||||||||
| workerReference | |||||||||||
| worktagReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchID property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the inputReferenceDate property.
| |||||||||||
Gets the value of the inputValue property.
| |||||||||||
Gets the value of the payrollCalculationReference property.
| |||||||||||
Gets the value of the payrollInputID property.
| |||||||||||
Gets the value of the runCategoryReference property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Gets the value of the worktagReference property.
| |||||||||||
Gets the value of the adjustment property.
| |||||||||||
Gets the value of the arrearsAdjustment property.
| |||||||||||
Gets the value of the overrideAllowedInput property.
| |||||||||||
Sets the value of the adjustment property.
| |||||||||||
Sets the value of the arrearsAdjustment property.
| |||||||||||
Sets the value of the batchID property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the inputReferenceDate property.
| |||||||||||
Sets the value of the inputValue property.
| |||||||||||
Sets the value of the overrideAllowedInput property.
| |||||||||||
Sets the value of the payrollCalculationReference property.
| |||||||||||
Sets the value of the payrollInputID property.
| |||||||||||
Sets the value of the runCategoryReference property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batchID property.
Gets the value of the comment property.
Gets the value of the endDate property.
Gets the value of the inputReferenceDate property.
Gets the value of the inputValue property.
Gets the value of the payrollCalculationReference property.
PayrollInputTypeReferenceType
Gets the value of the payrollInputID property.
Gets the value of the runCategoryReference property.
RunCategoryReferenceType
Gets the value of the startDate property.
Gets the value of the workerReference property.
WorkerReferenceType
Gets the value of the worktagReference 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 worktagReference property.
For example, to add a new item, do as follows:
getWorktagReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollWorktagDataType
Gets the value of the adjustment property.
Gets the value of the arrearsAdjustment property.
Gets the value of the overrideAllowedInput property.
Sets the value of the adjustment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the arrearsAdjustment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the batchID property.
| value | Allowed object is String |
|---|
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the inputReferenceDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the inputValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the overrideAllowedInput property.
| value | Allowed object is Boolean |
|---|
Sets the value of the payrollCalculationReference property.
| value | Allowed object is
PayrollInputTypeReferenceType
|
|---|
Sets the value of the payrollInputID property.
| value | Allowed object is String |
|---|
Sets the value of the runCategoryReference property.
| value | Allowed object is
RunCategoryReferenceType
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerReferenceType
|
|---|