public class

PaymentAcknowledgementMessageDataType

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

Class Overview

Contains data for creating or updating an Payments Acknowledgment

Java class for Payment_Acknowledgement_Message_DataType complex type.

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

 <complexType name="Payment_Acknowledgement_Message_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payment_Acknowlegement_Message_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Payment_Acknowledgement_Message_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Originating_Bank_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Payment_Acknowledgement_Message_Update" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Payment_File_Acknowledgement_Replacement_Data" type="{urn:com.workday/bsvc}Payment_File_Acknowledgement_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Payment_Acknowledgement_Data" type="{urn:com.workday/bsvc}Payment_Acknowledgement_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String originatingBankID
protected List<PaymentAcknowledgementDataType> paymentAcknowledgementData
protected XMLGregorianCalendar paymentAcknowledgementMessageDate
protected Boolean paymentAcknowledgementMessageUpdate
protected String paymentAcknowlegementMessageID
protected List<PaymentFileAcknowledgementDataType> paymentFileAcknowledgementReplacementData
Public Constructors
PaymentAcknowledgementMessageDataType()
Public Methods
String getOriginatingBankID()
Gets the value of the originatingBankID property.
List<PaymentAcknowledgementDataType> getPaymentAcknowledgementData()
Gets the value of the paymentAcknowledgementData property.
XMLGregorianCalendar getPaymentAcknowledgementMessageDate()
Gets the value of the paymentAcknowledgementMessageDate property.
String getPaymentAcknowlegementMessageID()
Gets the value of the paymentAcknowlegementMessageID property.
List<PaymentFileAcknowledgementDataType> getPaymentFileAcknowledgementReplacementData()
Gets the value of the paymentFileAcknowledgementReplacementData property.
Boolean isPaymentAcknowledgementMessageUpdate()
Gets the value of the paymentAcknowledgementMessageUpdate property.
void setOriginatingBankID(String value)
Sets the value of the originatingBankID property.
void setPaymentAcknowledgementMessageDate(XMLGregorianCalendar value)
Sets the value of the paymentAcknowledgementMessageDate property.
void setPaymentAcknowledgementMessageUpdate(Boolean value)
Sets the value of the paymentAcknowledgementMessageUpdate property.
void setPaymentAcknowlegementMessageID(String value)
Sets the value of the paymentAcknowlegementMessageID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String originatingBankID

protected List<PaymentAcknowledgementDataType> paymentAcknowledgementData

protected XMLGregorianCalendar paymentAcknowledgementMessageDate

protected Boolean paymentAcknowledgementMessageUpdate

protected String paymentAcknowlegementMessageID

protected List<PaymentFileAcknowledgementDataType> paymentFileAcknowledgementReplacementData

Public Constructors

public PaymentAcknowledgementMessageDataType ()

Public Methods

public String getOriginatingBankID ()

Gets the value of the originatingBankID property.

Returns
  • possible object is String

public List<PaymentAcknowledgementDataType> getPaymentAcknowledgementData ()

Gets the value of the paymentAcknowledgementData 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 paymentAcknowledgementData property.

For example, to add a new item, do as follows:

    getPaymentAcknowledgementData().add(newItem);
 

Objects of the following type(s) are allowed in the list PaymentAcknowledgementDataType

public XMLGregorianCalendar getPaymentAcknowledgementMessageDate ()

Gets the value of the paymentAcknowledgementMessageDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getPaymentAcknowlegementMessageID ()

Gets the value of the paymentAcknowlegementMessageID property.

Returns
  • possible object is String

public List<PaymentFileAcknowledgementDataType> getPaymentFileAcknowledgementReplacementData ()

Gets the value of the paymentFileAcknowledgementReplacementData 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 paymentFileAcknowledgementReplacementData property.

For example, to add a new item, do as follows:

    getPaymentFileAcknowledgementReplacementData().add(newItem);
 

Objects of the following type(s) are allowed in the list PaymentFileAcknowledgementDataType

public Boolean isPaymentAcknowledgementMessageUpdate ()

Gets the value of the paymentAcknowledgementMessageUpdate property.

Returns
  • possible object is Boolean

public void setOriginatingBankID (String value)

Sets the value of the originatingBankID property.

Parameters
value Allowed object is String

public void setPaymentAcknowledgementMessageDate (XMLGregorianCalendar value)

Sets the value of the paymentAcknowledgementMessageDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPaymentAcknowledgementMessageUpdate (Boolean value)

Sets the value of the paymentAcknowledgementMessageUpdate property.

Parameters
value Allowed object is Boolean

public void setPaymentAcknowlegementMessageID (String value)

Sets the value of the paymentAcknowlegementMessageID property.

Parameters
value Allowed object is String