com.ibm.commerce.edp.parsers.edits

Class ReplacePaymentInstruction

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


  • public class ReplacePaymentInstruction
    extends java.lang.Object
    This class represents the complex type ReplacePaymentInstruction, which means when the order is edited and amount is changed, the payment instruction should be replaced. This element includes the edit action and involved amount.
    • 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
      EditAction getEditAction(int index)
      This method returns the EditAction at the specified position needed by current business event ReplacePaymentInstruction.
      int getEditActionCount()
      This method returns the count of EditAction needed by current business event ReplacePaymentInstruction.
      void setEditAction(int index, EditAction EditAction)
      This method sets the EditAction needed by current business event ReplacePaymentInstruction.
      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

      • ReplacePaymentInstruction

        public ReplacePaymentInstruction()
    • Method Detail

      • setEditAction

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

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

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