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:
Ows10Package.getDescriptionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAbstract()
Returns the value of the 'Abstract' attribute.EList<KeywordsType>
getKeywords()
Returns the value of the 'Keywords' containment reference list.String
getTitle()
Returns the value of the 'Title' attribute.void
setAbstract(String value)
Sets the value of the 'Abstract
' attribute.void
setTitle(String value)
Sets the value of the 'Title
' attribute.
-
-
-
Method Detail
-
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(String)
,Ows10Package.getDescriptionType_Title()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
getTitle()
-
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(String)
,Ows10Package.getDescriptionType_Abstract()
-
setAbstract
void setAbstract(String value)
Sets the value of the 'Abstract
' attribute.- Parameters:
value
- the new value of the 'Abstract' attribute.- See Also:
getAbstract()
-
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:
Ows10Package.getDescriptionType_Keywords()
-
-