| java.lang.Object | |
| ↳ | com.workday.staffing.TransactionLogEntryType |
Encapsulating element containing the transaction log entry.
Java class for Transaction_Log_EntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transaction_Log_EntryType">
<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
|
|---|

