Uses of Class
net.finmath.smartcontract.product.xml.CountryCode
Packages that use CountryCode
-
Uses of CountryCode in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CountryCodeModifier and TypeFieldDescriptionprotected CountryCodeAddress.countryprotected CountryCodeBusinessUnit.countryprotected CountryCodeCommodityMetalBrand.countryprotected CountryCodeParty.countryprotected CountryCodePerson.countryprotected CountryCodeDividendSwapTransactionSupplement.localJurisdictionprotected CountryCodeEquityOptionTransactionSupplement.localJurisdictionprotected CountryCodeEquitySwapTransactionSupplement.localJurisdictionprotected CountryCodeVarianceSwapTransactionSupplement.localJurisdictionprotected CountryCodeVolatilitySwapTransactionSupplement.localJurisdictionprotected CountryCodeDividendSwapTransactionSupplement.relevantJurisdictionprotected CountryCodeEquitySwapTransactionSupplement.relevantJurisdictionprotected CountryCodeVarianceSwapTransactionSupplement.relevantJurisdictionprotected CountryCodeVolatilitySwapTransactionSupplement.relevantJurisdictionMethods in net.finmath.smartcontract.product.xml that return CountryCodeModifier and TypeMethodDescriptionObjectFactory.createCountryCode()Create an instance ofCountryCodeAddress.getCountry()Gets the value of the country property.BusinessUnit.getCountry()Gets the value of the country property.CommodityMetalBrand.getCountry()Gets the value of the country property.Party.getCountry()Gets the value of the country property.Person.getCountry()Gets the value of the country property.DividendSwapTransactionSupplement.getLocalJurisdiction()Gets the value of the localJurisdiction property.EquityOptionTransactionSupplement.getLocalJurisdiction()Gets the value of the localJurisdiction property.EquitySwapTransactionSupplement.getLocalJurisdiction()Gets the value of the localJurisdiction property.VarianceSwapTransactionSupplement.getLocalJurisdiction()Gets the value of the localJurisdiction property.VolatilitySwapTransactionSupplement.getLocalJurisdiction()Gets the value of the localJurisdiction property.DividendSwapTransactionSupplement.getRelevantJurisdiction()Gets the value of the relevantJurisdiction property.EquitySwapTransactionSupplement.getRelevantJurisdiction()Gets the value of the relevantJurisdiction property.VarianceSwapTransactionSupplement.getRelevantJurisdiction()Gets the value of the relevantJurisdiction property.VolatilitySwapTransactionSupplement.getRelevantJurisdiction()Gets the value of the relevantJurisdiction property.Methods in net.finmath.smartcontract.product.xml with parameters of type CountryCodeModifier and TypeMethodDescriptionvoidAddress.setCountry(CountryCode value) Sets the value of the country property.voidBusinessUnit.setCountry(CountryCode value) Sets the value of the country property.voidCommodityMetalBrand.setCountry(CountryCode value) Sets the value of the country property.voidParty.setCountry(CountryCode value) Sets the value of the country property.voidPerson.setCountry(CountryCode value) Sets the value of the country property.voidDividendSwapTransactionSupplement.setLocalJurisdiction(CountryCode value) Sets the value of the localJurisdiction property.voidEquityOptionTransactionSupplement.setLocalJurisdiction(CountryCode value) Sets the value of the localJurisdiction property.voidEquitySwapTransactionSupplement.setLocalJurisdiction(CountryCode value) Sets the value of the localJurisdiction property.voidVarianceSwapTransactionSupplement.setLocalJurisdiction(CountryCode value) Sets the value of the localJurisdiction property.voidVolatilitySwapTransactionSupplement.setLocalJurisdiction(CountryCode value) Sets the value of the localJurisdiction property.voidDividendSwapTransactionSupplement.setRelevantJurisdiction(CountryCode value) Sets the value of the relevantJurisdiction property.voidEquitySwapTransactionSupplement.setRelevantJurisdiction(CountryCode value) Sets the value of the relevantJurisdiction property.voidVarianceSwapTransactionSupplement.setRelevantJurisdiction(CountryCode value) Sets the value of the relevantJurisdiction property.voidVolatilitySwapTransactionSupplement.setRelevantJurisdiction(CountryCode value) Sets the value of the relevantJurisdiction property.