|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.ogcbasic.ContactAddress_Impl
specifies the data structure of a address and the access to its components based on ISO 19115
----------------------------------------------------------------------
Field Summary | |
private java.lang.String |
address
|
private java.lang.String |
addressType
|
private java.lang.String |
city
|
private java.lang.String |
country
|
private java.lang.String |
postCode
|
private java.lang.String |
stateOrProvince
|
Constructor Summary | |
ContactAddress_Impl()
default constructor |
|
ContactAddress_Impl(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 |
exportAsXML()
Returns an XML representation of this object. |
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 |
Field Detail |
private java.lang.String address
private java.lang.String addressType
private java.lang.String city
private java.lang.String country
private java.lang.String postCode
private java.lang.String stateOrProvince
Constructor Detail |
public ContactAddress_Impl()
public ContactAddress_Impl(java.lang.String addressType, java.lang.String address, java.lang.String city, java.lang.String stateOrProvince, java.lang.String postCode, java.lang.String country)
Method Detail |
public java.lang.String getAddressType()
getAddressType
in interface ContactAddress
public void setAddressType(java.lang.String addressType)
public java.lang.String getAddress()
getAddress
in interface ContactAddress
public void setAddress(java.lang.String address)
public java.lang.String getCity()
getCity
in interface ContactAddress
public void setCity(java.lang.String city)
public java.lang.String getStateOrProvince()
getStateOrProvince
in interface ContactAddress
public void setStateOrProvince(java.lang.String stateOrProvince)
public java.lang.String getPostCode()
getPostCode
in interface ContactAddress
public void setPostCode(java.lang.String postCode)
public java.lang.String getCountry()
getCountry
in interface ContactAddress
public void setCountry(java.lang.String country)
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |