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
public interface AbstractDescriptionType extends AbstractDescriptionBaseType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription1()
Returns the value of the 'Description1' attribute.String
getLabel()
Returns the value of the 'Label' attribute.EList
getMetadataLink()
Returns the value of the 'Metadata Link' containment reference list.String
getName1()
Returns the value of the 'Name1' attribute.void
setDescription1(String value)
Sets the value of the 'Description1
' attribute.void
setLabel(String value)
Sets the value of the 'Label
' attribute.void
setName1(String value)
Sets the value of the 'Name1
' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getMetaDataProperty, getName, setDescription
-
-
-
-
Method Detail
-
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:
Wcs10Package.getAbstractDescriptionType_MetadataLink()
-
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(String)
,Wcs10Package.getAbstractDescriptionType_Description1()
-
setDescription1
void setDescription1(String value)
Sets the value of the 'Description1
' attribute.- Parameters:
value
- the new value of the 'Description1' attribute.- See Also:
getDescription1()
-
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(String)
,Wcs10Package.getAbstractDescriptionType_Name1()
-
setName1
void setName1(String value)
Sets the value of the 'Name1
' attribute.- Parameters:
value
- the new value of the 'Name1' attribute.- See Also:
getName1()
-
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(String)
,Wcs10Package.getAbstractDescriptionType_Label()
-
setLabel
void setLabel(String value)
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
getLabel()
-
-