urn.ebay.apis.eBLBaseComponents
Class CreateRecurringPaymentsProfileResponseDetailsType

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

public class CreateRecurringPaymentsProfileResponseDetailsType
extends Object

Recurring Billing Profile ID


Constructor Summary
CreateRecurringPaymentsProfileResponseDetailsType()
          Default Constructor
CreateRecurringPaymentsProfileResponseDetailsType(Node node)
           
 
Method Summary
 String getDCCProcessorResponse()
          Getter for dCCProcessorResponse
 String getDCCReturnCode()
          Getter for dCCReturnCode
 String getProfileID()
          Getter for profileID
 RecurringPaymentsProfileStatusType getProfileStatus()
          Getter for profileStatus
 String getTransactionID()
          Getter for transactionID
 void setDCCProcessorResponse(String dCCProcessorResponse)
          Setter for dCCProcessorResponse
 void setDCCReturnCode(String dCCReturnCode)
          Setter for dCCReturnCode
 void setProfileID(String profileID)
          Setter for profileID
 void setProfileStatus(RecurringPaymentsProfileStatusType profileStatus)
          Setter for profileStatus
 void setTransactionID(String transactionID)
          Setter for transactionID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateRecurringPaymentsProfileResponseDetailsType

public CreateRecurringPaymentsProfileResponseDetailsType()
Default Constructor


CreateRecurringPaymentsProfileResponseDetailsType

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

getProfileID

public String getProfileID()
Getter for profileID


setProfileID

public void setProfileID(String profileID)
Setter for profileID


getProfileStatus

public RecurringPaymentsProfileStatusType getProfileStatus()
Getter for profileStatus


setProfileStatus

public void setProfileStatus(RecurringPaymentsProfileStatusType profileStatus)
Setter for profileStatus


getTransactionID

public String getTransactionID()
Getter for transactionID


setTransactionID

public void setTransactionID(String transactionID)
Setter for transactionID


getDCCProcessorResponse

public String getDCCProcessorResponse()
Getter for dCCProcessorResponse


setDCCProcessorResponse

public void setDCCProcessorResponse(String dCCProcessorResponse)
Setter for dCCProcessorResponse


getDCCReturnCode

public String getDCCReturnCode()
Getter for dCCReturnCode


setDCCReturnCode

public void setDCCReturnCode(String dCCReturnCode)
Setter for dCCReturnCode



Copyright © 2012. All Rights Reserved.