urn.ebay.apis.eBLBaseComponents
Class IncentiveInfoType

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

public class IncentiveInfoType
extends Object

Details of incentive application on individual bucket.


Constructor Summary
IncentiveInfoType()
          Default Constructor
 
Method Summary
 List<IncentiveApplyIndicationType> getApplyIndication()
          Getter for applyIndication
 String getIncentiveCode()
          Getter for incentiveCode
 void setApplyIndication(List<IncentiveApplyIndicationType> applyIndication)
          Setter for applyIndication
 void setIncentiveCode(String incentiveCode)
          Setter for incentiveCode
 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

IncentiveInfoType

public IncentiveInfoType()
Default Constructor

Method Detail

getIncentiveCode

public String getIncentiveCode()
Getter for incentiveCode


setIncentiveCode

public void setIncentiveCode(String incentiveCode)
Setter for incentiveCode


getApplyIndication

public List<IncentiveApplyIndicationType> getApplyIndication()
Getter for applyIndication


setApplyIndication

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


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.