public class MassPayRequestItemType
extends java.lang.Object
Java class for MassPayRequestItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MassPayRequestItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReceiverEmail" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType" minOccurs="0"/>
<element name="ReceiverPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReceiverID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="UniqueId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
note |
protected java.lang.String |
receiverEmail |
protected java.lang.String |
receiverID |
protected java.lang.String |
receiverPhone |
protected java.lang.String |
uniqueId |
| Constructor and Description |
|---|
MassPayRequestItemType() |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getNote()
Gets the value of the note property.
|
java.lang.String |
getReceiverEmail()
Gets the value of the receiverEmail property.
|
java.lang.String |
getReceiverID()
Gets the value of the receiverID property.
|
java.lang.String |
getReceiverPhone()
Gets the value of the receiverPhone property.
|
java.lang.String |
getUniqueId()
Gets the value of the uniqueId property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setNote(java.lang.String value)
Sets the value of the note property.
|
void |
setReceiverEmail(java.lang.String value)
Sets the value of the receiverEmail property.
|
void |
setReceiverID(java.lang.String value)
Sets the value of the receiverID property.
|
void |
setReceiverPhone(java.lang.String value)
Sets the value of the receiverPhone property.
|
void |
setUniqueId(java.lang.String value)
Sets the value of the uniqueId property.
|
protected java.lang.String receiverEmail
protected java.lang.String receiverPhone
protected java.lang.String receiverID
protected BasicAmountType amount
protected java.lang.String uniqueId
protected java.lang.String note
public java.lang.String getReceiverEmail()
Stringpublic void setReceiverEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getReceiverPhone()
Stringpublic void setReceiverPhone(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getReceiverID()
Stringpublic void setReceiverID(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getAmount()
BasicAmountTypepublic void setAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getUniqueId()
Stringpublic void setUniqueId(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getNote()
Stringpublic void setNote(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.