Uses of Interface
org.w3.x2001.xmlSchema.AnnotationDocument.Annotation

Packages that use AnnotationDocument.Annotation
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of AnnotationDocument.Annotation in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return AnnotationDocument.Annotation
 AnnotationDocument.Annotation Annotated.addNewAnnotation()
          Appends and returns a new empty "annotation" element
 AnnotationDocument.Annotation RedefineDocument.Redefine.addNewAnnotation()
          Appends and returns a new empty value (as xml) as the last "annotation" element
 AnnotationDocument.Annotation AnnotationDocument.addNewAnnotation()
          Appends and returns a new empty "annotation" element
 AnnotationDocument.Annotation SchemaDocument.Schema.addNewAnnotation()
          Appends and returns a new empty value (as xml) as the last "annotation" element
 AnnotationDocument.Annotation Annotated.getAnnotation()
          Gets the "annotation" element
 AnnotationDocument.Annotation AnnotationDocument.getAnnotation()
          Gets the "annotation" element
 AnnotationDocument.Annotation[] RedefineDocument.Redefine.getAnnotationArray()
          Gets array of all "annotation" elements
 AnnotationDocument.Annotation[] SchemaDocument.Schema.getAnnotationArray()
          Gets array of all "annotation" elements
 AnnotationDocument.Annotation RedefineDocument.Redefine.getAnnotationArray(int i)
          Gets ith "annotation" element
 AnnotationDocument.Annotation SchemaDocument.Schema.getAnnotationArray(int i)
          Gets ith "annotation" element
 AnnotationDocument.Annotation RedefineDocument.Redefine.insertNewAnnotation(int i)
          Inserts and returns a new empty value (as xml) as the ith "annotation" element
 AnnotationDocument.Annotation SchemaDocument.Schema.insertNewAnnotation(int i)
          Inserts and returns a new empty value (as xml) as the ith "annotation" element
static AnnotationDocument.Annotation AnnotationDocument.Annotation.Factory.newInstance()
           
static AnnotationDocument.Annotation AnnotationDocument.Annotation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type AnnotationDocument.Annotation
 void Annotated.setAnnotation(AnnotationDocument.Annotation annotation)
          Sets the "annotation" element
 void AnnotationDocument.setAnnotation(AnnotationDocument.Annotation annotation)
          Sets the "annotation" element
 void RedefineDocument.Redefine.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
          Sets array of all "annotation" element
 void SchemaDocument.Schema.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
          Sets array of all "annotation" element
 void RedefineDocument.Redefine.setAnnotationArray(int i, AnnotationDocument.Annotation annotation)
          Sets ith "annotation" element
 void SchemaDocument.Schema.setAnnotationArray(int i, AnnotationDocument.Annotation annotation)
          Sets ith "annotation" element
 

Uses of AnnotationDocument.Annotation in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement AnnotationDocument.Annotation
static class AnnotationDocumentImpl.AnnotationImpl
          An XML annotation(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return AnnotationDocument.Annotation
 AnnotationDocument.Annotation AnnotatedImpl.addNewAnnotation()
          Appends and returns a new empty "annotation" element
 AnnotationDocument.Annotation AnnotationDocumentImpl.addNewAnnotation()
          Appends and returns a new empty "annotation" element
 AnnotationDocument.Annotation RedefineDocumentImpl.RedefineImpl.addNewAnnotation()
          Appends and returns a new empty value (as xml) as the last "annotation" element
 AnnotationDocument.Annotation SchemaDocumentImpl.SchemaImpl.addNewAnnotation()
          Appends and returns a new empty value (as xml) as the last "annotation" element
 AnnotationDocument.Annotation AnnotatedImpl.getAnnotation()
          Gets the "annotation" element
 AnnotationDocument.Annotation AnnotationDocumentImpl.getAnnotation()
          Gets the "annotation" element
 AnnotationDocument.Annotation[] RedefineDocumentImpl.RedefineImpl.getAnnotationArray()
          Gets array of all "annotation" elements
 AnnotationDocument.Annotation[] SchemaDocumentImpl.SchemaImpl.getAnnotationArray()
          Gets array of all "annotation" elements
 AnnotationDocument.Annotation RedefineDocumentImpl.RedefineImpl.getAnnotationArray(int i)
          Gets ith "annotation" element
 AnnotationDocument.Annotation SchemaDocumentImpl.SchemaImpl.getAnnotationArray(int i)
          Gets ith "annotation" element
 AnnotationDocument.Annotation RedefineDocumentImpl.RedefineImpl.insertNewAnnotation(int i)
          Inserts and returns a new empty value (as xml) as the ith "annotation" element
 AnnotationDocument.Annotation SchemaDocumentImpl.SchemaImpl.insertNewAnnotation(int i)
          Inserts and returns a new empty value (as xml) as the ith "annotation" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type AnnotationDocument.Annotation
 void AnnotatedImpl.setAnnotation(AnnotationDocument.Annotation annotation)
          Sets the "annotation" element
 void AnnotationDocumentImpl.setAnnotation(AnnotationDocument.Annotation annotation)
          Sets the "annotation" element
 void RedefineDocumentImpl.RedefineImpl.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
          Sets array of all "annotation" element
 void SchemaDocumentImpl.SchemaImpl.setAnnotationArray(AnnotationDocument.Annotation[] annotationArray)
          Sets array of all "annotation" element
 void RedefineDocumentImpl.RedefineImpl.setAnnotationArray(int i, AnnotationDocument.Annotation annotation)
          Sets ith "annotation" element
 void SchemaDocumentImpl.SchemaImpl.setAnnotationArray(int i, AnnotationDocument.Annotation annotation)
          Sets ith "annotation" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.