Package org.w3._2001.schema
Interface Annotated
- All Superinterfaces:
EObject
,Notifier
,OpenAttrs
- All Known Subinterfaces:
All
,AnyType
,Attribute
,AttributeGroup
,AttributeGroupRef
,ComplexContentType
,ComplexRestrictionType
,ComplexType
,Element
,ExplicitGroup
,ExtensionType
,Facet
,FieldType
,Group
,GroupRef
,ImportType
,IncludeType
,Keybase
,KeyrefType
,ListType
,LocalComplexType
,LocalElement
,LocalSimpleType
,NamedAttributeGroup
,NamedGroup
,NarrowMaxMin
,NoFixedFacet
,NotationType
,NumFacet
,PatternType
,RealGroup
,RestrictionType
,RestrictionType1
,SelectorType
,SimpleContentType
,SimpleExplicitGroup
,SimpleExtensionType
,SimpleRestrictionType
,SimpleType
,TopLevelAttribute
,TopLevelComplexType
,TopLevelElement
,TopLevelSimpleType
,TotalDigitsType
,UnionType
,WhiteSpaceType
,Wildcard
- All Known Implementing Classes:
AllImpl
,AnnotatedImpl
,AnyTypeImpl
,AttributeGroupImpl
,AttributeGroupRefImpl
,AttributeImpl
,ComplexContentTypeImpl
,ComplexRestrictionTypeImpl
,ComplexTypeImpl
,ElementImpl
,ExplicitGroupImpl
,ExtensionTypeImpl
,FacetImpl
,FieldTypeImpl
,GroupImpl
,GroupRefImpl
,ImportTypeImpl
,IncludeTypeImpl
,KeybaseImpl
,KeyrefTypeImpl
,ListTypeImpl
,LocalComplexTypeImpl
,LocalElementImpl
,LocalSimpleTypeImpl
,NamedAttributeGroupImpl
,NamedGroupImpl
,NarrowMaxMinImpl
,NoFixedFacetImpl
,NotationTypeImpl
,NumFacetImpl
,PatternTypeImpl
,RealGroupImpl
,RestrictionType1Impl
,RestrictionTypeImpl
,SelectorTypeImpl
,SimpleContentTypeImpl
,SimpleExplicitGroupImpl
,SimpleExtensionTypeImpl
,SimpleRestrictionTypeImpl
,SimpleTypeImpl
,TopLevelAttributeImpl
,TopLevelComplexTypeImpl
,TopLevelElementImpl
,TopLevelSimpleTypeImpl
,TotalDigitsTypeImpl
,UnionTypeImpl
,WhiteSpaceTypeImpl
,WildcardImpl
A representation of the model object 'Annotated'.
This type is extended by all types which allow annotation
other than itself
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Annotation' containment reference.getId()
Returns the value of the 'Id' attribute.void
setAnnotation
(AnnotationType value) Sets the value of the 'Annotation
' containment reference.void
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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
getAnnotation
AnnotationType getAnnotation()Returns the value of the 'Annotation' containment reference.- Returns:
- the value of the 'Annotation' containment reference.
- See Also:
-
setAnnotation
Sets the value of the 'Annotation
' containment reference.- Parameters:
value
- the new value of the 'Annotation' containment reference.- 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:
-