public class

PaymentMessageResponseDataType

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

Class Overview

Payment Message Response Data

Java class for Payment_Message_Response_DataType complex type.

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

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

Summary

Fields
protected List<PaymentMessageWWSType> paymentMessage
Public Constructors
PaymentMessageResponseDataType()
Public Methods
List<PaymentMessageWWSType> getPaymentMessage()
Gets the value of the paymentMessage property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<PaymentMessageWWSType> paymentMessage

Public Constructors

public PaymentMessageResponseDataType ()

Public Methods

public List<PaymentMessageWWSType> getPaymentMessage ()

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

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

    getPaymentMessage().add(newItem);
 

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