org.deegree.protocol.ows.metadata
Class ServiceContact
java.lang.Object
org.deegree.protocol.ows.metadata.ServiceContact
public class ServiceContact
- extends java.lang.Object
The ServiceContact
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 |
ServiceContact
public ServiceContact()
setIndividualName
public void setIndividualName(java.lang.String individualName)
- Parameters:
individualName
-
getIndividualName
public java.lang.String getIndividualName()
- Returns:
- individualName, may be
null
.
setPositionName
public void setPositionName(java.lang.String positionName)
- Parameters:
positionName
-
getPositionName
public java.lang.String getPositionName()
- Returns:
- positionName, may be
null
.
setContactInfo
public void setContactInfo(ContactInfo contactInfo)
- Parameters:
contactInfo
-
getContactInfo
public ContactInfo getContactInfo()
- Returns:
- contactInfo, may be
null
.
setRole
public void setRole(CodeType role)
- Parameters:
role
-
getRole
public CodeType getRole()
- Returns:
- role, may be
null
.
Copyright © 2011. All Rights Reserved.