Uses of Class
net.finmath.smartcontract.product.xml.Withdrawal
Packages that use Withdrawal
-
Uses of Withdrawal in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as WithdrawalModifier and TypeFieldDescriptionprotected WithdrawalConfirmationAgreed.withdrawalprotected WithdrawalConfirmationDisputed.withdrawalprotected WithdrawalConfirmationRetracted.withdrawalprotected WithdrawalConsentGranted.withdrawalprotected WithdrawalConsentRefused.withdrawalprotected WithdrawalEventProposedMatch.withdrawalprotected WithdrawalEventsChoice.withdrawalprotected WithdrawalExecutionAdvice.withdrawalprotected WithdrawalExecutionAdviceRetracted.withdrawalprotected WithdrawalRequestConfirmation.withdrawalprotected WithdrawalRequestConsent.withdrawalprotected WithdrawalRequestConsentRetracted.withdrawalMethods in net.finmath.smartcontract.product.xml that return WithdrawalModifier and TypeMethodDescriptionObjectFactory.createWithdrawal()Create an instance ofWithdrawalConfirmationAgreed.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.Methods in net.finmath.smartcontract.product.xml with parameters of type WithdrawalModifier and TypeMethodDescriptionvoidConfirmationAgreed.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidConfirmationDisputed.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidConfirmationRetracted.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidConsentGranted.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidConsentRefused.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidEventProposedMatch.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidEventsChoice.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidExecutionAdvice.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidExecutionAdviceRetracted.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidRequestConfirmation.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidRequestConsent.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.voidRequestConsentRetracted.setWithdrawal(Withdrawal value) Sets the value of the withdrawal property.