| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentFileAcknowledgementDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| originalPaymentMessageDate | |||||||||||
| originalPaymentMessageID | |||||||||||
| paymentStatusReference | |||||||||||
| statusReasonCode | |||||||||||
| statusReasonCodeDescription | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the originalPaymentMessageDate property.
| |||||||||||
Gets the value of the originalPaymentMessageID property.
| |||||||||||
Gets the value of the paymentStatusReference property.
| |||||||||||
Gets the value of the statusReasonCode property.
| |||||||||||
Gets the value of the statusReasonCodeDescription property.
| |||||||||||
Sets the value of the originalPaymentMessageDate property.
| |||||||||||
Sets the value of the originalPaymentMessageID property.
| |||||||||||
Sets the value of the paymentStatusReference property.
| |||||||||||
Sets the value of the statusReasonCode property.
| |||||||||||
Sets the value of the statusReasonCodeDescription property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the originalPaymentMessageDate property.
Gets the value of the originalPaymentMessageID property.
Gets the value of the paymentStatusReference property.
PaymentAcknowledgementStatusObjectType
Gets the value of the statusReasonCode property.
Gets the value of the statusReasonCodeDescription property.
Sets the value of the originalPaymentMessageDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the originalPaymentMessageID property.
| value | Allowed object is String |
|---|
Sets the value of the paymentStatusReference property.
| value | Allowed object is
PaymentAcknowledgementStatusObjectType
|
|---|
Sets the value of the statusReasonCode property.
| value | Allowed object is String |
|---|
Sets the value of the statusReasonCodeDescription property.
| value | Allowed object is String |
|---|

