|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
specifies the data structur of a address and the access to its components based on ISO 19115
----------------------------------------------------------------------
Method Summary | |
java.lang.String |
getAddress()
returns the address. usally this is the street and number of a building. |
java.lang.String |
getAddressType()
returns the address type. e.g. |
java.lang.String |
getCity()
returns the name of the city |
java.lang.String |
getCountry()
returns the name of the country. this should be the complete name and not an abbreviation. |
java.lang.String |
getPostCode()
returns the post code. |
java.lang.String |
getStateOrProvince()
returns the name of the state or province of the address. |
Method Detail |
public java.lang.String getAddressType()
public java.lang.String getAddress()
public java.lang.String getCity()
public java.lang.String getStateOrProvince()
public java.lang.String getPostCode()
public java.lang.String getCountry()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |