|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.ows.metadata.party.ContactInfo
public class ContactInfo
Encapsulates information on the identification of, and the means of communication with the person/party responsible for the server.
Data model has been carefully designed to capture the expressiveness of all OWS specifications and versions and was verified for the following specifications:
| Constructor Summary | |
|---|---|
ContactInfo()
|
|
| Method Summary | |
|---|---|
Address |
getAddress()
Returns the physical and email address information. |
String |
getContactInstruction()
Returns the contact instructions. |
String |
getHoursOfService()
Returns the hours of service. |
URL |
getOnlineResource()
Returns the online resource. |
Telephone |
getPhone()
Returns the telephone numbers. |
void |
setAddress(Address address)
|
void |
setContactInstructions(String contactInstructions)
|
void |
setHoursOfService(String hoursOfService)
|
void |
setOnlineResource(URL onlineResource)
|
void |
setPhone(Telephone phone)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContactInfo()
| Method Detail |
|---|
public Telephone getPhone()
From OWS Common 2.0: Telephone numbers at which the organization or individual may be contacted.
nullpublic void setPhone(Telephone phone)
phone - public Address getAddress()
From OWS Common 2.0: Physical and email address at which the organization or individual may be contacted.
nullpublic void setAddress(Address address)
address - public URL getOnlineResource()
From OWS Common 2.0: Reference to on-line resource from which data can be obtained.
nullpublic void setOnlineResource(URL onlineResource)
onlineResource - public String getHoursOfService()
From OWS Common 2.0: Time period (including time zone) when individuals can contact the organization or individual.
nullpublic void setHoursOfService(String hoursOfService)
hoursOfService - public String getContactInstruction()
From OWS Common 2.0: Supplemental instructions on how or when to contact the individual or organization.
nullpublic void setContactInstructions(String contactInstructions)
contactInstructions -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||