Uses of Class
org.eclipse.persistence.internal.oxm.schema.model.Annotation
-
Packages that use Annotation Package Description org.eclipse.persistence.internal.oxm.schema.model -
-
Uses of Annotation in org.eclipse.persistence.internal.oxm.schema.model
Methods in org.eclipse.persistence.internal.oxm.schema.model that return Annotation Modifier and Type Method Description AnnotationComplexType. getAnnotation()AnnotationGroup. getAnnotation()AnnotationSimpleComponent. getAnnotation()AnnotationSimpleType. getAnnotation()Methods in org.eclipse.persistence.internal.oxm.schema.model with parameters of type Annotation Modifier and Type Method Description voidComplexType. setAnnotation(Annotation annotation)voidGroup. setAnnotation(Annotation annotation)voidSimpleComponent. setAnnotation(Annotation annotation)voidSimpleType. setAnnotation(Annotation annotation)
-