Uses of Class
net.finmath.smartcontract.product.xml.PersonId
Packages that use PersonId
-
Uses of PersonId in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PersonIdModifier and TypeFieldDescriptionprotected PersonId
Approval.approver
protected PersonId
ConsentGranted.approver
protected PersonId
ConsentRefused.approver
protected PersonId
RequestConsent.approver
protected PersonId
RequestConsentRetracted.approver
Fields in net.finmath.smartcontract.product.xml with type parameters of type PersonIdMethods in net.finmath.smartcontract.product.xml that return PersonIdModifier and TypeMethodDescriptionObjectFactory.createPersonId()
Create an instance ofPersonId
Approval.getApprover()
Gets the value of the approver property.ConsentGranted.getApprover()
Gets the value of the approver property.ConsentRefused.getApprover()
Gets the value of the approver property.RequestConsent.getApprover()
Gets the value of the approver property.RequestConsentRetracted.getApprover()
Gets the value of the approver property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type PersonIdMethods in net.finmath.smartcontract.product.xml with parameters of type PersonIdModifier and TypeMethodDescriptionvoid
Approval.setApprover
(PersonId value) Sets the value of the approver property.void
ConsentGranted.setApprover
(PersonId value) Sets the value of the approver property.void
ConsentRefused.setApprover
(PersonId value) Sets the value of the approver property.void
RequestConsent.setApprover
(PersonId value) Sets the value of the approver property.void
RequestConsentRetracted.setApprover
(PersonId value) Sets the value of the approver property.