net.opengis.ows11
Interface ResponsiblePartyType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ResponsiblePartyTypeImpl

public interface ResponsiblePartyType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Responsible Party Type'. Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included.

The following features are supported:

See Also:
Ows11Package.getResponsiblePartyType()

Method Summary
 ContactType getContactInfo()
          Returns the value of the 'Contact Info' containment reference.
 java.lang.String getIndividualName()
          Returns the value of the 'Individual Name' attribute.
 java.lang.String getOrganisationName()
          Returns the value of the 'Organisation Name' attribute.
 java.lang.String getPositionName()
          Returns the value of the 'Position Name' attribute.
 CodeType getRole()
          Returns the value of the 'Role' containment reference.
 void setContactInfo(ContactType value)
          Sets the value of the 'Contact Info' containment reference.
 void setIndividualName(java.lang.String value)
          Sets the value of the 'Individual Name' attribute.
 void setOrganisationName(java.lang.String value)
          Sets the value of the 'Organisation Name' attribute.
 void setPositionName(java.lang.String value)
          Sets the value of the 'Position Name' attribute.
 void setRole(CodeType value)
          Sets the value of the 'Role' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getIndividualName

java.lang.String getIndividualName()
Returns the value of the 'Individual Name' attribute. Name of the responsible person: surname, given name, title separated by a delimiter.

Returns:
the value of the 'Individual Name' attribute.
See Also:
setIndividualName(String), Ows11Package.getResponsiblePartyType_IndividualName()

setIndividualName

void setIndividualName(java.lang.String value)
Sets the value of the 'Individual Name' attribute.

Parameters:
value - the new value of the 'Individual Name' attribute.
See Also:
getIndividualName()

getOrganisationName

java.lang.String getOrganisationName()
Returns the value of the 'Organisation Name' attribute. Name of the responsible organization.

Returns:
the value of the 'Organisation Name' attribute.
See Also:
setOrganisationName(String), Ows11Package.getResponsiblePartyType_OrganisationName()

setOrganisationName

void setOrganisationName(java.lang.String value)
Sets the value of the 'Organisation Name' attribute.

Parameters:
value - the new value of the 'Organisation Name' attribute.
See Also:
getOrganisationName()

getPositionName

java.lang.String getPositionName()
Returns the value of the 'Position Name' attribute. Role or position of the responsible person.

Returns:
the value of the 'Position Name' attribute.
See Also:
setPositionName(String), Ows11Package.getResponsiblePartyType_PositionName()

setPositionName

void setPositionName(java.lang.String value)
Sets the value of the 'Position Name' attribute.

Parameters:
value - the new value of the 'Position Name' attribute.
See Also:
getPositionName()

getContactInfo

ContactType getContactInfo()
Returns the value of the 'Contact Info' containment reference. Address of the responsible party.

Returns:
the value of the 'Contact Info' containment reference.
See Also:
setContactInfo(ContactType), Ows11Package.getResponsiblePartyType_ContactInfo()

setContactInfo

void setContactInfo(ContactType value)
Sets the value of the 'Contact Info' containment reference.

Parameters:
value - the new value of the 'Contact Info' containment reference.
See Also:
getContactInfo()

getRole

CodeType getRole()
Returns the value of the 'Role' containment reference. 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:
the value of the 'Role' containment reference.
See Also:
setRole(CodeType), Ows11Package.getResponsiblePartyType_Role()

setRole

void setRole(CodeType value)
Sets the value of the 'Role' containment reference.

Parameters:
value - the new value of the 'Role' containment reference.
See Also:
getRole()


Copyright © 1996-2010 Geotools. All Rights Reserved.