Package org.w3._2001.schema
Interface AnnotationType
-
- All Superinterfaces:
EObject
,Notifier
,OpenAttrs
- All Known Implementing Classes:
AnnotationTypeImpl
public interface AnnotationType extends OpenAttrs
A representation of the model object 'Annotation Type'.The following features are supported:
- See Also:
SchemaPackage.getAnnotationType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AppinfoType>
getAppinfo()
Returns the value of the 'Appinfo' containment reference list.EList<DocumentationType>
getDocumentation()
Returns the value of the 'Documentation' containment reference list.FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.String
getId()
Returns the value of the 'Id' attribute.void
setId(String value)
Sets the value of the 'Id
' attribute.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
getGroup
FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Group' attribute list.
- See Also:
SchemaPackage.getAnnotationType_Group()
-
getAppinfo
EList<AppinfoType> getAppinfo()
Returns the value of the 'Appinfo' containment reference list. The list contents are of typeAppinfoType
.- Returns:
- the value of the 'Appinfo' containment reference list.
- See Also:
SchemaPackage.getAnnotationType_Appinfo()
-
getDocumentation
EList<DocumentationType> getDocumentation()
Returns the value of the 'Documentation' containment reference list. The list contents are of typeDocumentationType
.- Returns:
- the value of the 'Documentation' containment reference list.
- See Also:
SchemaPackage.getAnnotationType_Documentation()
-
getId
String getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String)
,SchemaPackage.getAnnotationType_Id()
-
-