net.opengis.ows11
Interface BasicIdentificationType

All Superinterfaces:
DescriptionType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
IdentificationType, ManifestType, ReferenceGroupType
All Known Implementing Classes:
BasicIdentificationTypeImpl, IdentificationTypeImpl, ManifestTypeImpl, 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:

See Also:
Ows11Package.getBasicIdentificationType()

Method Summary
 CodeType getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 org.eclipse.emf.common.util.EList getMetadata()
          Returns the value of the 'Metadata' containment reference list.
 void setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 
Methods inherited from interface net.opengis.ows11.DescriptionType
getAbstract, getKeywords, getTitle
 
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

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), Ows11Package.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()

getMetadata

org.eclipse.emf.common.util.EList getMetadata()
Returns the value of the 'Metadata' containment reference list. The list contents are of type MetadataType. 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:
Ows11Package.getBasicIdentificationType_Metadata()


Copyright © 1996-2010 Geotools. All Rights Reserved.