public class PaymentMethodPartner
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected PaymentMethod |
paymentMethod |
protected java.util.List<PaymentPartner> |
paymentPartner |
| Constructor and Description |
|---|
PaymentMethodPartner() |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethod |
getPaymentMethod()
Gets the value of the paymentMethod property.
|
java.util.List<PaymentPartner> |
getPaymentPartner()
Gets the value of the paymentPartner property.
|
void |
setPaymentMethod(PaymentMethod value)
Sets the value of the paymentMethod property.
|
protected PaymentMethod paymentMethod
protected java.util.List<PaymentPartner> paymentPartner
public PaymentMethod getPaymentMethod()
PaymentMethodpublic void setPaymentMethod(PaymentMethod value)
value - allowed object is
PaymentMethodpublic java.util.List<PaymentPartner> getPaymentPartner()
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 paymentPartner property.
For example, to add a new item, do as follows:
getPaymentPartner().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentPartner
Copyright © 2018 SAP SE. All Rights Reserved.