org.deegree.protocol.ows.metadata
Class ContactInfo
java.lang.Object
org.deegree.protocol.ows.metadata.ContactInfo
public class ContactInfo
- extends java.lang.Object
The ContactInfo
bean encapsulates the corresponding GetCapabilities response metadata element.
- Version:
- $Revision: 26254 $, $Date: 2010-08-30 16:36:33 +0200 (Mo, 30. Aug 2010) $
- Author:
- Andrei Ionita, last edited by: $Author: aionita $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContactInfo
public ContactInfo()
setPhone
public void setPhone(Telephone phone)
- Parameters:
phone
-
getPhone
public Telephone getPhone()
- Returns:
- phone, may be
null
setAddress
public void setAddress(Address address)
- Parameters:
address
-
getAddress
public Address getAddress()
- Returns:
- address, may be
null
setOnlineResource
public void setOnlineResource(java.net.URL onlineResource)
- Parameters:
onlineResource
-
getOnlineResource
public java.net.URL getOnlineResource()
- Returns:
- onlineResource, may be
null
setHoursOfService
public void setHoursOfService(java.lang.String hoursOfService)
- Parameters:
hoursOfService
-
getHoursOfService
public java.lang.String getHoursOfService()
- Returns:
- hoursOfService, may be
null
setContactInstructions
public void setContactInstructions(java.lang.String contactInstructions)
- Parameters:
contactInstructions
-
getContactInstruction
public java.lang.String getContactInstruction()
- Returns:
- contactInstructions, may be
null
Copyright © 2011. All Rights Reserved.