| java.lang.Object | |
| ↳ | com.workday.absence.OverrideBalanceType |
Time Off Plan Override Balance
Java class for Override_BalanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Override_BalanceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Override_Balance_Reference" type="{urn:com.workday/bsvc}Calculated_and_Override_BalanceObjectType" minOccurs="0"/>
<element name="Override_Balance_Data" type="{urn:com.workday/bsvc}Override_Balance_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| overrideBalanceData | |||||||||||
| overrideBalanceReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the overrideBalanceData property.
| |||||||||||
Gets the value of the overrideBalanceReference property.
| |||||||||||
Sets the value of the overrideBalanceData property.
| |||||||||||
Sets the value of the overrideBalanceReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the overrideBalanceData property.
OverrideBalanceDataType
Gets the value of the overrideBalanceReference property.
CalculatedAndOverrideBalanceObjectType
Sets the value of the overrideBalanceData property.
| value | Allowed object is
OverrideBalanceDataType
|
|---|
Sets the value of the overrideBalanceReference property.
| value | Allowed object is
CalculatedAndOverrideBalanceObjectType
|
|---|