com.ibm.commerce.edp.parsers.refundmappings

Class RefundMappings

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


  • public class RefundMappings
    extends java.lang.Object
    This class represents the complex type RefundMappings, which corresponds to the configuration file RefundMappings.xml.
    • Constructor Detail

      • RefundMappings

        public RefundMappings()
    • Method Detail

      • setRefundMapping

        public void setRefundMapping(int index,
                                     RefundMapping Mapping)
        This method sets the refund mapping at a specified index.
        Parameters:
        index - The position
        Mapping - The refund mapping at the specified index
      • getRefundMapping

        public RefundMapping getRefundMapping(int index)
        This method returns the refund mapping at a specified index.
        Parameters:
        index - The position
        Returns:
        The refund mapping at the specified index
      • getRefundMappingCount

        public int getRefundMappingCount()
      • 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