urn.ebay.apis.eBLBaseComponents
Class DoReferenceTransactionRequestDetailsType

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

public class DoReferenceTransactionRequestDetailsType
extends Object


Constructor Summary
DoReferenceTransactionRequestDetailsType()
          Default Constructor
DoReferenceTransactionRequestDetailsType(String referenceID, PaymentActionCodeType paymentAction, PaymentDetailsType paymentDetails)
          Constructor with arguments
 
Method Summary
 ReferenceCreditCardDetailsType getCreditCard()
          Getter for creditCard
 String getIPAddress()
          Getter for iPAddress
 String getMerchantSessionId()
          Getter for merchantSessionId
 String getMsgSubID()
          Getter for msgSubID
 PaymentActionCodeType getPaymentAction()
          Getter for paymentAction
 PaymentDetailsType getPaymentDetails()
          Getter for paymentDetails
 MerchantPullPaymentCodeType getPaymentType()
          Getter for paymentType
 String getReferenceID()
          Getter for referenceID
 String getReqConfirmShipping()
          Getter for reqConfirmShipping
 SenderDetailsType getSenderDetails()
          Getter for senderDetails
 String getSoftDescriptor()
          Getter for softDescriptor
 void setCreditCard(ReferenceCreditCardDetailsType creditCard)
          Setter for creditCard
 void setIPAddress(String iPAddress)
          Setter for iPAddress
 void setMerchantSessionId(String merchantSessionId)
          Setter for merchantSessionId
 void setMsgSubID(String msgSubID)
          Setter for msgSubID
 void setPaymentAction(PaymentActionCodeType paymentAction)
          Setter for paymentAction
 void setPaymentDetails(PaymentDetailsType paymentDetails)
          Setter for paymentDetails
 void setPaymentType(MerchantPullPaymentCodeType paymentType)
          Setter for paymentType
 void setReferenceID(String referenceID)
          Setter for referenceID
 void setReqConfirmShipping(String reqConfirmShipping)
          Setter for reqConfirmShipping
 void setSenderDetails(SenderDetailsType senderDetails)
          Setter for senderDetails
 void setSoftDescriptor(String softDescriptor)
          Setter for softDescriptor
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoReferenceTransactionRequestDetailsType

public DoReferenceTransactionRequestDetailsType(String referenceID,
                                                PaymentActionCodeType paymentAction,
                                                PaymentDetailsType paymentDetails)
Constructor with arguments


DoReferenceTransactionRequestDetailsType

public DoReferenceTransactionRequestDetailsType()
Default Constructor

Method Detail

getReferenceID

public String getReferenceID()
Getter for referenceID


setReferenceID

public void setReferenceID(String referenceID)
Setter for referenceID


getPaymentAction

public PaymentActionCodeType getPaymentAction()
Getter for paymentAction


setPaymentAction

public void setPaymentAction(PaymentActionCodeType paymentAction)
Setter for paymentAction


getPaymentType

public MerchantPullPaymentCodeType getPaymentType()
Getter for paymentType


setPaymentType

public void setPaymentType(MerchantPullPaymentCodeType paymentType)
Setter for paymentType


getPaymentDetails

public PaymentDetailsType getPaymentDetails()
Getter for paymentDetails


setPaymentDetails

public void setPaymentDetails(PaymentDetailsType paymentDetails)
Setter for paymentDetails


getCreditCard

public ReferenceCreditCardDetailsType getCreditCard()
Getter for creditCard


setCreditCard

public void setCreditCard(ReferenceCreditCardDetailsType creditCard)
Setter for creditCard


getIPAddress

public String getIPAddress()
Getter for iPAddress


setIPAddress

public void setIPAddress(String iPAddress)
Setter for iPAddress


getMerchantSessionId

public String getMerchantSessionId()
Getter for merchantSessionId


setMerchantSessionId

public void setMerchantSessionId(String merchantSessionId)
Setter for merchantSessionId


getReqConfirmShipping

public String getReqConfirmShipping()
Getter for reqConfirmShipping


setReqConfirmShipping

public void setReqConfirmShipping(String reqConfirmShipping)
Setter for reqConfirmShipping


getSoftDescriptor

public String getSoftDescriptor()
Getter for softDescriptor


setSoftDescriptor

public void setSoftDescriptor(String softDescriptor)
Setter for softDescriptor


getSenderDetails

public SenderDetailsType getSenderDetails()
Getter for senderDetails


setSenderDetails

public void setSenderDetails(SenderDetailsType senderDetails)
Setter for senderDetails


getMsgSubID

public String getMsgSubID()
Getter for msgSubID


setMsgSubID

public void setMsgSubID(String msgSubID)
Setter for msgSubID


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.