org.exolab.castor.xml.schema
public abstract class Annotated extends Structure
Version: $Revision: 5951 $ $Date: 2006-04-14 04:14:43 -0600 (Fri, 14 Apr 2006) $
Constructor Summary | |
---|---|
Annotated() |
Method Summary | |
---|---|
void | addAnnotation(Annotation annotation)
Adds the given Annotation to this Annotated Structure |
Enumeration | getAnnotations()
Returns an Enumeration of the Annotations contained within
this Annotated type |
void | removeAnnotation(Annotation annotation)
Removes the given Annotation from this Annotated Structure |
Parameters: annotation the Annotation to add
Returns: an Enumeration of the Annotation contained within this Annotated type
Parameters: annotation the Annotation to remove