public class

PayrollInputDataForGetPayrollInputsType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PayrollInputDataForGetPayrollInputsType

Class Overview

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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean adjustment
protected Boolean arrearsAdjustment
protected String batchID
protected String comment
protected XMLGregorianCalendar endDate
protected XMLGregorianCalendar inputReferenceDate
protected BigDecimal inputValue
protected Boolean overrideAllowedInput
protected PayrollInputTypeReferenceType payrollCalculationReference
protected String payrollInputID
protected RunCategoryReferenceType runCategoryReference
protected XMLGregorianCalendar startDate
protected WorkerReferenceType workerReference
protected List<PayrollWorktagDataType> worktagReference
Public Constructors
PayrollInputDataForGetPayrollInputsType()
Public Methods
Boolean getAdjustment()
Gets the value of the adjustment property.
Boolean getArrearsAdjustment()
Gets the value of the arrearsAdjustment property.
String getBatchID()
Gets the value of the batchID property.
String getComment()
Gets the value of the comment property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
XMLGregorianCalendar getInputReferenceDate()
Gets the value of the inputReferenceDate property.
BigDecimal getInputValue()
Gets the value of the inputValue property.
Boolean getOverrideAllowedInput()
Gets the value of the overrideAllowedInput property.
PayrollInputTypeReferenceType getPayrollCalculationReference()
Gets the value of the payrollCalculationReference property.
String getPayrollInputID()
Gets the value of the payrollInputID property.
RunCategoryReferenceType getRunCategoryReference()
Gets the value of the runCategoryReference property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
WorkerReferenceType getWorkerReference()
Gets the value of the workerReference property.
List<PayrollWorktagDataType> getWorktagReference()
Gets the value of the worktagReference property.
void setAdjustment(Boolean value)
Sets the value of the adjustment property.
void setArrearsAdjustment(Boolean value)
Sets the value of the arrearsAdjustment property.
void setBatchID(String value)
Sets the value of the batchID property.
void setComment(String value)
Sets the value of the comment property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setInputReferenceDate(XMLGregorianCalendar value)
Sets the value of the inputReferenceDate property.
void setInputValue(BigDecimal value)
Sets the value of the inputValue property.
void setOverrideAllowedInput(Boolean value)
Sets the value of the overrideAllowedInput property.
void setPayrollCalculationReference(PayrollInputTypeReferenceType value)
Sets the value of the payrollCalculationReference property.
void setPayrollInputID(String value)
Sets the value of the payrollInputID property.
void setRunCategoryReference(RunCategoryReferenceType value)
Sets the value of the runCategoryReference property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setWorkerReference(WorkerReferenceType value)
Sets the value of the workerReference property.
void setWorktagReference(List<PayrollWorktagDataType> worktagReference)
Sets the value of the worktagReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean adjustment

protected Boolean arrearsAdjustment

protected String batchID

protected String comment

protected XMLGregorianCalendar endDate

protected XMLGregorianCalendar inputReferenceDate

protected BigDecimal inputValue

protected Boolean overrideAllowedInput

protected PayrollInputTypeReferenceType payrollCalculationReference

protected String payrollInputID

protected RunCategoryReferenceType runCategoryReference

protected XMLGregorianCalendar startDate

protected WorkerReferenceType workerReference

protected List<PayrollWorktagDataType> worktagReference

Public Constructors

public PayrollInputDataForGetPayrollInputsType ()

Public Methods

public Boolean getAdjustment ()

Gets the value of the adjustment property. This getter has been renamed from isAdjustment() to getAdjustment() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getArrearsAdjustment ()

Gets the value of the arrearsAdjustment property. This getter has been renamed from isArrearsAdjustment() to getArrearsAdjustment() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getBatchID ()

Gets the value of the batchID property.

Returns
  • possible object is String

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getInputReferenceDate ()

Gets the value of the inputReferenceDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getInputValue ()

Gets the value of the inputValue property.

Returns
  • possible object is BigDecimal

public Boolean getOverrideAllowedInput ()

Gets the value of the overrideAllowedInput property. This getter has been renamed from isOverrideAllowedInput() to getOverrideAllowedInput() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PayrollInputTypeReferenceType getPayrollCalculationReference ()

Gets the value of the payrollCalculationReference property.

Returns

public String getPayrollInputID ()

Gets the value of the payrollInputID property.

Returns
  • possible object is String

public RunCategoryReferenceType getRunCategoryReference ()

Gets the value of the runCategoryReference property.

Returns

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public WorkerReferenceType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public List<PayrollWorktagDataType> getWorktagReference ()

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

public void setAdjustment (Boolean value)

Sets the value of the adjustment property.

Parameters
value Allowed object is Boolean

public void setArrearsAdjustment (Boolean value)

Sets the value of the arrearsAdjustment property.

Parameters
value Allowed object is Boolean

public void setBatchID (String value)

Sets the value of the batchID property.

Parameters
value Allowed object is String

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInputReferenceDate (XMLGregorianCalendar value)

Sets the value of the inputReferenceDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setInputValue (BigDecimal value)

Sets the value of the inputValue property.

Parameters
value Allowed object is BigDecimal

public void setOverrideAllowedInput (Boolean value)

Sets the value of the overrideAllowedInput property.

Parameters
value Allowed object is Boolean

public void setPayrollCalculationReference (PayrollInputTypeReferenceType value)

Sets the value of the payrollCalculationReference property.

Parameters
value Allowed object is PayrollInputTypeReferenceType

public void setPayrollInputID (String value)

Sets the value of the payrollInputID property.

Parameters
value Allowed object is String

public void setRunCategoryReference (RunCategoryReferenceType value)

Sets the value of the runCategoryReference property.

Parameters
value Allowed object is RunCategoryReferenceType

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorkerReference (WorkerReferenceType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerReferenceType

public void setWorktagReference (List<PayrollWorktagDataType> worktagReference)

Sets the value of the worktagReference property.

Parameters
worktagReference Allowed object is PayrollWorktagDataType