Uses of Class
net.finmath.smartcontract.product.xml.SupervisoryBody
Packages that use SupervisoryBody
-
Uses of SupervisoryBody in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as SupervisoryBodyModifier and TypeFieldDescriptionprotected SupervisoryBody
ClearingRequirements.supervisoryBody
protected SupervisoryBody
SupervisorRegistration.supervisoryBody
Methods in net.finmath.smartcontract.product.xml that return SupervisoryBodyModifier and TypeMethodDescriptionObjectFactory.createSupervisoryBody()
Create an instance ofSupervisoryBody
ClearingRequirements.getSupervisoryBody()
Gets the value of the supervisoryBody property.SupervisorRegistration.getSupervisoryBody()
Gets the value of the supervisoryBody property.Methods in net.finmath.smartcontract.product.xml with parameters of type SupervisoryBodyModifier and TypeMethodDescriptionvoid
ClearingRequirements.setSupervisoryBody(SupervisoryBody value)
Sets the value of the supervisoryBody property.void
SupervisorRegistration.setSupervisoryBody(SupervisoryBody value)
Sets the value of the supervisoryBody property.