Package org.cxml

Class PaymentMethodPartner

java.lang.Object
org.cxml.PaymentMethodPartner

public class PaymentMethodPartner extends Object
  • Field Details

  • Constructor Details

    • PaymentMethodPartner

      public PaymentMethodPartner()
  • Method Details

    • 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 is PaymentMethod
    • getPaymentPartner

      public 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 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