Uses of Class
net.finmath.smartcontract.product.xml.GoverningLaw
Packages that use GoverningLaw
-
Uses of GoverningLaw in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as GoverningLawModifier and TypeFieldDescriptionprotected GoverningLaw
Facility.governingLaw
protected GoverningLaw
Trade.governingLaw
Fields in net.finmath.smartcontract.product.xml with type parameters of type GoverningLawMethods in net.finmath.smartcontract.product.xml that return GoverningLawModifier and TypeMethodDescriptionObjectFactory.createGoverningLaw()
Create an instance ofGoverningLaw
Facility.getGoverningLaw()
Gets the value of the governingLaw property.Trade.getGoverningLaw()
Gets the value of the governingLaw property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type GoverningLawModifier and TypeMethodDescriptionParty.getJurisdiction()
Gets the value of the jurisdiction property.Methods in net.finmath.smartcontract.product.xml with parameters of type GoverningLawModifier and TypeMethodDescriptionvoid
Facility.setGoverningLaw
(GoverningLaw value) Sets the value of the governingLaw property.void
Trade.setGoverningLaw
(GoverningLaw value) Sets the value of the governingLaw property.