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 GoverningLawFacility.governingLawprotected GoverningLawTrade.governingLawFields 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 ofGoverningLawFacility.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 TypeMethodDescriptionvoidFacility.setGoverningLaw(GoverningLaw value) Sets the value of the governingLaw property.voidTrade.setGoverningLaw(GoverningLaw value) Sets the value of the governingLaw property.