public class Contact extends Object
Constructor and Description |
---|
Contact(String[] telephone,
String[] fax,
String hoursOfService,
String contactInstructions,
Address address,
OnlineResource onlineResource) |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress() |
String |
getContactInstructions() |
String[] |
getFax() |
String |
getHoursOfService() |
OnlineResource |
getOnlineResource() |
String[] |
getTelephone() |
protected void |
setAddress(Address address) |
protected void |
setContactInstructions(String contactInstructions) |
protected void |
setFax(String[] fax) |
protected void |
setHoursOfService(String hoursOfService) |
protected void |
setOnlineResource(OnlineResource onlineResource) |
protected void |
setTelephone(String[] telephone) |
String |
toXML() |
public String toXML()
public Address getAddress()
protected void setAddress(Address address)
public String getContactInstructions()
protected void setContactInstructions(String contactInstructions)
public String[] getFax()
protected void setFax(String[] fax)
public String getHoursOfService()
protected void setHoursOfService(String hoursOfService)
public OnlineResource getOnlineResource()
protected void setOnlineResource(OnlineResource onlineResource)
public String[] getTelephone()
protected void setTelephone(String[] telephone)
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.