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()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Country

      public Country​(java.lang.String iso3Code, java.lang.String name, CountryInfo info)
  • 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

      public CountryInfo getInfo()
      The extended information about the country.
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object