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 name, CountryInfo info)
-
Method Summary
Modifier and Type Method Description CountryInfo
getInfo()
The extended information about the country.java.lang.String
getIso3Code()
The ISO3 code of the country.java.lang.String
getName()
The country name.java.lang.String
toString()
-
Constructor Details
-
Method Details
-
getIso3Code
public java.lang.String getIso3Code()The ISO3 code of the country.- See Also:
- ISO 3166-1 alpha-3
-
getName
public java.lang.String getName()The country name. -
getInfo
The extended information about the country. -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-