| java.lang.Object | |
| ↳ | com.workday.compensation.AllowancePlanReimbursableDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| expenseAccumulatorReference | |||||||||||
| expenseItemReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the expenseAccumulatorReference property.
| |||||||||||
Gets the value of the expenseItemReference property.
| |||||||||||
Sets the value of the expenseAccumulatorReference property.
| |||||||||||
Sets the value of the expenseItemReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the expenseAccumulatorReference property.
ExpenseAccumulatorObjectType
Gets the value of the expenseItemReference property.
ExpenseItemObjectType
Sets the value of the expenseAccumulatorReference property.
| value | Allowed object is
ExpenseAccumulatorObjectType
|
|---|
Sets the value of the expenseItemReference property.
| value | Allowed object is
ExpenseItemObjectType
|
|---|