public class

TransactionLogRescindAndCorrectEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.TransactionLogRescindAndCorrectEventDataType

Class Overview

Details on the rescind or correct of the event described in the main transaction data section.

Java class for Transaction_Log_Rescind_And_Correct_Event_DataType complex type.

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

 <complexType name="Transaction_Log_Rescind_And_Correct_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Transaction_Log_Reference" type="{urn:com.workday/bsvc}Transaction_LogObjectType" minOccurs="0"/>
         <element name="Transaction_Log_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Is_Correction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Is_Rescind" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Prior_Effective_Moment" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Transaction_Entry_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean isCorrection
protected Boolean isRescind
protected XMLGregorianCalendar priorEffectiveMoment
protected XMLGregorianCalendar transactionEntryMoment
protected String transactionLogDescription
protected TransactionLogObjectType transactionLogReference
Public Constructors
TransactionLogRescindAndCorrectEventDataType()
Public Methods
Boolean getIsCorrection()
Gets the value of the isCorrection property.
Boolean getIsRescind()
Gets the value of the isRescind property.
XMLGregorianCalendar getPriorEffectiveMoment()
Gets the value of the priorEffectiveMoment property.
XMLGregorianCalendar getTransactionEntryMoment()
Gets the value of the transactionEntryMoment property.
String getTransactionLogDescription()
Gets the value of the transactionLogDescription property.
TransactionLogObjectType getTransactionLogReference()
Gets the value of the transactionLogReference property.
void setIsCorrection(Boolean value)
Sets the value of the isCorrection property.
void setIsRescind(Boolean value)
Sets the value of the isRescind property.
void setPriorEffectiveMoment(XMLGregorianCalendar value)
Sets the value of the priorEffectiveMoment property.
void setTransactionEntryMoment(XMLGregorianCalendar value)
Sets the value of the transactionEntryMoment property.
void setTransactionLogDescription(String value)
Sets the value of the transactionLogDescription property.
void setTransactionLogReference(TransactionLogObjectType value)
Sets the value of the transactionLogReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean isCorrection

protected Boolean isRescind

protected XMLGregorianCalendar priorEffectiveMoment

protected XMLGregorianCalendar transactionEntryMoment

protected String transactionLogDescription

protected TransactionLogObjectType transactionLogReference

Public Constructors

public TransactionLogRescindAndCorrectEventDataType ()

Public Methods

public Boolean getIsCorrection ()

Gets the value of the isCorrection property. This getter has been renamed from isIsCorrection() to getIsCorrection() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsRescind ()

Gets the value of the isRescind property. This getter has been renamed from isIsRescind() to getIsRescind() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getPriorEffectiveMoment ()

Gets the value of the priorEffectiveMoment property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getTransactionEntryMoment ()

Gets the value of the transactionEntryMoment property.

Returns
  • possible object is XMLGregorianCalendar

public String getTransactionLogDescription ()

Gets the value of the transactionLogDescription property.

Returns
  • possible object is String

public TransactionLogObjectType getTransactionLogReference ()

Gets the value of the transactionLogReference property.

Returns

public void setIsCorrection (Boolean value)

Sets the value of the isCorrection property.

Parameters
value Allowed object is Boolean

public void setIsRescind (Boolean value)

Sets the value of the isRescind property.

Parameters
value Allowed object is Boolean

public void setPriorEffectiveMoment (XMLGregorianCalendar value)

Sets the value of the priorEffectiveMoment property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTransactionEntryMoment (XMLGregorianCalendar value)

Sets the value of the transactionEntryMoment property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTransactionLogDescription (String value)

Sets the value of the transactionLogDescription property.

Parameters
value Allowed object is String

public void setTransactionLogReference (TransactionLogObjectType value)

Sets the value of the transactionLogReference property.

Parameters
value Allowed object is TransactionLogObjectType