Package net.opengis.wcs10
Interface AbstractDescriptionType
- All Superinterfaces:
AbstractDescriptionBaseType
,AbstractGMLType
,EObject
,Notifier
- All Known Subinterfaces:
AxisDescriptionType
,CoverageOfferingBriefType
,CoverageOfferingType
,RangeSetType
,ServiceType
- All Known Implementing Classes:
AbstractDescriptionTypeImpl
,AxisDescriptionTypeImpl
,CoverageOfferingBriefTypeImpl
,CoverageOfferingTypeImpl
,RangeSetTypeImpl
,ServiceTypeImpl
A representation of the model object 'Abstract Description Type'.
Human-readable descriptive information for the object it is included within.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Description1' attribute.getLabel()
Returns the value of the 'Label' attribute.EList
Returns the value of the 'Metadata Link' containment reference list.getName1()
Returns the value of the 'Name1' attribute.void
setDescription1
(String value) Sets the value of the 'Description1
' attribute.void
Sets the value of the 'Label
' attribute.void
Sets the value of the 'Name1
' attribute.Methods inherited from interface AbstractGMLType
getDescription, getMetaDataProperty, getName, setDescription
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
-
getMetadataLink
EList getMetadataLink()Returns the value of the 'Metadata Link' containment reference list. The list contents are of typeMetadataLinkType
.If the meaning of the 'Metadata Link' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metadata Link' containment reference list.
- See Also:
-
getDescription1
String getDescription1()Returns the value of the 'Description1' attribute. Contains a simple text description of the object.- Returns:
- the value of the 'Description1' attribute.
- See Also:
-
setDescription1
Sets the value of the 'Description1
' attribute.- Parameters:
value
- the new value of the 'Description1' attribute.- See Also:
-
getName1
String getName1()Returns the value of the 'Name1' attribute. Identifier for the object, normally a descriptive name.- Returns:
- the value of the 'Name1' attribute.
- See Also:
-
setName1
Sets the value of the 'Name1
' attribute.- Parameters:
value
- the new value of the 'Name1' attribute.- See Also:
-
getLabel
String getLabel()Returns the value of the 'Label' attribute. Short human-readable label for this object, for human interface display.- Returns:
- the value of the 'Label' attribute.
- See Also:
-
setLabel
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
-