public class

MassPayRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.MassPayRequestType

Class Overview

Java class for MassPayRequestType complex type.

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

 <complexType name="MassPayRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="EmailSubject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ReceiverType" type="{urn:ebay:apis:eBLBaseComponents}ReceiverInfoCodeType" minOccurs="0"/>
         <element name="ButtonSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MassPayItem" type="{urn:ebay:api:PayPalAPI}MassPayRequestItemType" maxOccurs="250"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String buttonSource
protected String emailSubject
protected List<MassPayRequestItemType> massPayItem
protected ReceiverInfoCodeType receiverType
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
MassPayRequestType()
Public Methods
String getButtonSource()
Gets the value of the buttonSource property.
String getEmailSubject()
Gets the value of the emailSubject property.
List<MassPayRequestItemType> getMassPayItem()
Gets the value of the massPayItem property.
ReceiverInfoCodeType getReceiverType()
Gets the value of the receiverType property.
void setButtonSource(String value)
Sets the value of the buttonSource property.
void setEmailSubject(String value)
Sets the value of the emailSubject property.
void setReceiverType(ReceiverInfoCodeType value)
Sets the value of the receiverType property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String buttonSource

protected String emailSubject

protected List<MassPayRequestItemType> massPayItem

protected ReceiverInfoCodeType receiverType

Public Constructors

public MassPayRequestType ()

Public Methods

public String getButtonSource ()

Gets the value of the buttonSource property.

Returns
  • possible object is String

public String getEmailSubject ()

Gets the value of the emailSubject property.

Returns
  • possible object is String

public List<MassPayRequestItemType> getMassPayItem ()

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

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

    getMassPayItem().add(newItem);
 

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

public ReceiverInfoCodeType getReceiverType ()

Gets the value of the receiverType property.

Returns

public void setButtonSource (String value)

Sets the value of the buttonSource property.

Parameters
value Allowed object is String

public void setEmailSubject (String value)

Sets the value of the emailSubject property.

Parameters
value Allowed object is String

public void setReceiverType (ReceiverInfoCodeType value)

Sets the value of the receiverType property.

Parameters
value Allowed object is ReceiverInfoCodeType