Uses of Class
net.finmath.smartcontract.product.xml.Beneficiary
Packages that use Beneficiary
-
Uses of Beneficiary in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as BeneficiaryModifier and TypeFieldDescriptionprotected Beneficiary
SettlementInstruction.beneficiary
protected Beneficiary
SettlementInstruction.beneficiaryBank
Methods in net.finmath.smartcontract.product.xml that return BeneficiaryModifier and TypeMethodDescriptionObjectFactory.createBeneficiary()
Create an instance ofBeneficiary
SettlementInstruction.getBeneficiary()
Gets the value of the beneficiary property.SettlementInstruction.getBeneficiaryBank()
Gets the value of the beneficiaryBank property.Methods in net.finmath.smartcontract.product.xml with parameters of type BeneficiaryModifier and TypeMethodDescriptionvoid
SettlementInstruction.setBeneficiary(Beneficiary value)
Sets the value of the beneficiary property.void
SettlementInstruction.setBeneficiaryBank(Beneficiary value)
Sets the value of the beneficiaryBank property.