public class

OffCycleInputLineDataType

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

Class Overview

Off-cycle Input Line Data

Java class for Off-cycle_Input_Line_DataType complex type.

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

 <complexType name="Off-cycle_Input_Line_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Related_Calculation_Reference" type="{urn:com.workday/bsvc}Related_Calculation__All_ObjectType" minOccurs="0"/>
         </choice>
         <element name="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 RelatedCalculationAllObjectType relatedCalculationReference
protected BigDecimal value
Public Constructors
OffCycleInputLineDataType()
Public Methods
RelatedCalculationAllObjectType getRelatedCalculationReference()
Gets the value of the relatedCalculationReference property.
BigDecimal getValue()
Gets the value of the value property.
void setRelatedCalculationReference(RelatedCalculationAllObjectType value)
Sets the value of the relatedCalculationReference property.
void setValue(BigDecimal value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected RelatedCalculationAllObjectType relatedCalculationReference

protected BigDecimal value

Public Constructors

public OffCycleInputLineDataType ()

Public Methods

public RelatedCalculationAllObjectType getRelatedCalculationReference ()

Gets the value of the relatedCalculationReference property.

Returns

public BigDecimal getValue ()

Gets the value of the value property.

Returns
  • possible object is BigDecimal

public void setRelatedCalculationReference (RelatedCalculationAllObjectType value)

Sets the value of the relatedCalculationReference property.

Parameters
value Allowed object is RelatedCalculationAllObjectType

public void setValue (BigDecimal value)

Sets the value of the value property.

Parameters
value Allowed object is BigDecimal