org.deegree.protocol.ows.metadata.party
Class ContactInfo

java.lang.Object
  extended by org.deegree.protocol.ows.metadata.party.ContactInfo

public class ContactInfo
extends Object

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:

Version:
$Revision: 31860 $, $Date: 2011-09-13 15:11:47 +0200 (Tue, 13 Sep 2011) $
Author:
Markus Schneider, Andrei Ionita, last edited by: $Author: mschneider $

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

ContactInfo

public ContactInfo()
Method Detail

getPhone

public Telephone getPhone()
Returns the telephone numbers.

From OWS Common 2.0: Telephone numbers at which the organization or individual may be contacted.

Returns:
telephone numbers, may be null

setPhone

public void setPhone(Telephone phone)
Parameters:
phone -

getAddress

public Address getAddress()
Returns the physical and email address information.

From OWS Common 2.0: Physical and email address at which the organization or individual may be contacted.

Returns:
physical and email address information, may be null

setAddress

public void setAddress(Address address)
Parameters:
address -

getOnlineResource

public URL getOnlineResource()
Returns the online resource.

From OWS Common 2.0: Reference to on-line resource from which data can be obtained.

Returns:
online resource, may be null

setOnlineResource

public void setOnlineResource(URL onlineResource)
Parameters:
onlineResource -

getHoursOfService

public String getHoursOfService()
Returns the hours of service.

From OWS Common 2.0: Time period (including time zone) when individuals can contact the organization or individual.

Returns:
hours of service, may be null

setHoursOfService

public void setHoursOfService(String hoursOfService)
Parameters:
hoursOfService -

getContactInstruction

public String getContactInstruction()
Returns the contact instructions.

From OWS Common 2.0: Supplemental instructions on how or when to contact the individual or organization.

Returns:
contact instructions, may be null

setContactInstructions

public void setContactInstructions(String contactInstructions)
Parameters:
contactInstructions -


Copyright © 2011. All Rights Reserved.