| 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| 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)
addressType - address - city - stateOrProvince - postCode - country - | Method Detail | 
|---|
public String getAddressType()
public void setAddressType(String addressType)
addressType - public String getAddress()
public void setAddress(String address)
address - public String getCity()
public void setCity(String city)
city - public String getStateOrProvince()
public void setStateOrProvince(String stateOrProvince)
stateOrProvince - public String getPostCode()
public void setPostCode(String postCode)
postCode - public String getCountry()
public void setCountry(String country)
country - 
  | 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| 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