| java.lang.Object | |
| ↳ | com.workday.payrollinterface.TransactionLogDataType |
Encapsulating element containing the data of the transaction log entry.
Java class for Transaction_Log_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transaction_Log_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transaction_Log_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Transaction_Effective_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Transaction_Entry_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Transaction_Log_Type_Reference" type="{urn:com.workday/bsvc}Transaction_Log_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Transaction_Target_Reference" type="{urn:com.workday/bsvc}Event_TargetObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Is_Rescind_Or_Rescinded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Is_Correction_Or_Corrected" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isCorrectionOrCorrected | |||||||||||
| isRescindOrRescinded | |||||||||||
| transactionEffectiveMoment | |||||||||||
| transactionEntryMoment | |||||||||||
| transactionLogDescription | |||||||||||
| transactionLogTypeReference | |||||||||||
| transactionTargetReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the isCorrectionOrCorrected property.
| |||||||||||
Gets the value of the isRescindOrRescinded property.
| |||||||||||
Gets the value of the transactionEffectiveMoment property.
| |||||||||||
Gets the value of the transactionEntryMoment property.
| |||||||||||
Gets the value of the transactionLogDescription property.
| |||||||||||
Gets the value of the transactionLogTypeReference property.
| |||||||||||
Gets the value of the transactionTargetReference property.
| |||||||||||
Sets the value of the isCorrectionOrCorrected property.
| |||||||||||
Sets the value of the isRescindOrRescinded property.
| |||||||||||
Sets the value of the transactionEffectiveMoment property.
| |||||||||||
Sets the value of the transactionEntryMoment property.
| |||||||||||
Sets the value of the transactionLogDescription property.
| |||||||||||
Sets the value of the transactionLogTypeReference property.
| |||||||||||
Sets the value of the transactionTargetReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the isCorrectionOrCorrected property. This getter has been renamed from isIsCorrectionOrCorrected() to getIsCorrectionOrCorrected() by cxf-xjc-boolean plugin.
Gets the value of the isRescindOrRescinded property. This getter has been renamed from isIsRescindOrRescinded() to getIsRescindOrRescinded() by cxf-xjc-boolean plugin.
Gets the value of the transactionEffectiveMoment property.
Gets the value of the transactionEntryMoment property.
Gets the value of the transactionLogDescription property.
Gets the value of the transactionLogTypeReference 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 transactionLogTypeReference property.
For example, to add a new item, do as follows:
getTransactionLogTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionLogTypeObjectType
Gets the value of the transactionTargetReference 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 transactionTargetReference property.
For example, to add a new item, do as follows:
getTransactionTargetReference().add(newItem);
Objects of the following type(s) are allowed in the list
EventTargetObjectType
Sets the value of the isCorrectionOrCorrected property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isRescindOrRescinded property.
| value | Allowed object is Boolean |
|---|
Sets the value of the transactionEffectiveMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the transactionEntryMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the transactionLogDescription property.
| value | Allowed object is String |
|---|
Sets the value of the transactionLogTypeReference property.
| transactionLogTypeReference | Allowed object is
TransactionLogTypeObjectType
|
|---|
Sets the value of the transactionTargetReference property.
| transactionTargetReference | Allowed object is
EventTargetObjectType
|
|---|