Package com.navmii.sdk.common
Class Country
- java.lang.Object
-
- com.navmii.sdk.common.Country
-
public final class Country extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Country(java.lang.String iso3Code, java.lang.String alpha2Code, java.lang.String name, CountryInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getAlpha2Code()
ISO 3166 alpha-2 Country subdivision codeCountryInfo
getInfo()
The extended information about the country.java.lang.String
getIso3Code()
Deprecated.Replaced withgetAlpha2Code()
java.lang.String
getName()
The country name.java.lang.String
toString()
-
-
-
Constructor Detail
-
Country
public Country(java.lang.String iso3Code, java.lang.String alpha2Code, java.lang.String name, CountryInfo info)
-
-
Method Detail
-
getIso3Code
public java.lang.String getIso3Code()
Deprecated.Replaced withgetAlpha2Code()
The ISO3 code of the country.- See Also:
- ISO 3166-1 alpha-3
-
getAlpha2Code
public java.lang.String getAlpha2Code()
ISO 3166 alpha-2 Country subdivision code
-
getName
public java.lang.String getName()
The country name.
-
getInfo
public CountryInfo getInfo()
The extended information about the country.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-