public class CoupledBucketsType
extends java.lang.Object
Java class for CoupledBucketsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoupledBucketsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CoupleType" type="{urn:ebay:apis:eBLBaseComponents}CoupleType" minOccurs="0"/>
<element name="CoupledPaymentRequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentRequestID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="10" minOccurs="2"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
coupledPaymentRequestID |
protected CoupleType |
coupleType |
protected java.util.List<java.lang.String> |
paymentRequestID |
| Constructor and Description |
|---|
CoupledBucketsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCoupledPaymentRequestID()
Gets the value of the coupledPaymentRequestID property.
|
CoupleType |
getCoupleType()
Gets the value of the coupleType property.
|
java.util.List<java.lang.String> |
getPaymentRequestID()
Gets the value of the paymentRequestID property.
|
void |
setCoupledPaymentRequestID(java.lang.String value)
Sets the value of the coupledPaymentRequestID property.
|
void |
setCoupleType(CoupleType value)
Sets the value of the coupleType property.
|
protected CoupleType coupleType
protected java.lang.String coupledPaymentRequestID
protected java.util.List<java.lang.String> paymentRequestID
public CoupleType getCoupleType()
CoupleTypepublic void setCoupleType(CoupleType value)
value - the value
allowed object is
CoupleTypepublic java.lang.String getCoupledPaymentRequestID()
Stringpublic void setCoupledPaymentRequestID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.List<java.lang.String> getPaymentRequestID()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentRequestID property.
For example, to add a new item, do as follows:
getPaymentRequestID().add(newItem);
Objects of the following type(s) are allowed in the list
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.