org.deegree.protocol.ows.metadata.party
Class ResponsibleParty

java.lang.Object
  extended by org.deegree.protocol.ows.metadata.party.ResponsibleParty

public class ResponsibleParty
extends Object

Encapsulates information on the identification of, and the means of communication with the person/party responsible for the server.

Data model has been carefully designed to capture the expressiveness of all OWS specifications and versions and was verified for the following specifications:

Version:
$Revision: 31860 $, $Date: 2011-09-13 15:11:47 +0200 (Tue, 13 Sep 2011) $
Author:
Markus Schneider, Andrei Ionita, last edited by: $Author: mschneider $

Constructor Summary
ResponsibleParty()
           
 
Method Summary
 ContactInfo getContactInfo()
          Returns the address of the responsible party.
 String getIndividualName()
          Returns the name of the responsible person.
 String getOrganizationName()
          Returns the name of the responsible organization.
 String getPositionName()
          Returns the position of the responsible person.
 CodeType getRole()
          Returns the function of the responsible party.
 void setContactInfo(ContactInfo contactInfo)
           
 void setIndividualName(String individualName)
           
 void setOrganizationName(String organizationName)
           
 void setPositionName(String positionName)
           
 void setRole(CodeType role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponsibleParty

public ResponsibleParty()
Method Detail

getIndividualName

public String getIndividualName()
Returns the name of the responsible person.

From OWS Common 2.0: Name of the responsible person: surname, given name, title separated by a delimiter.

Returns:
name of the responsible person, may be null

setIndividualName

public void setIndividualName(String individualName)
Parameters:
individualName -

getPositionName

public String getPositionName()
Returns the position of the responsible person.

From OWS Common 2.0: Role or position of the responsible person.

Returns:
position of the responsible person, may be null

setPositionName

public void setPositionName(String positionName)
Parameters:
positionName -

getOrganizationName

public String getOrganizationName()
Returns the name of the responsible organization.

From OWS Common 2.0: Name of the responsible organization.

Returns:
name of the responsible organization, may be null

setOrganizationName

public void setOrganizationName(String organizationName)
Parameters:
organizationName -

getContactInfo

public ContactInfo getContactInfo()
Returns the address of the responsible party.

From OWS Common 2.0: Address of the responsible party.

Returns:
address of the responsible party, may be null

setContactInfo

public void setContactInfo(ContactInfo contactInfo)
Parameters:
contactInfo -

getRole

public CodeType getRole()
Returns the function of the responsible party.

From OWS Common 2.0: Function performed by the responsible party. Possible values of this Role shall include the values and the meanings listed in Subclause B.5.5 of ISO 19115:2003.

Returns:
unction of the responsible party, may be null

setRole

public void setRole(CodeType role)
Parameters:
role -


Copyright © 2011. All Rights Reserved.