| java.lang.Object | |
| ↳ | com.workday.absence.OverrideBalanceDataType |
Time Off Plan Override Balance Data
Java class for Override_Balance_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Override_Balance_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Batch_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Time_Off_Plan_Reference" type="{urn:com.workday/bsvc}Absence_Plan_ReferenceType"/>
<element name="Override_Balance_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Override_Balance_Units" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchID | |||||||||||
| comments | |||||||||||
| id | |||||||||||
| overrideBalanceDate | |||||||||||
| overrideBalanceUnits | |||||||||||
| positionReference | |||||||||||
| timeOffPlanReference | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchID property.
| |||||||||||
Gets the value of the comments property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the overrideBalanceDate property.
| |||||||||||
Gets the value of the overrideBalanceUnits property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the timeOffPlanReference property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the batchID property.
| |||||||||||
Sets the value of the comments property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the overrideBalanceDate property.
| |||||||||||
Sets the value of the overrideBalanceUnits property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the timeOffPlanReference property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the batchID property.
Gets the value of the comments property.
Gets the value of the id property.
Gets the value of the overrideBalanceDate property.
Gets the value of the overrideBalanceUnits property.
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the timeOffPlanReference property.
AbsencePlanReferenceType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the batchID property.
| value | Allowed object is String |
|---|
Sets the value of the comments property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the overrideBalanceDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the overrideBalanceUnits property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the timeOffPlanReference property.
| value | Allowed object is
AbsencePlanReferenceType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|