| java.lang.Object | |
| ↳ | com.workday.absence.CostingIntervalUpdateKeyType |
Submit only when updating or deleting an existing Costing Allocation Interval. One key (Costing Override ID or Start Date) is required.
Java class for Costing_Interval_Update_KeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Costing_Interval_Update_KeyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Costing_Override_ID_Update_Key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Start_Date_Update_Key" type="{http://www.w3.org/2001/XMLSchema}date"/>
</choice>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| costingOverrideIDUpdateKey | |||||||||||
| delete | |||||||||||
| startDateUpdateKey | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the costingOverrideIDUpdateKey property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Gets the value of the startDateUpdateKey property.
| |||||||||||
Sets the value of the costingOverrideIDUpdateKey property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the startDateUpdateKey property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the costingOverrideIDUpdateKey property.
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the startDateUpdateKey property.
Sets the value of the costingOverrideIDUpdateKey property.
| value | Allowed object is String |
|---|
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the startDateUpdateKey property.
| value | Allowed object is XMLGregorianCalendar |
|---|