| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.protocol.ows.metadata.party.ResponsibleParty
public class ResponsibleParty
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:
| 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 | 
|---|
public ResponsibleParty()
| Method Detail | 
|---|
public String getIndividualName()
From OWS Common 2.0: Name of the responsible person: surname, given name, title separated by a delimiter.
nullpublic void setIndividualName(String individualName)
individualName - public String getPositionName()
From OWS Common 2.0: Role or position of the responsible person.
nullpublic void setPositionName(String positionName)
positionName - public String getOrganizationName()
From OWS Common 2.0: Name of the responsible organization.
nullpublic void setOrganizationName(String organizationName)
organizationName - public ContactInfo getContactInfo()
From OWS Common 2.0: Address of the responsible party.
nullpublic void setContactInfo(ContactInfo contactInfo)
contactInfo - public CodeType getRole()
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.
nullpublic void setRole(CodeType role)
role - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||