public class CoupledBucketsType extends Object
| Constructor and Description |
|---|
CoupledBucketsType()
Default Constructor
|
CoupledBucketsType(List<String> paymentRequestID)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public CoupledBucketsType(List<String> paymentRequestID)
public CoupledBucketsType()
public CoupleType getCoupleType()
public void setCoupleType(CoupleType coupleType)
public String getCoupledPaymentRequestID()
public void setCoupledPaymentRequestID(String coupledPaymentRequestID)
public void setPaymentRequestID(List<String> paymentRequestID)
Copyright © 2017. All Rights Reserved.