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()
String
public void setReceiverEmail(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getReceiverPhone()
String
public void setReceiverPhone(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getReceiverID()
String
public void setReceiverID(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getAmount()
BasicAmountType
public void setAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getUniqueId()
String
public void setUniqueId(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getNote()
String
public void setNote(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.