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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Annotation' containment reference.getId()Returns the value of the 'Id' attribute.voidsetAnnotation(AnnotationType value) Sets the value of the 'Annotation' containment reference.voidSets the value of the 'Id' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrsgetAnyAttribute
- 
Method Details- 
getAnnotationAnnotationType getAnnotation()Returns the value of the 'Annotation' containment reference.- Returns:
- the value of the 'Annotation' containment reference.
- See Also:
 
- 
setAnnotationSets the value of the 'Annotation' containment reference.- Parameters:
- value- the new value of the 'Annotation' containment reference.
- See Also:
 
- 
getIdString getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
 
- 
setIdSets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
 
 
-