com.ibm.commerce.edp.parsers.refundmethodconfigurations

Class RefundMethodConfiguration

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.refundmethodconfigurations.RefundMethodConfiguration


  • public class RefundMethodConfiguration
    extends java.lang.Object
    This class represents the complex type RefundMethodConfiguration, which corresponds to the configuration file: RefundMethodConfigurations.xml.
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      This method returns the name of this refund method configuration.
      java.lang.String getPaymentSystemName()
      This method returns the payment system name used by this refund method configuration.
      java.lang.String getPriority()
      This method returns the priority of this refund method configuration.
      int getSleepingTimeout()
      This method returns the setting of sleeping timeout.
      void setName(java.lang.String string)
      This method sets the name of this refund method configuration.
      void setPaymentSystemName(java.lang.String string)
      This method sets the payment system name used by this refund method configuration.
      void setPriority(java.lang.String string)
      This method sets the priority of this refund method configuration.
      void setSleepingTimeout(int i)
      This method sets the setting of sleeping timeout.
      java.lang.String toString()
      Method toString - creates a String representation of the object.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

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

      • RefundMethodConfiguration

        public RefundMethodConfiguration()
    • Method Detail

      • getName

        public java.lang.String getName()
        This method returns the name of this refund method configuration.
        Returns:
        The name of this refund method configuration
      • getPaymentSystemName

        public java.lang.String getPaymentSystemName()
        This method returns the payment system name used by this refund method configuration.
        Returns:
        The payment system name used by this refund method configuration
      • getPriority

        public java.lang.String getPriority()
        This method returns the priority of this refund method configuration.
        Returns:
        The priority of this refund method configuration
      • getSleepingTimeout

        public int getSleepingTimeout()
        This method returns the setting of sleeping timeout.
        Returns:
        The setting of sleeping timeout
      • setName

        public void setName(java.lang.String string)
        This method sets the name of this refund method configuration.
        Parameters:
        string - The name to set
      • setPaymentSystemName

        public void setPaymentSystemName(java.lang.String string)
        This method sets the payment system name used by this refund method configuration.
        Parameters:
        string - The payment system name used by this refund method configuration
      • setPriority

        public void setPriority(java.lang.String string)
        This method sets the priority of this refund method configuration.
        Parameters:
        string - The priority of this refund method configuration to set
      • setSleepingTimeout

        public void setSleepingTimeout(int i)
        This method sets the setting of sleeping timeout.
        Parameters:
        i - The setting of sleeping timeout to set
      • toString

        public java.lang.String toString()
        Method toString - creates a String representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the String representation