Uses of Class
net.finmath.smartcontract.product.xml.ApprovalId
Packages that use ApprovalId
-
Uses of ApprovalId in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ApprovalIdModifier and TypeFieldDescriptionprotected ApprovalIdApproval.approvalIdprotected ApprovalIdConsentGranted.approvalIdMethods in net.finmath.smartcontract.product.xml that return ApprovalIdModifier and TypeMethodDescriptionObjectFactory.createApprovalId()Create an instance ofApprovalIdApproval.getApprovalId()Gets the value of the approvalId property.ConsentGranted.getApprovalId()Gets the value of the approvalId property.Methods in net.finmath.smartcontract.product.xml with parameters of type ApprovalIdModifier and TypeMethodDescriptionvoidApproval.setApprovalId(ApprovalId value) Sets the value of the approvalId property.voidConsentGranted.setApprovalId(ApprovalId value) Sets the value of the approvalId property.