public class PaymentProviderInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.util.List<PaymentMethod> |
paymentMethod |
protected java.lang.String |
paymentProviderID |
| Constructor and Description |
|---|
PaymentProviderInformation() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.util.List<PaymentMethod> |
getPaymentMethod()
Gets the value of the paymentMethod property.
|
java.lang.String |
getPaymentProviderID()
Gets the value of the paymentProviderID property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setPaymentProviderID(java.lang.String value)
Sets the value of the paymentProviderID property.
|
protected java.lang.String paymentProviderID
protected Description description
protected java.util.List<PaymentMethod> paymentMethod
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getPaymentProviderID()
Stringpublic void setPaymentProviderID(java.lang.String value)
value - allowed object is
Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic java.util.List<PaymentMethod> getPaymentMethod()
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 paymentMethod property.
For example, to add a new item, do as follows:
getPaymentMethod().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentMethod
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.