public interface OrderPaymentInfoType
The following features are supported:
OrderPackage.getOrderPaymentInfoType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getFinancialTransaction()
Returns the value of the 'Financial Transaction' containment reference list.
|
java.util.List |
getPaymentInstruction()
Returns the value of the 'Payment Instruction' containment reference list.
|
java.lang.Object |
getStatus()
Returns the value of the 'Status' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setStatus(java.lang.Object value)
Sets the value of the '
Status ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
java.util.List getPaymentInstruction()
PaymentInstructionType
.
The payment instructions.
OrderPackage.getOrderPaymentInfoType_PaymentInstruction()
java.lang.Object getStatus()
setStatus(Object)
,
OrderPackage.getOrderPaymentInfoType_Status()
void setStatus(java.lang.Object value)
Status
' attribute.
value
- the new value of the 'Status' attribute.getStatus()
java.util.List getFinancialTransaction()
FinancialTransactionType
.
The Financial Transactions.
OrderPackage.getOrderPaymentInfoType_FinancialTransaction()
UserDataType getUserData()
setUserData(UserDataType)
,
OrderPackage.getOrderPaymentInfoType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()