|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.ogcbase.ContactAddress
public class ContactAddress
Specifies the data structure of a address and the access to its components based on ISO 19115.
Constructor Summary | |
---|---|
ContactAddress(String addressType,
String address,
String city,
String stateOrProvince,
String postCode,
String country)
constructor initializing the class with ContactAddress Strings |
Method Summary | |
---|---|
String |
getAddress()
returns the address. usally this is the street and number of a building. |
String |
getAddressType()
returns the address type. e.g. |
String |
getCity()
returns the name of the city |
String |
getCountry()
returns the name of the country. this should be the complete name and not an abbreviation. |
String |
getPostCode()
returns the post code. |
String |
getStateOrProvince()
returns the name of the state or province of the address. |
void |
setAddress(String address)
sets the address. usally this is the street and number of a building. |
void |
setAddressType(String addressType)
sets the address type. e.g. |
void |
setCity(String city)
sets the name of the city |
void |
setCountry(String country)
sets the name of the country. this should be the complete name and not an abbreviation. |
void |
setPostCode(String postCode)
sets the post code. |
void |
setStateOrProvince(String stateOrProvince)
sets the name of the state or province of the address. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContactAddress(String addressType, String address, String city, String stateOrProvince, String postCode, String country)
Method Detail |
---|
public String getAddressType()
public void setAddressType(String addressType)
public String getAddress()
public void setAddress(String address)
public String getCity()
public void setCity(String city)
public String getStateOrProvince()
public void setStateOrProvince(String stateOrProvince)
public String getPostCode()
public void setPostCode(String postCode)
public String getCountry()
public void setCountry(String country)
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net