Package net.opengis.wcs10
Interface ResponsiblePartyType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ResponsiblePartyTypeImpl
public interface ResponsiblePartyType
extends EObject
A representation of the model object 'Responsible Party Type'.
Identification of, and means of communication with, person(s) and organizations associated with the server.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Contact Info' containment reference.Returns the value of the 'Individual Name' attribute.Returns the value of the 'Organisation Name' attribute.Returns the value of the 'Organisation Name1' attribute.Returns the value of the 'Position Name' attribute.void
setContactInfo
(ContactType value) Sets the value of the 'Contact Info
' containment reference.void
setIndividualName
(String value) Sets the value of the 'Individual Name
' attribute.void
setOrganisationName
(String value) Sets the value of the 'Organisation Name
' attribute.void
setOrganisationName1
(String value) Sets the value of the 'Organisation Name1
' attribute.void
setPositionName
(String value) Sets the value of the 'Position Name
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIndividualName
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
Sets the value of the 'Individual Name
' attribute.- Parameters:
value
- the new value of the 'Individual Name' attribute.- See Also:
-
getOrganisationName
String getOrganisationName()Returns the value of the 'Organisation Name' attribute.If the meaning of the 'Organisation Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Organisation Name' attribute.
- See Also:
-
setOrganisationName
Sets the value of the 'Organisation Name
' attribute.- Parameters:
value
- the new value of the 'Organisation Name' attribute.- See Also:
-
getOrganisationName1
String getOrganisationName1()Returns the value of the 'Organisation Name1' attribute. Name of the responsible organizationt.- Returns:
- the value of the 'Organisation Name1' attribute.
- See Also:
-
setOrganisationName1
Sets the value of the 'Organisation Name1
' attribute.- Parameters:
value
- the new value of the 'Organisation Name1' attribute.- See Also:
-
getPositionName
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
Sets the value of the 'Position Name
' attribute.- Parameters:
value
- the new value of the 'Position Name' attribute.- See Also:
-
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
Sets the value of the 'Contact Info
' containment reference.- Parameters:
value
- the new value of the 'Contact Info' containment reference.- See Also:
-