Package org.w3._2001.schema
Interface AnnotationType
- All Superinterfaces:
EObject,Notifier,OpenAttrs
- All Known Implementing Classes:
AnnotationTypeImpl
A representation of the model object 'Annotation Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<AppinfoType>Returns the value of the 'Appinfo' containment reference list.EList<DocumentationType>Returns the value of the 'Documentation' containment reference list.FeatureMapgetGroup()Returns the value of the 'Group' attribute list.getId()Returns the value of the 'Id' attribute.voidSets 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, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
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:
-
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:
-
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:
-
getId
String getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
-