org.exolab.castor.xml.schema
public abstract class Annotated extends Structure
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:27 $
| 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