| java.lang.Object | |
| ↳ | com.workday.staffing.MainTransactionLogEntryDataType |
The details of the transaction that has been rescinded or corrected.
Java class for Main_Transaction_Log_Entry_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Main_Transaction_Log_Entry_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_Data" type="{urn:com.workday/bsvc}Transaction_Log_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| transactionLogData | |||||||||||
| transactionLogReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the transactionLogData property.
| |||||||||||
Gets the value of the transactionLogReference property.
| |||||||||||
Sets the value of the transactionLogData property.
| |||||||||||
Sets the value of the transactionLogReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the transactionLogData property.
TransactionLogDataType
Gets the value of the transactionLogReference property.
TransactionLogObjectType
Sets the value of the transactionLogData property.
| value | Allowed object is
TransactionLogDataType
|
|---|
Sets the value of the transactionLogReference property.
| value | Allowed object is
TransactionLogObjectType
|
|---|

