Package net.opengis.ows20
Interface ResponsiblePartySubsetType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ResponsiblePartySubsetTypeImpl
public interface ResponsiblePartySubsetType
extends EObject
A representation of the model object 'Responsible Party Subset Type'.
Identification of, and means of communication with,
person responsible for the server.
For OWS use in the ServiceProvider section of a service
metadata document, the optional organizationName element was removed,
since this type is always used with the ProviderName element which
provides that information. The mandatory "role" element was changed to
optional, since no clear use of this information is known in the
ServiceProvider section.
The following features are supported:
-
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 'Position Name' attribute.getRole()
Returns the value of the 'Role' containment reference.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
setPositionName
(String value) Sets the value of the 'Position Name
' attribute.void
Sets the value of the 'Role
' containment reference.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:
-
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:
-
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
Sets the value of the 'Role
' containment reference.- Parameters:
value
- the new value of the 'Role' containment reference.- See Also:
-