urn.ebay.api.PayPalAPI
Class BMButtonSearchRequestType

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

public class BMButtonSearchRequestType
extends AbstractRequestType

The earliest transaction date at which to start the search. No wildcards are allowed. Required


Constructor Summary
BMButtonSearchRequestType()
          Default Constructor
 
Method Summary
 String getEndDate()
          Getter for endDate
 String getStartDate()
          Getter for startDate
 void setEndDate(String endDate)
          Setter for endDate
 void setStartDate(String startDate)
          Setter for startDate
 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

BMButtonSearchRequestType

public BMButtonSearchRequestType()
Default Constructor

Method Detail

getStartDate

public String getStartDate()
Getter for startDate


setStartDate

public void setStartDate(String startDate)
Setter for startDate


getEndDate

public String getEndDate()
Getter for endDate


setEndDate

public void setEndDate(String endDate)
Setter for endDate


toXMLString

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


Copyright © 2012. All Rights Reserved.