org.deegree.ogcwebservices.getcapabilities
Class ServiceProvider
java.lang.Object
org.deegree.ogcwebservices.getcapabilities.ServiceProvider
public class ServiceProvider
- extends java.lang.Object
Represents the ServiceProvider section of the capabilities of an OGC compliant web service
according to the OGC Common Implementation Specification 0.3.
This section corresponds to and expands the SV_ServiceProvider class in ISO 19119.
- Since:
- 2.0
- Version:
- 2.0, $Revision: 18195 $
- Author:
- Markus Schneider , last edited by: $Author: mschneider $
Constructor Summary |
ServiceProvider(java.lang.String providerName,
SimpleLink providerSite,
java.lang.String individualName,
java.lang.String positionName,
ContactInfo contactInfo,
TypeCode role)
Constructs a new ServiceProvider object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceProvider
public ServiceProvider(java.lang.String providerName,
SimpleLink providerSite,
java.lang.String individualName,
java.lang.String positionName,
ContactInfo contactInfo,
TypeCode role)
- Constructs a new ServiceProvider object.
- Parameters:
providerName
- providerSite
- individualName
- positionName
- contactInfo
- role
-
getContactInfo
public ContactInfo getContactInfo()
- Returns:
- Returns the contactInfo.
setContactInfo
public void setContactInfo(ContactInfo contactInfo)
- Parameters:
contactInfo
- The contactInfo to set.
getIndividualName
public java.lang.String getIndividualName()
- Returns:
- Returns the individualName.
setIndividualName
public void setIndividualName(java.lang.String individualName)
- Parameters:
individualName
- The individualName to set.
getPositionName
public java.lang.String getPositionName()
- Returns:
- Returns the positionName.
setPositionName
public void setPositionName(java.lang.String positionName)
- Parameters:
positionName
- The positionName to set.
getProviderName
public java.lang.String getProviderName()
- Returns:
- Returns the providerName.
setProviderName
public void setProviderName(java.lang.String providerName)
- Parameters:
providerName
- The providerName to set.
getProviderSite
public SimpleLink getProviderSite()
- Returns:
- Returns the providerSite.
setProviderSite
public void setProviderSite(SimpleLink providerSite)
- Parameters:
providerSite
- The providerSite to set.
getRole
public TypeCode getRole()
- Returns:
- Returns the role.
setRole
public void setRole(TypeCode role)
- Parameters:
role
- The role to set.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org