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 ApprovalId
Approval.approvalId
protected ApprovalId
ConsentGranted.approvalId
Methods in net.finmath.smartcontract.product.xml that return ApprovalIdModifier and TypeMethodDescriptionObjectFactory.createApprovalId()
Create an instance ofApprovalId
Approval.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 TypeMethodDescriptionvoid
Approval.setApprovalId(ApprovalId value)
Sets the value of the approvalId property.void
ConsentGranted.setApprovalId(ApprovalId value)
Sets the value of the approvalId property.