| java.lang.Object | |
| ↳ | com.workday.hr.TransactionLogRescindAndCorrectEventDataType |
Details on the rescind or correct of the event described in the main transaction data section.
Java class for Transaction_Log_Rescind_And_Correct_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transaction_Log_Rescind_And_Correct_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transaction_Log_Reference" type="{urn:com.workday/bsvc}Transaction_LogObjectType" minOccurs="0"/>
<element name="Transaction_Log_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Is_Correction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Is_Rescind" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Prior_Effective_Moment" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Transaction_Entry_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isCorrection | |||||||||||
| isRescind | |||||||||||
| priorEffectiveMoment | |||||||||||
| transactionEntryMoment | |||||||||||
| transactionLogDescription | |||||||||||
| transactionLogReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the isCorrection property.
| |||||||||||
Gets the value of the isRescind property.
| |||||||||||
Gets the value of the priorEffectiveMoment property.
| |||||||||||
Gets the value of the transactionEntryMoment property.
| |||||||||||
Gets the value of the transactionLogDescription property.
| |||||||||||
Gets the value of the transactionLogReference property.
| |||||||||||
Sets the value of the isCorrection property.
| |||||||||||
Sets the value of the isRescind property.
| |||||||||||
Sets the value of the priorEffectiveMoment property.
| |||||||||||
Sets the value of the transactionEntryMoment property.
| |||||||||||
Sets the value of the transactionLogDescription property.
| |||||||||||
Sets the value of the transactionLogReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the isCorrection property. This getter has been renamed from isIsCorrection() to getIsCorrection() by cxf-xjc-boolean plugin.
Gets the value of the isRescind property. This getter has been renamed from isIsRescind() to getIsRescind() by cxf-xjc-boolean plugin.
Gets the value of the priorEffectiveMoment property.
Gets the value of the transactionEntryMoment property.
Gets the value of the transactionLogDescription property.
Gets the value of the transactionLogReference property.
TransactionLogObjectType
Sets the value of the isCorrection property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isRescind property.
| value | Allowed object is Boolean |
|---|
Sets the value of the priorEffectiveMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the transactionEntryMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the transactionLogDescription property.
| value | Allowed object is String |
|---|
Sets the value of the transactionLogReference property.
| value | Allowed object is
TransactionLogObjectType
|
|---|