public class

PaymentsType

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

Class Overview

Payment

Java class for PaymentsType complex type.

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

 <complexType name="PaymentsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payment_Reference" type="{urn:com.workday/bsvc}Reporting_TransactionObjectType" minOccurs="0"/>
         <element name="Payment_Data" type="{urn:com.workday/bsvc}Payment_WWS_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<PaymentWWSDataType> paymentData
protected ReportingTransactionObjectType paymentReference
Public Constructors
PaymentsType()
Public Methods
List<PaymentWWSDataType> getPaymentData()
Gets the value of the paymentData property.
ReportingTransactionObjectType getPaymentReference()
Gets the value of the paymentReference property.
void setPaymentReference(ReportingTransactionObjectType value)
Sets the value of the paymentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<PaymentWWSDataType> paymentData

protected ReportingTransactionObjectType paymentReference

Public Constructors

public PaymentsType ()

Public Methods

public List<PaymentWWSDataType> getPaymentData ()

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

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

    getPaymentData().add(newItem);
 

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

public ReportingTransactionObjectType getPaymentReference ()

Gets the value of the paymentReference property.

Returns

public void setPaymentReference (ReportingTransactionObjectType value)

Sets the value of the paymentReference property.

Parameters
value Allowed object is ReportingTransactionObjectType