public class

SubmitAdHocPaymentRequestType

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

Class Overview

Contains data for creating or updating an ad hoc payments and submitting for business processing

Java class for Submit_Ad_hoc_Payment_RequestType complex type.

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

 <complexType name="Submit_Ad_hoc_Payment_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Ad_hoc_Payment_Reference" type="{urn:com.workday/bsvc}Ad_hoc_PaymentObjectType" minOccurs="0"/>
         <element name="Business_Process_Parameters" type="{urn:com.workday/bsvc}Financials_Business_Process_ParametersType" minOccurs="0"/>
         <element name="Ad_hoc_Payment_Data" type="{urn:com.workday/bsvc}Ad_hoc_Payment_DataType" minOccurs="0"/>
       </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 AdHocPaymentDataType adHocPaymentData
protected AdHocPaymentObjectType adHocPaymentReference
protected Boolean addOnly
protected FinancialsBusinessProcessParametersType businessProcessParameters
protected String version
Public Constructors
SubmitAdHocPaymentRequestType()
Public Methods
AdHocPaymentDataType getAdHocPaymentData()
Gets the value of the adHocPaymentData property.
AdHocPaymentObjectType getAdHocPaymentReference()
Gets the value of the adHocPaymentReference property.
FinancialsBusinessProcessParametersType getBusinessProcessParameters()
Gets the value of the businessProcessParameters property.
String getVersion()
Gets the value of the version property.
Boolean isAddOnly()
Gets the value of the addOnly property.
void setAdHocPaymentData(AdHocPaymentDataType value)
Sets the value of the adHocPaymentData property.
void setAdHocPaymentReference(AdHocPaymentObjectType value)
Sets the value of the adHocPaymentReference property.
void setAddOnly(Boolean value)
Sets the value of the addOnly property.
void setBusinessProcessParameters(FinancialsBusinessProcessParametersType value)
Sets the value of the businessProcessParameters property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AdHocPaymentDataType adHocPaymentData

protected AdHocPaymentObjectType adHocPaymentReference

protected Boolean addOnly

protected FinancialsBusinessProcessParametersType businessProcessParameters

protected String version

Public Constructors

public SubmitAdHocPaymentRequestType ()

Public Methods

public AdHocPaymentDataType getAdHocPaymentData ()

Gets the value of the adHocPaymentData property.

Returns

public AdHocPaymentObjectType getAdHocPaymentReference ()

Gets the value of the adHocPaymentReference property.

Returns

public FinancialsBusinessProcessParametersType getBusinessProcessParameters ()

Gets the value of the businessProcessParameters 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 setAdHocPaymentData (AdHocPaymentDataType value)

Sets the value of the adHocPaymentData property.

Parameters
value Allowed object is AdHocPaymentDataType

public void setAdHocPaymentReference (AdHocPaymentObjectType value)

Sets the value of the adHocPaymentReference property.

Parameters
value Allowed object is AdHocPaymentObjectType

public void setAddOnly (Boolean value)

Sets the value of the addOnly property.

Parameters
value Allowed object is Boolean

public void setBusinessProcessParameters (FinancialsBusinessProcessParametersType value)

Sets the value of the businessProcessParameters property.

Parameters
value Allowed object is FinancialsBusinessProcessParametersType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String