Package net.opengis.ows20
Interface ManifestType
-
- All Superinterfaces:
BasicIdentificationType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
ManifestTypeImpl
public interface ManifestType extends BasicIdentificationType
A representation of the model object 'Manifest Type'. Unordered list of one or more groups of references to remote and/or local resources.The following features are supported:
- See Also:
Ows20Package.getManifestType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ReferenceGroupType>
getReferenceGroup()
Returns the value of the 'Reference Group' containment reference list.-
Methods inherited from interface BasicIdentificationType
getIdentifier, getMetadata, getMetadataGroup, setIdentifier
-
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
-
-
-
-
Method Detail
-
getReferenceGroup
EList<ReferenceGroupType> getReferenceGroup()
Returns the value of the 'Reference Group' containment reference list. The list contents are of typeReferenceGroupType
.If the meaning of the 'Reference Group' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Reference Group' containment reference list.
- See Also:
Ows20Package.getManifestType_ReferenceGroup()
-
-