com.ibm.commerce.edp.parsers.refundmappings

Class RefundMapping

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.refundmappings.RefundMapping


  • public class RefundMapping
    extends java.lang.Object
    This class represents the complex type RefundMapping, which corresponds to the element in RefundMappings.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
      RefundMapping() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getRefundConfiguration()
      This method returns the current refund configuration.
      java.lang.String getRefundMethod()
      This method returns the current refund method.
      void setRefundConfiguration(java.lang.String string)
      This method sets the current refund configuration.
      void setRefundMethod(java.lang.String string)
      This method sets the current refund method.
      java.lang.String toString()
      This method 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

      • RefundMapping

        public RefundMapping()
    • Method Detail

      • getRefundConfiguration

        public java.lang.String getRefundConfiguration()
        This method returns the current refund configuration.
        Returns:
        The current refund configuration
      • getRefundMethod

        public java.lang.String getRefundMethod()
        This method returns the current refund method.
        Returns:
        The current refund method
      • setRefundConfiguration

        public void setRefundConfiguration(java.lang.String string)
        This method sets the current refund configuration.
        Parameters:
        string - The refund configuration to set
      • setRefundMethod

        public void setRefundMethod(java.lang.String string)
        This method sets the current refund method.
        Parameters:
        string - The refund method to set
      • toString

        public java.lang.String toString()

        This method creates a String representation of the object.

        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation