public class PaymentRelationshipInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extrinsic> |
extrinsic |
protected java.util.List<PaymentProviderInformation> |
paymentProviderInformation |
| Constructor and Description |
|---|
PaymentRelationshipInformation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.util.List<PaymentProviderInformation> |
getPaymentProviderInformation()
Gets the value of the paymentProviderInformation property.
|
protected java.util.List<PaymentProviderInformation> paymentProviderInformation
protected java.util.List<Extrinsic> extrinsic
public java.util.List<PaymentProviderInformation> getPaymentProviderInformation()
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 paymentProviderInformation property.
For example, to add a new item, do as follows:
getPaymentProviderInformation().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentProviderInformation
public java.util.List<Extrinsic> getExtrinsic()
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 extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.