Uses of Class
org.exolab.castor.xml.schema.Annotation
Packages that use Annotation
Package
Description
-
Uses of Annotation in org.exolab.castor.xml.schema
Methods in org.exolab.castor.xml.schema that return AnnotationModifier and TypeMethodDescriptionUnion.getLocalAnnotation()
Returns the annotation which appears local to this Union, or null if no local annotation has been set.Methods in org.exolab.castor.xml.schema that return types with arguments of type AnnotationModifier and TypeMethodDescriptionAnnotated.getAnnotations()
Returns an Enumeration of the Annotations contained within this Annotated type.Methods in org.exolab.castor.xml.schema with parameters of type AnnotationModifier and TypeMethodDescriptionvoid
Annotated.addAnnotation
(Annotation annotation) Adds the given Annotation to this Annotated Structure.void
Annotated.removeAnnotation
(Annotation annotation) Removes the given Annotation from this Annotated Structure.void
Union.setLocalAnnotation
(Annotation annotation) Sets an annotation which is local to this Union. -
Uses of Annotation in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return Annotation -
Uses of Annotation in org.exolab.castor.xml.schema.simpletypes
Methods in org.exolab.castor.xml.schema.simpletypes that return AnnotationModifier and TypeMethodDescriptionListType.getLocalAnnotation()
Returns the annotation which appears local to this Union, or null if no local annotation has been set.Methods in org.exolab.castor.xml.schema.simpletypes with parameters of type AnnotationModifier and TypeMethodDescriptionvoid
ListType.setLocalAnnotation
(Annotation annotation) Sets an annotation which is local to this Union.