org.n52.oxf.ows.capabilities
Class ServiceContact
java.lang.Object
org.n52.oxf.ows.capabilities.ServiceContact
public class ServiceContact
- extends Object
Description of person(s) and organizations.
This class refers to CI_ResponsibleParty 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 |
ServiceContact
public ServiceContact(String individualName,
String organisationName,
String positionName,
Contact contactInfo)
- Parameters:
individualName
- organisationName
- positionName
- contactInfo
-
toXML
public String toXML()
- Returns:
- a XML representation of this ServiceContact.
getContactInfo
public Contact getContactInfo()
setContactInfo
protected void setContactInfo(Contact contactInfo)
getIndividualName
public String getIndividualName()
setIndividualName
protected void setIndividualName(String individualName)
getOrganisationName
public String getOrganisationName()
setOrganisationName
protected void setOrganisationName(String organisationName)
getPositionName
public String getPositionName()
setPositionName
protected void setPositionName(String positionName)
Copyright © 2012-2013 52north.org. All Rights Reserved.