public class ReduceOrderAmount
extends java.lang.Object
ReduceOrderAmount
, which
means when order amount decreases, the sub-element of this element indicates
the payment actions need to execute.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ReduceOrderAmount() |
Modifier and Type | Method and Description |
---|---|
EditAction |
getEditAction(int index)
This method returns the EditAction at the specified position needed by
current business event ReduceOrderAmount.
|
int |
getEditActionCount()
This method returns the count of EditAction needed by current business
event ReduceOrderAmount.
|
void |
setEditAction(int index,
EditAction EditAction)
This method sets the EditAction needed by current business event ReduceOrderAmount.
|
java.lang.String |
toString()
This method creates a String representation of the object.
|
public static final java.lang.String COPYRIGHT
public void setEditAction(int index, EditAction EditAction)
index
- The specified position of current EditActionEditAction
- The EditAction needed by current business event ReduceOrderAmountpublic EditAction getEditAction(int index)
index
- The specified position of current EditActionpublic int getEditActionCount()
public java.lang.String toString()
This method creates a String representation of the object.
toString
in class java.lang.Object