public class MassPayRequestType extends AbstractRequestType
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
buttonSource |
protected java.lang.String |
emailSubject |
protected java.util.List<MassPayRequestItemType> |
massPayItem |
protected ReceiverInfoCodeType |
receiverType |
any, detailLevel, errorLanguage, version| Constructor and Description |
|---|
MassPayRequestType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getButtonSource()
Gets the value of the buttonSource property.
|
java.lang.String |
getEmailSubject()
Gets the value of the emailSubject property.
|
java.util.List<MassPayRequestItemType> |
getMassPayItem()
Gets the value of the massPayItem property.
|
ReceiverInfoCodeType |
getReceiverType()
Gets the value of the receiverType property.
|
void |
setButtonSource(java.lang.String value)
Sets the value of the buttonSource property.
|
void |
setEmailSubject(java.lang.String value)
Sets the value of the emailSubject property.
|
void |
setReceiverType(ReceiverInfoCodeType value)
Sets the value of the receiverType property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersionprotected java.lang.String emailSubject
protected ReceiverInfoCodeType receiverType
protected java.lang.String buttonSource
protected java.util.List<MassPayRequestItemType> massPayItem
public java.lang.String getEmailSubject()
Stringpublic void setEmailSubject(java.lang.String value)
value - the value
allowed object is
Stringpublic ReceiverInfoCodeType getReceiverType()
ReceiverInfoCodeTypepublic void setReceiverType(ReceiverInfoCodeType value)
value - the value
allowed object is
ReceiverInfoCodeTypepublic java.lang.String getButtonSource()
Stringpublic void setButtonSource(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.List<MassPayRequestItemType> getMassPayItem()
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
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.