public class

AdHocPaymentType

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

Class Overview

Element containing Ad hoc Payment reference and data

Java class for Ad_hoc_PaymentType complex type.

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

 <complexType name="Ad_hoc_PaymentType">
   <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="Ad_hoc_Payment_Data" type="{urn:com.workday/bsvc}Ad_hoc_Payment_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<AdHocPaymentDataType> adHocPaymentData
protected AdHocPaymentObjectType adHocPaymentReference
Public Constructors
AdHocPaymentType()
Public Methods
List<AdHocPaymentDataType> getAdHocPaymentData()
Gets the value of the adHocPaymentData property.
AdHocPaymentObjectType getAdHocPaymentReference()
Gets the value of the adHocPaymentReference property.
void setAdHocPaymentReference(AdHocPaymentObjectType value)
Sets the value of the adHocPaymentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<AdHocPaymentDataType> adHocPaymentData

protected AdHocPaymentObjectType adHocPaymentReference

Public Constructors

public AdHocPaymentType ()

Public Methods

public List<AdHocPaymentDataType> getAdHocPaymentData ()

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

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

    getAdHocPaymentData().add(newItem);
 

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

public AdHocPaymentObjectType getAdHocPaymentReference ()

Gets the value of the adHocPaymentReference property.

Returns

public void setAdHocPaymentReference (AdHocPaymentObjectType value)

Sets the value of the adHocPaymentReference property.

Parameters
value Allowed object is AdHocPaymentObjectType