| java.lang.Object | |
| ↳ | com.workday.payrollinterface.EventTargetTransactionLogRescindAndCorrectDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| correctedOrRescindedTransactionLogData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the correctedOrRescindedTransactionLogData property.
| |||||||||||
Sets the value of the correctedOrRescindedTransactionLogData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Sets the value of the correctedOrRescindedTransactionLogData property.
| correctedOrRescindedTransactionLogData | Allowed object is
CorrectedOrRescindedTransactionDataType
|
|---|