public class

EventTargetTransactionLogRescindAndCorrectDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.EventTargetTransactionLogRescindAndCorrectDataType

Class Overview

Encapsulating element containing transaction log entries that have been rescinded or corrected.

Java class for Event_Target_Transaction_Log_Rescind_And_Correct_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<CorrectedOrRescindedTransactionDataType> correctedOrRescindedTransactionLogData
Public Constructors
EventTargetTransactionLogRescindAndCorrectDataType()
Public Methods
List<CorrectedOrRescindedTransactionDataType> getCorrectedOrRescindedTransactionLogData()
Gets the value of the correctedOrRescindedTransactionLogData property.
void setCorrectedOrRescindedTransactionLogData(List<CorrectedOrRescindedTransactionDataType> correctedOrRescindedTransactionLogData)
Sets the value of the correctedOrRescindedTransactionLogData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<CorrectedOrRescindedTransactionDataType> correctedOrRescindedTransactionLogData

Public Constructors

public EventTargetTransactionLogRescindAndCorrectDataType ()

Public Methods

public List<CorrectedOrRescindedTransactionDataType> getCorrectedOrRescindedTransactionLogData ()

Gets the value of the correctedOrRescindedTransactionLogData 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 correctedOrRescindedTransactionLogData property.

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

    getCorrectedOrRescindedTransactionLogData().add(newItem);
 

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

public void setCorrectedOrRescindedTransactionLogData (List<CorrectedOrRescindedTransactionDataType> correctedOrRescindedTransactionLogData)

Sets the value of the correctedOrRescindedTransactionLogData property.

Parameters
correctedOrRescindedTransactionLogData Allowed object is CorrectedOrRescindedTransactionDataType