Uses of Class
org.exolab.castor.xml.schema.Annotation

Packages that use Annotation
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
org.exolab.castor.xml.schema.simpletypes   
 

Uses of Annotation in org.exolab.castor.xml.schema
 

Methods in org.exolab.castor.xml.schema that return Annotation
 Annotation Union.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 Annotation
 Enumeration<Annotation> Annotated.getAnnotations()
          Returns an Enumeration of the Annotations contained within this Annotated type.
 

Methods in org.exolab.castor.xml.schema with parameters of type Annotation
 void 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
 Annotation AnnotationUnmarshaller.getAnnotation()
           
 

Uses of Annotation in org.exolab.castor.xml.schema.simpletypes
 

Methods in org.exolab.castor.xml.schema.simpletypes that return Annotation
 Annotation ListType.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 Annotation
 void ListType.setLocalAnnotation(Annotation annotation)
          Sets an annotation which is local to this Union.
 



Copyright © 2012. All Rights Reserved.