Package net.opengis.ows20
Interface DescriptionType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
BasicIdentificationType
,CoverageSummaryType
,DatasetDescriptionSummaryBaseType
,DescriptionType
,GenericInputType
,GenericOutputType
,GenericProcessType
,IdentificationType
,InputDescriptionType
,ManifestType
,OutputDescriptionType
,ProcessDescriptionType
,ProcessSummaryType
,ReferenceGroupType
,ServiceIdentificationType
- All Known Implementing Classes:
BasicIdentificationTypeImpl
,CoverageSummaryTypeImpl
,DatasetDescriptionSummaryBaseTypeImpl
,DescriptionTypeImpl
,DescriptionTypeImpl
,GenericInputTypeImpl
,GenericOutputTypeImpl
,GenericProcessTypeImpl
,IdentificationTypeImpl
,InputDescriptionTypeImpl
,ManifestTypeImpl
,OutputDescriptionTypeImpl
,ProcessDescriptionTypeImpl
,ProcessSummaryTypeImpl
,ReferenceGroupTypeImpl
,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. If the xml:lang attribute is not included in a Title, Abstract or Keyword element, then no language is specified for that element unless specified by another means. All Title, Abstract and Keyword elements in the same Description that share the same xml:lang attribute value represent the description of the parent object in that language. Multiple Title or Abstract elements shall not exist in the same Description with the same xml:lang attribute value unless otherwise specified.The following features are supported:
- See Also:
Ows20Package.getDescriptionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<LanguageStringType>
getAbstract()
Returns the value of the 'Abstract' containment reference list.EList<KeywordsType>
getKeywords()
Returns the value of the 'Keywords' containment reference list.EList<LanguageStringType>
getTitle()
Returns the value of the 'Title' containment reference list.
-
-
-
Method Detail
-
getTitle
EList<LanguageStringType> getTitle()
Returns the value of the 'Title' containment reference list. The list contents are of typeLanguageStringType
. Title of this resource, normally used for display to humans.- Returns:
- the value of the 'Title' containment reference list.
- See Also:
Ows20Package.getDescriptionType_Title()
-
getAbstract
EList<LanguageStringType> getAbstract()
Returns the value of the 'Abstract' containment reference list. The list contents are of typeLanguageStringType
. Brief narrative description of this resource, normally used for display to humans.- Returns:
- the value of the 'Abstract' containment reference list.
- See Also:
Ows20Package.getDescriptionType_Abstract()
-
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:
Ows20Package.getDescriptionType_Keywords()
-
-