urn.ebay.apis.eBLBaseComponents
Class GetIncentiveEvaluationRequestDetailsType

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

public class GetIncentiveEvaluationRequestDetailsType
extends Object


Constructor Summary
GetIncentiveEvaluationRequestDetailsType()
          Default Constructor
 
Method Summary
 List<IncentiveApplyIndicationType> getApplyIndication()
          Getter for applyIndication
 List<IncentiveBucketType> getBuckets()
          Getter for buckets
 BasicAmountType getCartTotalAmt()
          Getter for cartTotalAmt
 String getExternalBuyerId()
          Getter for externalBuyerId
 List<String> getIncentiveCodes()
          Getter for incentiveCodes
 IncentiveRequestDetailsType getRequestDetails()
          Getter for requestDetails
 void setApplyIndication(List<IncentiveApplyIndicationType> applyIndication)
          Setter for applyIndication
 void setBuckets(List<IncentiveBucketType> buckets)
          Setter for buckets
 void setCartTotalAmt(BasicAmountType cartTotalAmt)
          Setter for cartTotalAmt
 void setExternalBuyerId(String externalBuyerId)
          Setter for externalBuyerId
 void setIncentiveCodes(List<String> incentiveCodes)
          Setter for incentiveCodes
 void setRequestDetails(IncentiveRequestDetailsType requestDetails)
          Setter for requestDetails
 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

GetIncentiveEvaluationRequestDetailsType

public GetIncentiveEvaluationRequestDetailsType()
Default Constructor

Method Detail

getExternalBuyerId

public String getExternalBuyerId()
Getter for externalBuyerId


setExternalBuyerId

public void setExternalBuyerId(String externalBuyerId)
Setter for externalBuyerId


getIncentiveCodes

public List<String> getIncentiveCodes()
Getter for incentiveCodes


setIncentiveCodes

public void setIncentiveCodes(List<String> incentiveCodes)
Setter for incentiveCodes


getApplyIndication

public List<IncentiveApplyIndicationType> getApplyIndication()
Getter for applyIndication


setApplyIndication

public void setApplyIndication(List<IncentiveApplyIndicationType> applyIndication)
Setter for applyIndication


getBuckets

public List<IncentiveBucketType> getBuckets()
Getter for buckets


setBuckets

public void setBuckets(List<IncentiveBucketType> buckets)
Setter for buckets


getCartTotalAmt

public BasicAmountType getCartTotalAmt()
Getter for cartTotalAmt


setCartTotalAmt

public void setCartTotalAmt(BasicAmountType cartTotalAmt)
Setter for cartTotalAmt


getRequestDetails

public IncentiveRequestDetailsType getRequestDetails()
Getter for requestDetails


setRequestDetails

public void setRequestDetails(IncentiveRequestDetailsType requestDetails)
Setter for requestDetails


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.