public class

PutPaymentAcknowledgementMessageRequestType

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

Class Overview

Payment Acknowledgement Message Request provide the abilty to add or update acknowledgements for payment file or payments providing status change and error code information.

Java class for Put_Payment_Acknowledgement_Message_RequestType complex type.

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

 <complexType name="Put_Payment_Acknowledgement_Message_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payment_Acknowledgement_Message_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Payment_Acknowledgement_Message_Data" type="{urn:com.workday/bsvc}Payment_Acknowledgement_Message_DataType"/>
       </sequence>
       <attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean addOnly
protected PaymentAcknowledgementMessageDataType paymentAcknowledgementMessageData
protected UniqueIdentifierObjectType paymentAcknowledgementMessageReference
protected String version
Public Constructors
PutPaymentAcknowledgementMessageRequestType()
Public Methods
PaymentAcknowledgementMessageDataType getPaymentAcknowledgementMessageData()
Gets the value of the paymentAcknowledgementMessageData property.
UniqueIdentifierObjectType getPaymentAcknowledgementMessageReference()
Gets the value of the paymentAcknowledgementMessageReference property.
String getVersion()
Gets the value of the version property.
Boolean isAddOnly()
Gets the value of the addOnly property.
void setAddOnly(Boolean value)
Sets the value of the addOnly property.
void setPaymentAcknowledgementMessageData(PaymentAcknowledgementMessageDataType value)
Sets the value of the paymentAcknowledgementMessageData property.
void setPaymentAcknowledgementMessageReference(UniqueIdentifierObjectType value)
Sets the value of the paymentAcknowledgementMessageReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean addOnly

protected PaymentAcknowledgementMessageDataType paymentAcknowledgementMessageData

protected UniqueIdentifierObjectType paymentAcknowledgementMessageReference

protected String version

Public Constructors

public PutPaymentAcknowledgementMessageRequestType ()

Public Methods

public PaymentAcknowledgementMessageDataType getPaymentAcknowledgementMessageData ()

Gets the value of the paymentAcknowledgementMessageData property.

Returns

public UniqueIdentifierObjectType getPaymentAcknowledgementMessageReference ()

Gets the value of the paymentAcknowledgementMessageReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public Boolean isAddOnly ()

Gets the value of the addOnly property.

Returns
  • possible object is Boolean

public void setAddOnly (Boolean value)

Sets the value of the addOnly property.

Parameters
value Allowed object is Boolean

public void setPaymentAcknowledgementMessageData (PaymentAcknowledgementMessageDataType value)

Sets the value of the paymentAcknowledgementMessageData property.

Parameters
value Allowed object is PaymentAcknowledgementMessageDataType

public void setPaymentAcknowledgementMessageReference (UniqueIdentifierObjectType value)

Sets the value of the paymentAcknowledgementMessageReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String