Package org.cxml

Class PaymentMethodRemittanceInformation


  • public class PaymentMethodRemittanceInformation
    extends java.lang.Object
    • Field Detail

      • isDefault

        protected java.lang.String isDefault
      • preferredPaymentMethod

        protected java.lang.String preferredPaymentMethod
      • contact

        protected Contact contact
      • paymentMethod

        protected java.util.List<PaymentMethod> paymentMethod
    • Constructor Detail

      • PaymentMethodRemittanceInformation

        public PaymentMethodRemittanceInformation()
    • Method Detail

      • getIsDefault

        public java.lang.String getIsDefault()
        Gets the value of the isDefault property.
        Returns:
        possible object is String
      • setIsDefault

        public void setIsDefault​(java.lang.String value)
        Sets the value of the isDefault property.
        Parameters:
        value - allowed object is String
      • getPreferredPaymentMethod

        public java.lang.String getPreferredPaymentMethod()
        Gets the value of the preferredPaymentMethod property.
        Returns:
        possible object is String
      • setPreferredPaymentMethod

        public void setPreferredPaymentMethod​(java.lang.String value)
        Sets the value of the preferredPaymentMethod property.
        Parameters:
        value - allowed object is String
      • getContact

        public Contact getContact()
        Gets the value of the contact property.
        Returns:
        possible object is Contact
      • setContact

        public void setContact​(Contact value)
        Sets the value of the contact property.
        Parameters:
        value - allowed object is Contact
      • getPaymentMethod

        public java.util.List<PaymentMethod> getPaymentMethod()
        Gets the value of the paymentMethod 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 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

      • getPaymentMethodPartner

        public java.util.List<PaymentMethodPartner> getPaymentMethodPartner()
        Gets the value of the paymentMethodPartner 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 paymentMethodPartner property.

        For example, to add a new item, do as follows:

            getPaymentMethodPartner().add(newItem);
         

        Objects of the following type(s) are allowed in the list PaymentMethodPartner