urn.ebay.apis.eBLBaseComponents
Class ManageRecurringPaymentsProfileStatusRequestDetailsType

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

public class ManageRecurringPaymentsProfileStatusRequestDetailsType
extends Object


Constructor Summary
ManageRecurringPaymentsProfileStatusRequestDetailsType()
          Default Constructor
ManageRecurringPaymentsProfileStatusRequestDetailsType(String profileID, StatusChangeActionType action)
          Constructor with arguments
 
Method Summary
 StatusChangeActionType getAction()
          Getter for action
 String getNote()
          Getter for note
 String getProfileID()
          Getter for profileID
 void setAction(StatusChangeActionType action)
          Setter for action
 void setNote(String note)
          Setter for note
 void setProfileID(String profileID)
          Setter for profileID
 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

ManageRecurringPaymentsProfileStatusRequestDetailsType

public ManageRecurringPaymentsProfileStatusRequestDetailsType(String profileID,
                                                              StatusChangeActionType action)
Constructor with arguments


ManageRecurringPaymentsProfileStatusRequestDetailsType

public ManageRecurringPaymentsProfileStatusRequestDetailsType()
Default Constructor

Method Detail

getProfileID

public String getProfileID()
Getter for profileID


setProfileID

public void setProfileID(String profileID)
Setter for profileID


getAction

public StatusChangeActionType getAction()
Getter for action


setAction

public void setAction(StatusChangeActionType action)
Setter for action


getNote

public String getNote()
Getter for note


setNote

public void setNote(String note)
Setter for note


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.