public class MerchantPullInfoType
extends java.lang.Object
Java class for MerchantPullInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MerchantPullInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MpStatus" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullStatusCodeType"/>
<element name="MpMax" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="MpCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Invoice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentSourceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
custom |
protected java.lang.String |
desc |
protected java.lang.String |
invoice |
protected java.lang.String |
mpCustom |
protected BasicAmountType |
mpMax |
protected MerchantPullStatusCodeType |
mpStatus |
protected java.lang.String |
paymentSourceID |
| Constructor and Description |
|---|
MerchantPullInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustom()
Gets the value of the custom property.
|
java.lang.String |
getDesc()
Gets the value of the desc property.
|
java.lang.String |
getInvoice()
Gets the value of the invoice property.
|
java.lang.String |
getMpCustom()
Gets the value of the mpCustom property.
|
BasicAmountType |
getMpMax()
Gets the value of the mpMax property.
|
MerchantPullStatusCodeType |
getMpStatus()
Gets the value of the mpStatus property.
|
java.lang.String |
getPaymentSourceID()
Gets the value of the paymentSourceID property.
|
void |
setCustom(java.lang.String value)
Sets the value of the custom property.
|
void |
setDesc(java.lang.String value)
Sets the value of the desc property.
|
void |
setInvoice(java.lang.String value)
Sets the value of the invoice property.
|
void |
setMpCustom(java.lang.String value)
Sets the value of the mpCustom property.
|
void |
setMpMax(BasicAmountType value)
Sets the value of the mpMax property.
|
void |
setMpStatus(MerchantPullStatusCodeType value)
Sets the value of the mpStatus property.
|
void |
setPaymentSourceID(java.lang.String value)
Sets the value of the paymentSourceID property.
|
protected MerchantPullStatusCodeType mpStatus
protected BasicAmountType mpMax
protected java.lang.String mpCustom
protected java.lang.String desc
protected java.lang.String invoice
protected java.lang.String custom
protected java.lang.String paymentSourceID
public MerchantPullStatusCodeType getMpStatus()
MerchantPullStatusCodeTypepublic void setMpStatus(MerchantPullStatusCodeType value)
value - the value
allowed object is
MerchantPullStatusCodeTypepublic BasicAmountType getMpMax()
BasicAmountTypepublic void setMpMax(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getMpCustom()
Stringpublic void setMpCustom(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getInvoice()
Stringpublic void setInvoice(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustom()
Stringpublic void setCustom(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPaymentSourceID()
Stringpublic void setPaymentSourceID(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.