Uses of Class
net.finmath.smartcontract.product.xml.CountryCode
-
Uses of CountryCode in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected CountryCode
Address.country
protected CountryCode
BusinessUnit.country
protected CountryCode
CommodityMetalBrand.country
protected CountryCode
Party.country
protected CountryCode
Person.country
protected CountryCode
DividendSwapTransactionSupplement.localJurisdiction
protected CountryCode
EquityOptionTransactionSupplement.localJurisdiction
protected CountryCode
EquitySwapTransactionSupplement.localJurisdiction
protected CountryCode
VarianceSwapTransactionSupplement.localJurisdiction
protected CountryCode
VolatilitySwapTransactionSupplement.localJurisdiction
protected CountryCode
DividendSwapTransactionSupplement.relevantJurisdiction
protected CountryCode
EquitySwapTransactionSupplement.relevantJurisdiction
protected CountryCode
VarianceSwapTransactionSupplement.relevantJurisdiction
protected CountryCode
VolatilitySwapTransactionSupplement.relevantJurisdiction
Modifier and TypeMethodDescriptionObjectFactory.createCountryCode()
Create an instance ofCountryCode
Address.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.Modifier and TypeMethodDescriptionvoid
Address.setCountry
(CountryCode value) Sets the value of the country property.void
BusinessUnit.setCountry
(CountryCode value) Sets the value of the country property.void
CommodityMetalBrand.setCountry
(CountryCode value) Sets the value of the country property.void
Party.setCountry
(CountryCode value) Sets the value of the country property.void
Person.setCountry
(CountryCode value) Sets the value of the country property.void
DividendSwapTransactionSupplement.setLocalJurisdiction
(CountryCode value) Sets the value of the localJurisdiction property.void
EquityOptionTransactionSupplement.setLocalJurisdiction
(CountryCode value) Sets the value of the localJurisdiction property.void
EquitySwapTransactionSupplement.setLocalJurisdiction
(CountryCode value) Sets the value of the localJurisdiction property.void
VarianceSwapTransactionSupplement.setLocalJurisdiction
(CountryCode value) Sets the value of the localJurisdiction property.void
VolatilitySwapTransactionSupplement.setLocalJurisdiction
(CountryCode value) Sets the value of the localJurisdiction property.void
DividendSwapTransactionSupplement.setRelevantJurisdiction
(CountryCode value) Sets the value of the relevantJurisdiction property.void
EquitySwapTransactionSupplement.setRelevantJurisdiction
(CountryCode value) Sets the value of the relevantJurisdiction property.void
VarianceSwapTransactionSupplement.setRelevantJurisdiction
(CountryCode value) Sets the value of the relevantJurisdiction property.void
VolatilitySwapTransactionSupplement.setRelevantJurisdiction
(CountryCode value) Sets the value of the relevantJurisdiction property.