Uses of Class
net.finmath.smartcontract.product.xml.Withdrawal
-
Uses of Withdrawal in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected Withdrawal
ConfirmationAgreed.withdrawal
protected Withdrawal
ConfirmationDisputed.withdrawal
protected Withdrawal
ConfirmationRetracted.withdrawal
protected Withdrawal
ConsentGranted.withdrawal
protected Withdrawal
ConsentRefused.withdrawal
protected Withdrawal
EventProposedMatch.withdrawal
protected Withdrawal
EventsChoice.withdrawal
protected Withdrawal
ExecutionAdvice.withdrawal
protected Withdrawal
ExecutionAdviceRetracted.withdrawal
protected Withdrawal
RequestConfirmation.withdrawal
protected Withdrawal
RequestConsent.withdrawal
protected Withdrawal
RequestConsentRetracted.withdrawal
Modifier and TypeMethodDescriptionObjectFactory.createWithdrawal()
Create an instance ofWithdrawal
ConfirmationAgreed.getWithdrawal()
Gets the value of the withdrawal property.ConfirmationDisputed.getWithdrawal()
Gets the value of the withdrawal property.ConfirmationRetracted.getWithdrawal()
Gets the value of the withdrawal property.ConsentGranted.getWithdrawal()
Gets the value of the withdrawal property.ConsentRefused.getWithdrawal()
Gets the value of the withdrawal property.EventProposedMatch.getWithdrawal()
Gets the value of the withdrawal property.EventsChoice.getWithdrawal()
Gets the value of the withdrawal property.ExecutionAdvice.getWithdrawal()
Gets the value of the withdrawal property.ExecutionAdviceRetracted.getWithdrawal()
Gets the value of the withdrawal property.RequestConfirmation.getWithdrawal()
Gets the value of the withdrawal property.RequestConsent.getWithdrawal()
Gets the value of the withdrawal property.RequestConsentRetracted.getWithdrawal()
Gets the value of the withdrawal property.Modifier and TypeMethodDescriptionvoid
ConfirmationAgreed.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
ConfirmationDisputed.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
ConfirmationRetracted.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
ConsentGranted.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
ConsentRefused.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
EventProposedMatch.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
EventsChoice.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
ExecutionAdvice.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
ExecutionAdviceRetracted.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
RequestConfirmation.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
RequestConsent.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.void
RequestConsentRetracted.setWithdrawal
(Withdrawal value) Sets the value of the withdrawal property.