org.n52.oxf.ows.capabilities
Class Contact

java.lang.Object
  extended by 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

Constructor Summary
Contact(String[] telephone, String[] fax, String hoursOfService, String contactInstructions, Address address, OnlineResource onlineResource)
          this constructor has all attributes of the class as its parameters.
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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.