Package net.opengis.ows10
Interface MetadataType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- MetadataTypeImpl
 
 public interface MetadataType extends EObjectA representation of the model object 'Metadata Type'. This element either references or contains more metadata about the element that includes this element. To reference metadata stored remotely, at least the xlinks:href attribute in xlink:simpleLink shall be included. Either at least one of the attributes in xlink:simpleLink or a substitute for the AbstractMetaData element shall be included, but not both. An Implementation Specification can restrict the contents of this element to always be a reference or always contain metadata. (Informative: This element was adapted from the metaDataProperty element in GML 3.0.)The following features are supported: - See Also:
- Ows10Package.getMetadataType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAbout()Returns the value of the 'About' attribute.EObjectgetAbstractMetaData()Returns the value of the 'Abstract Meta Data' containment reference.FeatureMapgetAbstractMetaDataGroup()Returns the value of the 'Abstract Meta Data Group' attribute list.voidsetAbout(String value)Sets the value of the 'About' attribute.
 
- 
- 
- 
Method Detail- 
getAbstractMetaDataGroupFeatureMap getAbstractMetaDataGroup() Returns the value of the 'Abstract Meta Data Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Abstract Meta Data Group' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Abstract Meta Data Group' attribute list.
- See Also:
- Ows10Package.getMetadataType_AbstractMetaDataGroup()
 
 - 
getAbstractMetaDataEObject getAbstractMetaData() Returns the value of the 'Abstract Meta Data' containment reference.If the meaning of the 'Abstract Meta Data' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Abstract Meta Data' containment reference.
- See Also:
- Ows10Package.getMetadataType_AbstractMetaData()
 
 - 
getAboutString getAbout() Returns the value of the 'About' attribute. Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.- Returns:
- the value of the 'About' attribute.
- See Also:
- setAbout(String),- Ows10Package.getMetadataType_About()
 
 - 
setAboutvoid setAbout(String value) Sets the value of the 'About' attribute.- Parameters:
- value- the new value of the 'About' attribute.
- See Also:
- getAbout()
 
 
- 
 
-