net.opengis.ows10
Interface DescriptionType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
IdentificationType, ServiceIdentificationType
All Known Implementing Classes:
DescriptionTypeImpl, IdentificationTypeImpl, ServiceIdentificationTypeImpl

public interface DescriptionType
extends org.eclipse.emf.ecore.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
 java.lang.String getAbstract()
          Returns the value of the 'Abstract' attribute.
 org.eclipse.emf.common.util.EList getKeywords()
          Returns the value of the 'Keywords' containment reference list.
 java.lang.String getTitle()
          Returns the value of the 'Title' attribute.
 void setAbstract(java.lang.String value)
          Sets the value of the 'Abstract' attribute.
 void setTitle(java.lang.String value)
          Sets the value of the 'Title' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTitle

java.lang.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(java.lang.String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()

getAbstract

java.lang.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(java.lang.String value)
Sets the value of the 'Abstract' attribute.

Parameters:
value - the new value of the 'Abstract' attribute.
See Also:
getAbstract()

getKeywords

org.eclipse.emf.common.util.EList getKeywords()
Returns the value of the 'Keywords' containment reference list. The list contents are of type KeywordsType.

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()


Copyright © 1996-2010 Geotools. All Rights Reserved.