public class

LimitInterfaceDataType

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

Class Overview

Limit Interface for the Payroll Limit Override

Java class for Limit_Interface_DataType complex type.

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

 <complexType name="Limit_Interface_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType"/>
         <element name="Related_Calculation__All__Reference" type="{urn:com.workday/bsvc}Related_Calculation__All_ObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayComponentObjectType payComponentReference
protected RelatedCalculationAllObjectType relatedCalculationAllReference
Public Constructors
LimitInterfaceDataType()
Public Methods
PayComponentObjectType getPayComponentReference()
Gets the value of the payComponentReference property.
RelatedCalculationAllObjectType getRelatedCalculationAllReference()
Gets the value of the relatedCalculationAllReference property.
void setPayComponentReference(PayComponentObjectType value)
Sets the value of the payComponentReference property.
void setRelatedCalculationAllReference(RelatedCalculationAllObjectType value)
Sets the value of the relatedCalculationAllReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayComponentObjectType payComponentReference

protected RelatedCalculationAllObjectType relatedCalculationAllReference

Public Constructors

public LimitInterfaceDataType ()

Public Methods

public PayComponentObjectType getPayComponentReference ()

Gets the value of the payComponentReference property.

Returns

public RelatedCalculationAllObjectType getRelatedCalculationAllReference ()

Gets the value of the relatedCalculationAllReference property.

Returns

public void setPayComponentReference (PayComponentObjectType value)

Sets the value of the payComponentReference property.

Parameters
value Allowed object is PayComponentObjectType

public void setRelatedCalculationAllReference (RelatedCalculationAllObjectType value)

Sets the value of the relatedCalculationAllReference property.

Parameters
value Allowed object is RelatedCalculationAllObjectType