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

