Class PaymentRelationshipInformation
- java.lang.Object
-
- org.cxml.PaymentRelationshipInformation
-
public class PaymentRelationshipInformation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Extrinsic>extrinsicprotected java.util.List<PaymentProviderInformation>paymentProviderInformation
-
Constructor Summary
Constructors Constructor Description PaymentRelationshipInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
paymentProviderInformation
protected java.util.List<PaymentProviderInformation> paymentProviderInformation
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getPaymentProviderInformation
public java.util.List<PaymentProviderInformation> getPaymentProviderInformation()
Gets the value of the paymentProviderInformation property.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
setmethod 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
-
getExtrinsic
public java.util.List<Extrinsic> getExtrinsic()
Gets the value of the extrinsic property.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
setmethod 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
-
-