urn.ebay.api.PayPalAPI
Class DoCancelRequestType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractRequestType
      extended by urn.ebay.api.PayPalAPI.DoCancelRequestType

public class DoCancelRequestType
extends AbstractRequestType

Msg Sub Id that was used for the orginal operation.


Constructor Summary
DoCancelRequestType()
          Default Constructor
DoCancelRequestType(String cancelMsgSubID, APIType aPIType)
          Constructor with arguments
 
Method Summary
 APIType getAPIType()
          Getter for aPIType
 String getCancelMsgSubID()
          Getter for cancelMsgSubID
 String getMsgSubID()
          Getter for msgSubID
 void setAPIType(APIType aPIType)
          Setter for aPIType
 void setCancelMsgSubID(String cancelMsgSubID)
          Setter for cancelMsgSubID
 void setMsgSubID(String msgSubID)
          Setter for msgSubID
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractRequestType
getDetailLevel, getErrorLanguage, getVersion, setDetailLevel, setErrorLanguage, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoCancelRequestType

public DoCancelRequestType(String cancelMsgSubID,
                           APIType aPIType)
Constructor with arguments


DoCancelRequestType

public DoCancelRequestType()
Default Constructor

Method Detail

getCancelMsgSubID

public String getCancelMsgSubID()
Getter for cancelMsgSubID


setCancelMsgSubID

public void setCancelMsgSubID(String cancelMsgSubID)
Setter for cancelMsgSubID


getAPIType

public APIType getAPIType()
Getter for aPIType


setAPIType

public void setAPIType(APIType aPIType)
Setter for aPIType


getMsgSubID

public String getMsgSubID()
Getter for msgSubID


setMsgSubID

public void setMsgSubID(String msgSubID)
Setter for msgSubID


toXMLString

public String toXMLString(String prefix,
                          String name)
Overrides:
toXMLString in class AbstractRequestType


Copyright © 2013. All Rights Reserved.