public class Country extends java.lang.Object implements KladrObject
CHARSET| Constructor and Description |
|---|
Country(byte[] name,
byte[] socr,
int index,
byte regionCode,
int districtCode,
long parentCityCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDistrictCode() |
int |
getIndex() |
java.lang.String |
getName() |
long |
getParentCityCode() |
byte |
getRegionCode() |
java.lang.String |
getSocr() |
java.lang.String |
toString() |
public Country(byte[] name,
byte[] socr,
int index,
byte regionCode,
int districtCode,
long parentCityCode)
public java.lang.String getName()
getName in interface KladrObjectpublic java.lang.String getSocr()
getSocr in interface KladrObjectpublic int getIndex()
getIndex in interface KladrObjectpublic byte getRegionCode()
public int getDistrictCode()
public long getParentCityCode()
public java.lang.String toString()
toString in class java.lang.Object