com.ibm.commerce.edp.parsers.edits

Class AddOrderAmount

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.edits.AddOrderAmount


  • public class AddOrderAmount
    extends java.lang.Object
    This class represents the complex type AddOrderAmount, which means when order amount increases, the sub-element of this element indicates the payment actions need to execute.
    • Field Summary

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

      Constructors 
      Constructor and Description
      AddOrderAmount() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      EditAction getEditAction(int index)
      This method returns the EditAction at the specified position needed by current business event AddOrderAmount.
      int getEditActionCount()
      This method returns the count of EditAction needed by current business event AddOrderAmount.
      void setEditAction(int index, EditAction EditAction)
      This method sets the EditAction needed by current business event AddOrderAmount.
      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

      • AddOrderAmount

        public AddOrderAmount()
    • Method Detail

      • setEditAction

        public void setEditAction(int index,
                                  EditAction EditAction)
        This method sets the EditAction needed by current business event AddOrderAmount.
        Parameters:
        index - The specified position of current EditAction
        EditAction - The EditAction needed by current business event AddOrderAmount
      • getEditAction

        public EditAction getEditAction(int index)
        This method returns the EditAction at the specified position needed by current business event AddOrderAmount.
        Parameters:
        index - The specified position of current EditAction
        Returns:
        EditAction The EditAction needed by current business event AddOrderAmount
      • getEditActionCount

        public int getEditActionCount()
        This method returns the count of EditAction needed by current business event AddOrderAmount.
        Returns:
        The count of EditAction needed by current business event AddOrderAmount
      • 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