com.ibm.commerce.edp.parsers.paymentactions

Class CurrentDNE

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


  • public class CurrentDNE
    extends java.lang.Object
    This class represents the complex type CurrentDNE, which means the current payment state is DNE.
    • Field Summary

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

      Constructors 
      Constructor and Description
      CurrentDNE() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Action getAction(int index)
      This method returns the action that needs to do when current payment state is DNE at the specified index.
      int getActionCount()
      This method returns the count of the actions need to de when current payment state is DNE.
      void setAction(int index, Action Action)
      This method sets the action that needs to do when current payment state is DNE at the 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

      • CurrentDNE

        public CurrentDNE()
    • Method Detail

      • setAction

        public void setAction(int index,
                              Action Action)
        This method sets the action that needs to do when current payment state is DNE at the specified index.
        Parameters:
        index - The current position
        Action - The action that needs to do when current payment state is DNE at the specified index
      • getAction

        public Action getAction(int index)
        This method returns the action that needs to do when current payment state is DNE at the specified index.
        Parameters:
        index - The current position
        Returns:
        The action that needs to do when current payment state is DNE at the specified index
      • getActionCount

        public int getActionCount()
        This method returns the count of the actions need to de when current payment state is DNE.
        Returns:
        The count of the actions need to de when the amount to process is less than 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