Package net.opengis.ows20
Interface BasicIdentificationType
-
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Subinterfaces:
DescriptionType
,GenericInputType
,GenericOutputType
,GenericProcessType
,IdentificationType
,InputDescriptionType
,ManifestType
,OutputDescriptionType
,ProcessDescriptionType
,ProcessSummaryType
,ReferenceGroupType
- All Known Implementing Classes:
BasicIdentificationTypeImpl
,DescriptionTypeImpl
,GenericInputTypeImpl
,GenericOutputTypeImpl
,GenericProcessTypeImpl
,IdentificationTypeImpl
,InputDescriptionTypeImpl
,ManifestTypeImpl
,OutputDescriptionTypeImpl
,ProcessDescriptionTypeImpl
,ProcessSummaryTypeImpl
,ReferenceGroupTypeImpl
public interface BasicIdentificationType extends DescriptionType
A representation of the model object 'Basic Identification Type'. Basic metadata identifying and describing a set of data.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.EList<MetadataType>
getMetadata()
Returns the value of the 'Metadata' containment reference list.FeatureMap
getMetadataGroup()
Returns the value of the 'Metadata Group' attribute list.void
setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.-
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
-
-
-
-
Method Detail
-
getIdentifier
CodeType getIdentifier()
Returns the value of the 'Identifier' containment reference. Optional unique identifier or name of this dataset.- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
setIdentifier(CodeType)
,Ows20Package.getBasicIdentificationType_Identifier()
-
setIdentifier
void setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
getIdentifier()
-
getMetadataGroup
FeatureMap getMetadataGroup()
Returns the value of the 'Metadata Group' attribute list. The list contents are of typeFeatureMap.Entry
. Optional unordered list of additional metadata about this data(set). A list of optional metadata elements for this data identification could be specified in the Implementation Specification for this service.- Returns:
- the value of the 'Metadata Group' attribute list.
- See Also:
Ows20Package.getBasicIdentificationType_MetadataGroup()
-
getMetadata
EList<MetadataType> getMetadata()
Returns the value of the 'Metadata' containment reference list. The list contents are of typeMetadataType
. Optional unordered list of additional metadata about this data(set). A list of optional metadata elements for this data identification could be specified in the Implementation Specification for this service.- Returns:
- the value of the 'Metadata' containment reference list.
- See Also:
Ows20Package.getBasicIdentificationType_Metadata()
-
-