urn.ebay.apis.eBLBaseComponents
Class MerchantPullInfoType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.MerchantPullInfoType

public class MerchantPullInfoType
extends Object

MerchantPullInfoType Information about the merchant pull.


Constructor Summary
MerchantPullInfoType()
          Default Constructor
MerchantPullInfoType(Node node)
           
 
Method Summary
 String getCustom()
          Getter for custom
 String getDesc()
          Getter for desc
 String getInvoice()
          Getter for invoice
 String getMpCustom()
          Getter for mpCustom
 BasicAmountType getMpMax()
          Getter for mpMax
 MerchantPullStatusCodeType getMpStatus()
          Getter for mpStatus
 String getPaymentSourceID()
          Getter for paymentSourceID
 void setCustom(String custom)
          Setter for custom
 void setDesc(String desc)
          Setter for desc
 void setInvoice(String invoice)
          Setter for invoice
 void setMpCustom(String mpCustom)
          Setter for mpCustom
 void setMpMax(BasicAmountType mpMax)
          Setter for mpMax
 void setMpStatus(MerchantPullStatusCodeType mpStatus)
          Setter for mpStatus
 void setPaymentSourceID(String paymentSourceID)
          Setter for paymentSourceID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MerchantPullInfoType

public MerchantPullInfoType()
Default Constructor


MerchantPullInfoType

public MerchantPullInfoType(Node node)
                     throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getMpStatus

public MerchantPullStatusCodeType getMpStatus()
Getter for mpStatus


setMpStatus

public void setMpStatus(MerchantPullStatusCodeType mpStatus)
Setter for mpStatus


getMpMax

public BasicAmountType getMpMax()
Getter for mpMax


setMpMax

public void setMpMax(BasicAmountType mpMax)
Setter for mpMax


getMpCustom

public String getMpCustom()
Getter for mpCustom


setMpCustom

public void setMpCustom(String mpCustom)
Setter for mpCustom


getDesc

public String getDesc()
Getter for desc


setDesc

public void setDesc(String desc)
Setter for desc


getInvoice

public String getInvoice()
Getter for invoice


setInvoice

public void setInvoice(String invoice)
Setter for invoice


getCustom

public String getCustom()
Getter for custom


setCustom

public void setCustom(String custom)
Setter for custom


getPaymentSourceID

public String getPaymentSourceID()
Getter for paymentSourceID


setPaymentSourceID

public void setPaymentSourceID(String paymentSourceID)
Setter for paymentSourceID



Copyright © 2013. All Rights Reserved.