public class

MainTransactionLogEntryDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.MainTransactionLogEntryDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected TransactionLogDataType transactionLogData
protected TransactionLogObjectType transactionLogReference
Public Constructors
MainTransactionLogEntryDataType()
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected TransactionLogDataType transactionLogData

protected TransactionLogObjectType transactionLogReference

Public Constructors

public MainTransactionLogEntryDataType ()

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