public class

AllowancePlanReimbursableDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.AllowancePlanReimbursableDataType

Class Overview

Allowance Plan Reimbursable Data consists of information pertinent only to reimbursable allowance plans.

Java class for Allowance_Plan_Reimbursable_DataType complex type.

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

 <complexType name="Allowance_Plan_Reimbursable_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Expense_Item_Reference" type="{urn:com.workday/bsvc}Expense_ItemObjectType"/>
         <element name="Expense_Accumulator_Reference" type="{urn:com.workday/bsvc}Expense_AccumulatorObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ExpenseAccumulatorObjectType expenseAccumulatorReference
protected ExpenseItemObjectType expenseItemReference
Public Constructors
AllowancePlanReimbursableDataType()
Public Methods
ExpenseAccumulatorObjectType getExpenseAccumulatorReference()
Gets the value of the expenseAccumulatorReference property.
ExpenseItemObjectType getExpenseItemReference()
Gets the value of the expenseItemReference property.
void setExpenseAccumulatorReference(ExpenseAccumulatorObjectType value)
Sets the value of the expenseAccumulatorReference property.
void setExpenseItemReference(ExpenseItemObjectType value)
Sets the value of the expenseItemReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ExpenseAccumulatorObjectType expenseAccumulatorReference

protected ExpenseItemObjectType expenseItemReference

Public Constructors

public AllowancePlanReimbursableDataType ()

Public Methods

public ExpenseAccumulatorObjectType getExpenseAccumulatorReference ()

Gets the value of the expenseAccumulatorReference property.

Returns

public ExpenseItemObjectType getExpenseItemReference ()

Gets the value of the expenseItemReference property.

Returns

public void setExpenseAccumulatorReference (ExpenseAccumulatorObjectType value)

Sets the value of the expenseAccumulatorReference property.

Parameters
value Allowed object is ExpenseAccumulatorObjectType

public void setExpenseItemReference (ExpenseItemObjectType value)

Sets the value of the expenseItemReference property.

Parameters
value Allowed object is ExpenseItemObjectType