|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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(java.lang.String addressType,
java.lang.String address,
java.lang.String city,
java.lang.String stateOrProvince,
java.lang.String postCode,
java.lang.String country)
constructor initializing the class with ContactAddress Strings |
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. |
void |
setAddress(java.lang.String address)
sets the address. usally this is the street and number of a building. |
void |
setAddressType(java.lang.String addressType)
sets the address type. e.g. |
void |
setCity(java.lang.String city)
sets the name of the city |
void |
setCountry(java.lang.String country)
sets the name of the country. this should be the complete name and not an abbreviation. |
void |
setPostCode(java.lang.String postCode)
sets the post code. |
void |
setStateOrProvince(java.lang.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(java.lang.String addressType, java.lang.String address, java.lang.String city, java.lang.String stateOrProvince, java.lang.String postCode, java.lang.String country)
addressType
- address
- city
- stateOrProvince
- postCode
- country
- Method Detail |
---|
public java.lang.String getAddressType()
public void setAddressType(java.lang.String addressType)
addressType
- public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- public java.lang.String getStateOrProvince()
public void setStateOrProvince(java.lang.String stateOrProvince)
stateOrProvince
- public java.lang.String getPostCode()
public void setPostCode(java.lang.String postCode)
postCode
- public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
-
|
deegree 2.5 (2011/06/29 09:44 build-8-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://www.deegree.org