urn.ebay.apis.eBLBaseComponents
Class CoupledBucketsType

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

public class CoupledBucketsType
extends Object

Defines relationship between buckets


Constructor Summary
CoupledBucketsType()
          Default Constructor
CoupledBucketsType(List<String> paymentRequestID)
          Constructor with arguments
 
Method Summary
 String getCoupledPaymentRequestID()
          Getter for coupledPaymentRequestID
 CoupleType getCoupleType()
          Getter for coupleType
 List<String> getPaymentRequestID()
          Getter for paymentRequestID
 void setCoupledPaymentRequestID(String coupledPaymentRequestID)
          Setter for coupledPaymentRequestID
 void setCoupleType(CoupleType coupleType)
          Setter for coupleType
 void setPaymentRequestID(List<String> paymentRequestID)
          Setter for paymentRequestID
 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

CoupledBucketsType

public CoupledBucketsType(List<String> paymentRequestID)
Constructor with arguments


CoupledBucketsType

public CoupledBucketsType()
Default Constructor

Method Detail

getCoupleType

public CoupleType getCoupleType()
Getter for coupleType


setCoupleType

public void setCoupleType(CoupleType coupleType)
Setter for coupleType


getCoupledPaymentRequestID

public String getCoupledPaymentRequestID()
Getter for coupledPaymentRequestID


setCoupledPaymentRequestID

public void setCoupledPaymentRequestID(String coupledPaymentRequestID)
Setter for coupledPaymentRequestID


getPaymentRequestID

public List<String> getPaymentRequestID()
Getter for paymentRequestID


setPaymentRequestID

public void setPaymentRequestID(List<String> paymentRequestID)
Setter for paymentRequestID


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.