public class

TransactionLogEntryType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.TransactionLogEntryType

Class Overview

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>
 

Summary

Fields
protected TransactionLogDataType transactionLogData
protected TransactionLogObjectType transactionLogReference
Public Constructors
TransactionLogEntryType()
Public Methods
TransactionLogDataType getTransactionLogData()
Gets the value of the transactionLogData property.
TransactionLogObjectType getTransactionLogReference()
Gets the value of the transactionLogReference property.
void setTransactionLogData(TransactionLogDataType value)
Sets the value of the transactionLogData property.
void setTransactionLogReference(TransactionLogObjectType value)
Sets the value of the transactionLogReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TransactionLogDataType transactionLogData

protected TransactionLogObjectType transactionLogReference

Public Constructors

public TransactionLogEntryType ()

Public Methods

public TransactionLogDataType getTransactionLogData ()

Gets the value of the transactionLogData property.

Returns

public TransactionLogObjectType getTransactionLogReference ()

Gets the value of the transactionLogReference property.

Returns

public void setTransactionLogData (TransactionLogDataType value)

Sets the value of the transactionLogData property.

Parameters
value Allowed object is TransactionLogDataType

public void setTransactionLogReference (TransactionLogObjectType value)

Sets the value of the transactionLogReference property.

Parameters
value Allowed object is TransactionLogObjectType