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 PersonIdApproval.approverprotected PersonIdConsentGranted.approverprotected PersonIdConsentRefused.approverprotected PersonIdRequestConsent.approverprotected PersonIdRequestConsentRetracted.approverFields 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 ofPersonIdApproval.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 TypeMethodDescriptionvoidApproval.setApprover(PersonId value) Sets the value of the approver property.voidConsentGranted.setApprover(PersonId value) Sets the value of the approver property.voidConsentRefused.setApprover(PersonId value) Sets the value of the approver property.voidRequestConsent.setApprover(PersonId value) Sets the value of the approver property.voidRequestConsentRetracted.setApprover(PersonId value) Sets the value of the approver property.