Package org.cxml

Class PaymentProviderInformation


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

      • paymentProviderID

        protected java.lang.String paymentProviderID
      • paymentMethod

        protected java.util.List<PaymentMethod> paymentMethod
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • PaymentProviderInformation

        public PaymentProviderInformation()
    • Method Detail

      • getPaymentProviderID

        public java.lang.String getPaymentProviderID()
        Gets the value of the paymentProviderID property.
        Returns:
        possible object is String
      • setPaymentProviderID

        public void setPaymentProviderID​(java.lang.String value)
        Sets the value of the paymentProviderID property.
        Parameters:
        value - allowed object is String
      • getDescription

        public Description getDescription()
        Gets the value of the description property.
        Returns:
        possible object is Description
      • setDescription

        public void setDescription​(Description value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is Description
      • 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

      • 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 set method 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