public class

PutPaymentAcknowledgementMessageResponseType

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

Class Overview

Response to an add or updated Payment Acknowledgement Message

Java class for Put_Payment_Acknowledgement_Message_ResponseType complex type.

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

 <complexType name="Put_Payment_Acknowledgement_Message_ResponseType">
   <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"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected UniqueIdentifierObjectType paymentAcknowledgementMessageReference
protected String version
Public Constructors
PutPaymentAcknowledgementMessageResponseType()
Public Methods
UniqueIdentifierObjectType getPaymentAcknowledgementMessageReference()
Gets the value of the paymentAcknowledgementMessageReference property.
String getVersion()
Gets the value of the version 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 UniqueIdentifierObjectType paymentAcknowledgementMessageReference

protected String version

Public Constructors

public PutPaymentAcknowledgementMessageResponseType ()

Public Methods

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 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