public class

PaymentFileAcknowledgementDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PaymentFileAcknowledgementDataType

Class Overview

Payment File Acknowledgement Data add or update payment file acknowledgements that allow the update of payment file status and error code information.

Java class for Payment_File_Acknowledgement_DataType complex type.

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

 <complexType name="Payment_File_Acknowledgement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Original_Payment_Message_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Payment_Status_Reference" type="{urn:com.workday/bsvc}Payment_Acknowledgement_StatusObjectType" minOccurs="0"/>
         <element name="Status_Reason_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Status_Reason_Code_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Original_Payment_Message_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar originalPaymentMessageDate
protected String originalPaymentMessageID
protected PaymentAcknowledgementStatusObjectType paymentStatusReference
protected String statusReasonCode
protected String statusReasonCodeDescription
Public Constructors
PaymentFileAcknowledgementDataType()
Public Methods
XMLGregorianCalendar getOriginalPaymentMessageDate()
Gets the value of the originalPaymentMessageDate property.
String getOriginalPaymentMessageID()
Gets the value of the originalPaymentMessageID property.
PaymentAcknowledgementStatusObjectType getPaymentStatusReference()
Gets the value of the paymentStatusReference property.
String getStatusReasonCode()
Gets the value of the statusReasonCode property.
String getStatusReasonCodeDescription()
Gets the value of the statusReasonCodeDescription property.
void setOriginalPaymentMessageDate(XMLGregorianCalendar value)
Sets the value of the originalPaymentMessageDate property.
void setOriginalPaymentMessageID(String value)
Sets the value of the originalPaymentMessageID property.
void setPaymentStatusReference(PaymentAcknowledgementStatusObjectType value)
Sets the value of the paymentStatusReference property.
void setStatusReasonCode(String value)
Sets the value of the statusReasonCode property.
void setStatusReasonCodeDescription(String value)
Sets the value of the statusReasonCodeDescription property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar originalPaymentMessageDate

protected String originalPaymentMessageID

protected PaymentAcknowledgementStatusObjectType paymentStatusReference

protected String statusReasonCode

protected String statusReasonCodeDescription

Public Constructors

public PaymentFileAcknowledgementDataType ()

Public Methods

public XMLGregorianCalendar getOriginalPaymentMessageDate ()

Gets the value of the originalPaymentMessageDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getOriginalPaymentMessageID ()

Gets the value of the originalPaymentMessageID property.

Returns
  • possible object is String

public PaymentAcknowledgementStatusObjectType getPaymentStatusReference ()

Gets the value of the paymentStatusReference property.

Returns

public String getStatusReasonCode ()

Gets the value of the statusReasonCode property.

Returns
  • possible object is String

public String getStatusReasonCodeDescription ()

Gets the value of the statusReasonCodeDescription property.

Returns
  • possible object is String

public void setOriginalPaymentMessageDate (XMLGregorianCalendar value)

Sets the value of the originalPaymentMessageDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOriginalPaymentMessageID (String value)

Sets the value of the originalPaymentMessageID property.

Parameters
value Allowed object is String

public void setPaymentStatusReference (PaymentAcknowledgementStatusObjectType value)

Sets the value of the paymentStatusReference property.

Parameters
value Allowed object is PaymentAcknowledgementStatusObjectType

public void setStatusReasonCode (String value)

Sets the value of the statusReasonCode property.

Parameters
value Allowed object is String

public void setStatusReasonCodeDescription (String value)

Sets the value of the statusReasonCodeDescription property.

Parameters
value Allowed object is String