| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentAcknowledgementMessageDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| originatingBankID | |||||||||||
| paymentAcknowledgementData | |||||||||||
| paymentAcknowledgementMessageDate | |||||||||||
| paymentAcknowledgementMessageUpdate | |||||||||||
| paymentAcknowlegementMessageID | |||||||||||
| paymentFileAcknowledgementReplacementData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the originatingBankID property.
| |||||||||||
Gets the value of the paymentAcknowledgementData property.
| |||||||||||
Gets the value of the paymentAcknowledgementMessageDate property.
| |||||||||||
Gets the value of the paymentAcknowlegementMessageID property.
| |||||||||||
Gets the value of the paymentFileAcknowledgementReplacementData property.
| |||||||||||
Gets the value of the paymentAcknowledgementMessageUpdate property.
| |||||||||||
Sets the value of the originatingBankID property.
| |||||||||||
Sets the value of the paymentAcknowledgementMessageDate property.
| |||||||||||
Sets the value of the paymentAcknowledgementMessageUpdate property.
| |||||||||||
Sets the value of the paymentAcknowlegementMessageID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the originatingBankID property.
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
Gets the value of the paymentAcknowledgementMessageDate property.
Gets the value of the paymentAcknowlegementMessageID property.
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
Gets the value of the paymentAcknowledgementMessageUpdate property.
Sets the value of the originatingBankID property.
| value | Allowed object is String |
|---|
Sets the value of the paymentAcknowledgementMessageDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentAcknowledgementMessageUpdate property.
| value | Allowed object is Boolean |
|---|
Sets the value of the paymentAcknowlegementMessageID property.
| value | Allowed object is String |
|---|

