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
public interface Annotated extends OpenAttrs
A representation of the model object 'Annotated'. This type is extended by all types which allow annotation other thanitself The following features are supported:
- See Also:
SchemaPackage.getAnnotated()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationType
getAnnotation()
Returns the value of the 'Annotation' containment reference.String
getId()
Returns the value of the 'Id' attribute.void
setAnnotation(AnnotationType value)
Sets the value of the 'Annotation
' containment reference.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
-
getAnnotation
AnnotationType getAnnotation()
Returns the value of the 'Annotation' containment reference.- Returns:
- the value of the 'Annotation' containment reference.
- See Also:
setAnnotation(AnnotationType)
,SchemaPackage.getAnnotated_Annotation()
-
setAnnotation
void setAnnotation(AnnotationType value)
Sets the value of the 'Annotation
' containment reference.- Parameters:
value
- the new value of the 'Annotation' containment reference.- See Also:
getAnnotation()
-
getId
String getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String)
,SchemaPackage.getAnnotated_Id()
-
-