Uses of Class
org.jibx.schema.elements.AnnotationElement
-
Packages that use AnnotationElement Package Description org.jibx.schema org.jibx.schema.elements -
-
Uses of AnnotationElement in org.jibx.schema
Methods in org.jibx.schema with parameters of type AnnotationElement Modifier and Type Method Description voidSchemaVisitor. exit(AnnotationElement node)Exit annotation element.voidSchemaVisitorDelegate. exit(AnnotationElement node)booleanSchemaVisitor. visit(AnnotationElement node)Visit annotation element.booleanSchemaVisitorDelegate. visit(AnnotationElement node) -
Uses of AnnotationElement in org.jibx.schema.elements
Methods in org.jibx.schema.elements that return AnnotationElement Modifier and Type Method Description AnnotationElementAnnotatedBase. getAnnotation()Get annotation.Methods in org.jibx.schema.elements with parameters of type AnnotationElement Modifier and Type Method Description voidAnnotatedBase. setAnnotation(AnnotationElement ann)Set annotation.
-