Package net.opengis.ows10
Interface DescriptionType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
IdentificationType
,ServiceIdentificationType
- All Known Implementing Classes:
DescriptionTypeImpl
,IdentificationTypeImpl
,ServiceIdentificationTypeImpl
public interface DescriptionType
extends EObject
A representation of the model object 'Description Type'.
Human-readable descriptive information for the object it is included within.
This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Abstract' attribute.EList<KeywordsType>
Returns the value of the 'Keywords' containment reference list.getTitle()
Returns the value of the 'Title' attribute.void
setAbstract
(String value) Sets the value of the 'Abstract
' attribute.void
Sets the value of the 'Title
' 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
-
getTitle
String getTitle()Returns the value of the 'Title' attribute.If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' attribute.
- See Also:
-
setTitle
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
-
getAbstract
String getAbstract()Returns the value of the 'Abstract' attribute.If the meaning of the 'Abstract' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract' attribute.
- See Also:
-
setAbstract
Sets the value of the 'Abstract
' attribute.- Parameters:
value
- the new value of the 'Abstract' attribute.- See Also:
-
getKeywords
EList<KeywordsType> getKeywords()Returns the value of the 'Keywords' containment reference list. The list contents are of typeKeywordsType
.If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Keywords' containment reference list.
- See Also:
-