org.n52.oxf.ows.capabilities
Class Contact
java.lang.Object
org.n52.oxf.ows.capabilities.Contact
public class Contact
- extends Object
Information which is needed to contact the responsible organization/person.
This class refers to CI_Contact of ISO 19115.
- Author:
- ISO 19115 and OGC, Arne Broering
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Contact
public Contact(String[] telephone,
String[] fax,
String hoursOfService,
String contactInstructions,
Address address,
OnlineResource onlineResource)
- this constructor has all attributes of the class as its parameters.
- Parameters:
telephone
- fax
- hoursOfService
- contactInstructions
- address
- onlineResource
-
toXML
public String toXML()
- Returns:
- a XML representation of this Contact.
getAddress
public Address getAddress()
setAddress
protected void setAddress(Address address)
getContactInstructions
public String getContactInstructions()
setContactInstructions
protected void setContactInstructions(String contactInstructions)
getFax
public String[] getFax()
setFax
protected void setFax(String[] fax)
getHoursOfService
public String getHoursOfService()
setHoursOfService
protected void setHoursOfService(String hoursOfService)
getOnlineResource
public OnlineResource getOnlineResource()
setOnlineResource
protected void setOnlineResource(OnlineResource onlineResource)
getTelephone
public String[] getTelephone()
setTelephone
protected void setTelephone(String[] telephone)
Copyright © 2012-2013 52north.org. All Rights Reserved.