Uses of Class
net.finmath.smartcontract.product.xml.Approvals
Packages that use Approvals
-
Uses of Approvals in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ApprovalsModifier and TypeFieldDescriptionprotected ApprovalsAllocation.approvalsprotected ApprovalsApprovalStatusNotification.approvalsprotected ApprovalsTrade.approvalsprotected ApprovalsTradePackage.approvalsMethods in net.finmath.smartcontract.product.xml that return ApprovalsModifier and TypeMethodDescriptionObjectFactory.createApprovals()Create an instance ofApprovalsAllocation.getApprovals()Gets the value of the approvals property.ApprovalStatusNotification.getApprovals()Gets the value of the approvals property.Trade.getApprovals()Gets the value of the approvals property.TradePackage.getApprovals()Gets the value of the approvals property.Methods in net.finmath.smartcontract.product.xml with parameters of type ApprovalsModifier and TypeMethodDescriptionvoidAllocation.setApprovals(Approvals value) Sets the value of the approvals property.voidApprovalStatusNotification.setApprovals(Approvals value) Sets the value of the approvals property.voidTrade.setApprovals(Approvals value) Sets the value of the approvals property.voidTradePackage.setApprovals(Approvals value) Sets the value of the approvals property.