public class

RelatedCalculationDataForGetPayrollResultsType

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

Class Overview

Related Calculation Data for Get Payroll Results

Java class for Related_Calculation_Data_for_Get_Payroll_ResultsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Related_Calculation_Data_for_Get_Payroll_ResultsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Related_Calculation_Reference" type="{urn:com.workday/bsvc}Related_Calculation__All_ObjectType" minOccurs="0"/>
         <element name="Related_Amount_Value" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal relatedAmountValue
protected RelatedCalculationAllObjectType relatedCalculationReference
Public Constructors
RelatedCalculationDataForGetPayrollResultsType()
Public Methods
BigDecimal getRelatedAmountValue()
Gets the value of the relatedAmountValue property.
RelatedCalculationAllObjectType getRelatedCalculationReference()
Gets the value of the relatedCalculationReference property.
void setRelatedAmountValue(BigDecimal value)
Sets the value of the relatedAmountValue property.
void setRelatedCalculationReference(RelatedCalculationAllObjectType value)
Sets the value of the relatedCalculationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal relatedAmountValue

protected RelatedCalculationAllObjectType relatedCalculationReference

Public Constructors

public RelatedCalculationDataForGetPayrollResultsType ()

Public Methods

public BigDecimal getRelatedAmountValue ()

Gets the value of the relatedAmountValue property.

Returns
  • possible object is BigDecimal

public RelatedCalculationAllObjectType getRelatedCalculationReference ()

Gets the value of the relatedCalculationReference property.

Returns

public void setRelatedAmountValue (BigDecimal value)

Sets the value of the relatedAmountValue property.

Parameters
value Allowed object is BigDecimal

public void setRelatedCalculationReference (RelatedCalculationAllObjectType value)

Sets the value of the relatedCalculationReference property.

Parameters
value Allowed object is RelatedCalculationAllObjectType