public class

CorrectedOrRescindedTransactionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.CorrectedOrRescindedTransactionDataType

Class Overview

Transaction Data for an event that has been rescinded or corrected.

Java class for Corrected_Or_Rescinded_Transaction_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Corrected_Or_Rescinded_Transaction_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Main_Transaction_Data" type="{urn:com.workday/bsvc}Main_Transaction_Log_Entry_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Correction_Or_Rescind_Data" type="{urn:com.workday/bsvc}Transaction_Log_Rescind_And_Correct_Event_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<TransactionLogRescindAndCorrectEventDataType> correctionOrRescindData
protected List<MainTransactionLogEntryDataType> mainTransactionData
Public Constructors
CorrectedOrRescindedTransactionDataType()
Public Methods
List<TransactionLogRescindAndCorrectEventDataType> getCorrectionOrRescindData()
Gets the value of the correctionOrRescindData property.
List<MainTransactionLogEntryDataType> getMainTransactionData()
Gets the value of the mainTransactionData property.
void setCorrectionOrRescindData(List<TransactionLogRescindAndCorrectEventDataType> correctionOrRescindData)
Sets the value of the correctionOrRescindData property.
void setMainTransactionData(List<MainTransactionLogEntryDataType> mainTransactionData)
Sets the value of the mainTransactionData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<TransactionLogRescindAndCorrectEventDataType> correctionOrRescindData

protected List<MainTransactionLogEntryDataType> mainTransactionData

Public Constructors

public CorrectedOrRescindedTransactionDataType ()

Public Methods

public List<TransactionLogRescindAndCorrectEventDataType> getCorrectionOrRescindData ()

Gets the value of the correctionOrRescindData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the correctionOrRescindData property.

For example, to add a new item, do as follows:

    getCorrectionOrRescindData().add(newItem);
 

Objects of the following type(s) are allowed in the list TransactionLogRescindAndCorrectEventDataType

public List<MainTransactionLogEntryDataType> getMainTransactionData ()

Gets the value of the mainTransactionData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mainTransactionData property.

For example, to add a new item, do as follows:

    getMainTransactionData().add(newItem);
 

Objects of the following type(s) are allowed in the list MainTransactionLogEntryDataType

public void setCorrectionOrRescindData (List<TransactionLogRescindAndCorrectEventDataType> correctionOrRescindData)

Sets the value of the correctionOrRescindData property.

Parameters
correctionOrRescindData Allowed object is TransactionLogRescindAndCorrectEventDataType

public void setMainTransactionData (List<MainTransactionLogEntryDataType> mainTransactionData)

Sets the value of the mainTransactionData property.

Parameters
mainTransactionData Allowed object is MainTransactionLogEntryDataType