com.ibm.commerce.edp.parsers.paymentmappings

Class Mapping

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.paymentmappings.Mapping


  • public class Mapping
    extends java.lang.Object
    This class represents the complex type Mapping, which corresponds to the element Mapping in the configuration file PaymentMappings.xml.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Mapping() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getPaymentActionRule()
      This method returns the current payment action rule.
      java.lang.String getPaymentConfiguration()
      This method returns the current payment configuration group ID.
      java.lang.String getPaymentMethod()
      This method returns the current payment method.
      void setPaymentActionRule(java.lang.String string)
      This method sets the current payment action rule.
      void setPaymentConfiguration(java.lang.String string)
      This method sets the current payment configuration group ID.
      void setPaymentMethod(java.lang.String string)
      This method sets the current payment method.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Mapping

        public Mapping()
    • Method Detail

      • getPaymentActionRule

        public java.lang.String getPaymentActionRule()
        This method returns the current payment action rule.
        Returns:
        The current payment action rule
      • getPaymentConfiguration

        public java.lang.String getPaymentConfiguration()
        This method returns the current payment configuration group ID.
        Returns:
        The current payment configuration group ID
      • getPaymentMethod

        public java.lang.String getPaymentMethod()
        This method returns the current payment method.
        Returns:
        The current payment method
      • setPaymentActionRule

        public void setPaymentActionRule(java.lang.String string)
        This method sets the current payment action rule.
        Parameters:
        string - The payment action rule to set
      • setPaymentConfiguration

        public void setPaymentConfiguration(java.lang.String string)
        This method sets the current payment configuration group ID.
        Parameters:
        string - The current payment configuration group ID to set
      • setPaymentMethod

        public void setPaymentMethod(java.lang.String string)
        This method sets the current payment method.
        Parameters:
        string - The payment method to set