Package org.cxml
Class PaymentMethodPartner
- java.lang.Object
-
- org.cxml.PaymentMethodPartner
-
public class PaymentMethodPartner extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected PaymentMethodpaymentMethodprotected java.util.List<PaymentPartner>paymentPartner
-
Constructor Summary
Constructors Constructor Description PaymentMethodPartner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentMethodgetPaymentMethod()Gets the value of the paymentMethod property.java.util.List<PaymentPartner>getPaymentPartner()Gets the value of the paymentPartner property.voidsetPaymentMethod(PaymentMethod value)Sets the value of the paymentMethod property.
-
-
-
Field Detail
-
paymentMethod
protected PaymentMethod paymentMethod
-
paymentPartner
protected java.util.List<PaymentPartner> paymentPartner
-
-
Method Detail
-
getPaymentMethod
public PaymentMethod getPaymentMethod()
Gets the value of the paymentMethod property.- Returns:
- possible object is
PaymentMethod
-
setPaymentMethod
public void setPaymentMethod(PaymentMethod value)
Sets the value of the paymentMethod property.- Parameters:
value- allowed object isPaymentMethod
-
getPaymentPartner
public java.util.List<PaymentPartner> getPaymentPartner()
Gets the value of the paymentPartner 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 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
-
-