Package org.cxml

Class PaymentMethodPartner


  • public class PaymentMethodPartner
    extends java.lang.Object
    • Constructor Detail

      • PaymentMethodPartner

        public PaymentMethodPartner()
    • 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 is PaymentMethod
      • 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 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