Uses of Interface
org.w3._2001.schema.AnnotationType
-
Packages that use AnnotationType Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of AnnotationType in org.w3._2001.schema
Methods in org.w3._2001.schema that return AnnotationType Modifier and Type Method Description AnnotationType
SchemaFactory. createAnnotationType()
Returns a new object of class 'Annotation Type'.AnnotationType
Annotated. getAnnotation()
Returns the value of the 'Annotation' containment reference.AnnotationType
DocumentRoot. getAnnotation()
Returns the value of the 'Annotation' containment reference.Methods in org.w3._2001.schema that return types with arguments of type AnnotationType Modifier and Type Method Description EList<AnnotationType>
RedefineType. getAnnotation()
Returns the value of the 'Annotation' containment reference list.EList<AnnotationType>
SchemaType. getAnnotation()
Returns the value of the 'Annotation' containment reference list.EList<AnnotationType>
SchemaType. getAnnotation1()
Returns the value of the 'Annotation1' containment reference list.Methods in org.w3._2001.schema with parameters of type AnnotationType Modifier and Type Method Description void
Annotated. setAnnotation(AnnotationType value)
Sets the value of the 'Annotation
' containment reference.void
DocumentRoot. setAnnotation(AnnotationType value)
Sets the value of the 'Annotation
' containment reference. -
Uses of AnnotationType in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement AnnotationType Modifier and Type Class Description class
AnnotationTypeImpl
An implementation of the model object 'Annotation Type'.Fields in org.w3._2001.schema.impl declared as AnnotationType Modifier and Type Field Description protected AnnotationType
AnnotatedImpl. annotation
The cached value of the 'Annotation
' containment reference.Methods in org.w3._2001.schema.impl that return AnnotationType Modifier and Type Method Description AnnotationType
SchemaFactoryImpl. createAnnotationType()
AnnotationType
AnnotatedImpl. getAnnotation()
AnnotationType
DocumentRootImpl. getAnnotation()
Methods in org.w3._2001.schema.impl that return types with arguments of type AnnotationType Modifier and Type Method Description EList<AnnotationType>
RedefineTypeImpl. getAnnotation()
EList<AnnotationType>
SchemaTypeImpl. getAnnotation()
EList<AnnotationType>
SchemaTypeImpl. getAnnotation1()
Methods in org.w3._2001.schema.impl with parameters of type AnnotationType Modifier and Type Method Description NotificationChain
AnnotatedImpl. basicSetAnnotation(AnnotationType newAnnotation, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetAnnotation(AnnotationType newAnnotation, NotificationChain msgs)
void
AnnotatedImpl. setAnnotation(AnnotationType newAnnotation)
void
DocumentRootImpl. setAnnotation(AnnotationType newAnnotation)
-
Uses of AnnotationType in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type AnnotationType Modifier and Type Method Description T
SchemaSwitch. caseAnnotationType(AnnotationType object)
Returns the result of interpreting the object as an instance of 'Annotation Type'.boolean
SchemaValidator. validateAnnotationType(AnnotationType annotationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-