public class

PaymentMessageRequestReferencesType

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

Class Overview

Payment Message Request References

Java class for Payment_Message_Request_ReferencesType complex type.

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

 <complexType name="Payment_Message_Request_ReferencesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payment_Message_Reference" type="{urn:com.workday/bsvc}Payment_MessageObjectType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<PaymentMessageObjectType> paymentMessageReference
Public Constructors
PaymentMessageRequestReferencesType()
Public Methods
List<PaymentMessageObjectType> getPaymentMessageReference()
Gets the value of the paymentMessageReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<PaymentMessageObjectType> paymentMessageReference

Public Constructors

public PaymentMessageRequestReferencesType ()

Public Methods

public List<PaymentMessageObjectType> getPaymentMessageReference ()

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

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

    getPaymentMessageReference().add(newItem);
 

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