com.ibm.commerce.edp.parsers.paymentactions

Class AmountEqualsRequested

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.paymentactions.AmountEqualsRequested


  • public class AmountEqualsRequested
    extends java.lang.Object
    This class represents the complex type
    • 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
      Action getAction(int index)
      This method returns the action when the amount to process is equals to the requested amount at a specified index.
      int getActionCount()
      This method returns the count of the actions need to de when the amount to process is equals to the requested amount.
      void setAction(int index, Action Action)
      This method sets the action when the amount to process is equals to the requested amount at a specified index.
      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

      • AmountEqualsRequested

        public AmountEqualsRequested()
    • Method Detail

      • setAction

        public void setAction(int index,
                              Action Action)
        This method sets the action when the amount to process is equals to the requested amount at a specified index.
        Parameters:
        index - The position
        Action - The action when the amount to process is equals to the requested amount at a specified index
      • getAction

        public Action getAction(int index)
        This method returns the action when the amount to process is equals to the requested amount at a specified index.
        Parameters:
        index - The position
        Returns:
        The action when the amount to process is equals to the requested amount at a specified index
      • getActionCount

        public int getActionCount()
        This method returns the count of the actions need to de when the amount to process is equals to the requested amount.
        Returns:
        The count of the actions need to de when the amount to process is equals to the requested amount
      • 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