| java.lang.Object | |
| ↳ | workday.com.bsvc.ResultLineDetailsForGetPayrollResultsType |
Result Line Details for Get Payroll Results
Java class for Result_Line_Details_for_Get_Payroll_ResultsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Result_Line_Details_for_Get_Payroll_ResultsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Pay_Component_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Pay_Component_Frequency" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Periods_Remaining_In_Calendar_Year" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Subperiod_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Subperiod_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Payroll_Worktag_Data" type="{urn:com.workday/bsvc}Payroll_Worktag_DataType" minOccurs="0"/>
<element name="Result_Line_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="36"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Result_Line_QTD_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Result_Line_YTD_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Result_Line_Arrears_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Related_Calculation_Result_Data" type="{urn:com.workday/bsvc}Related_Calculation_Data_for_Get_Payroll_ResultsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Withholding_Order_Data" type="{urn:com.workday/bsvc}Withholding_Order_Data_for_Get_Payroll_ResultsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payComponentFrequency | |||||||||||
| payComponentReference | |||||||||||
| payrollWorktagData | |||||||||||
| periodsRemainingInCalendarYear | |||||||||||
| relatedCalculationResultData | |||||||||||
| resultLineAmount | |||||||||||
| resultLineArrearsAmount | |||||||||||
| resultLineQTDAmount | |||||||||||
| resultLineYTDAmount | |||||||||||
| subperiodEndDate | |||||||||||
| subperiodStartDate | |||||||||||
| withholdingOrderData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payComponentFrequency property.
| |||||||||||
Gets the value of the payComponentReference property.
| |||||||||||
Gets the value of the payrollWorktagData property.
| |||||||||||
Gets the value of the periodsRemainingInCalendarYear property.
| |||||||||||
Gets the value of the relatedCalculationResultData property.
| |||||||||||
Gets the value of the resultLineAmount property.
| |||||||||||
Gets the value of the resultLineArrearsAmount property.
| |||||||||||
Gets the value of the resultLineQTDAmount property.
| |||||||||||
Gets the value of the resultLineYTDAmount property.
| |||||||||||
Gets the value of the subperiodEndDate property.
| |||||||||||
Gets the value of the subperiodStartDate property.
| |||||||||||
Gets the value of the withholdingOrderData property.
| |||||||||||
Sets the value of the payComponentFrequency property.
| |||||||||||
Sets the value of the payrollWorktagData property.
| |||||||||||
Sets the value of the periodsRemainingInCalendarYear property.
| |||||||||||
Sets the value of the resultLineAmount property.
| |||||||||||
Sets the value of the resultLineArrearsAmount property.
| |||||||||||
Sets the value of the resultLineQTDAmount property.
| |||||||||||
Sets the value of the resultLineYTDAmount property.
| |||||||||||
Sets the value of the subperiodEndDate property.
| |||||||||||
Sets the value of the subperiodStartDate property.
| |||||||||||
Sets the value of the withholdingOrderData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payComponentFrequency property.
Gets the value of the payComponentReference 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 payComponentReference property.
For example, to add a new item, do as follows:
getPayComponentReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayComponentReferenceType
Gets the value of the payrollWorktagData property.
PayrollWorktagDataType
Gets the value of the periodsRemainingInCalendarYear property.
Gets the value of the relatedCalculationResultData 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 relatedCalculationResultData property.
For example, to add a new item, do as follows:
getRelatedCalculationResultData().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedCalculationDataForGetPayrollResultsType
Gets the value of the resultLineAmount property.
Gets the value of the resultLineArrearsAmount property.
Gets the value of the resultLineQTDAmount property.
Gets the value of the resultLineYTDAmount property.
Gets the value of the subperiodEndDate property.
Gets the value of the subperiodStartDate property.
Gets the value of the withholdingOrderData property.
WithholdingOrderDataForGetPayrollResultsType
Sets the value of the payComponentFrequency property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the payrollWorktagData property.
| value | Allowed object is
PayrollWorktagDataType
|
|---|
Sets the value of the periodsRemainingInCalendarYear property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the resultLineAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the resultLineArrearsAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the resultLineQTDAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the resultLineYTDAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the subperiodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subperiodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the withholdingOrderData property.
| value | Allowed object is
WithholdingOrderDataForGetPayrollResultsType
|
|---|