Package net.opengis.gml311
Interface AbstractMetaDataType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
GenericMetaDataType
- All Known Implementing Classes:
AbstractMetaDataTypeImpl
,GenericMetaDataTypeImpl
public interface AbstractMetaDataType extends EObject
A representation of the model object 'Abstract Meta Data Type'. An abstract base type for complex metadata types.The following features are supported:
- See Also:
Gml311Package.getAbstractMetaDataType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the value of the 'Id' attribute.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.void
setId(String value)
Sets the value of the 'Id
' attribute.
-
-
-
Method Detail
-
getMixed
FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Gml311Package.getAbstractMetaDataType_Mixed()
-
getId
String getId()
Returns the value of the 'Id' attribute. Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String)
,Gml311Package.getAbstractMetaDataType_Id()
-
-