Uses of Interface
org.apache.incubator.uima.regex.CreateAnnotationsDocument.CreateAnnotations

Packages that use CreateAnnotationsDocument.CreateAnnotations
org.apache.incubator.uima.regex   
org.apache.incubator.uima.regex.impl   
 

Uses of CreateAnnotationsDocument.CreateAnnotations in org.apache.incubator.uima.regex
 

Methods in org.apache.incubator.uima.regex that return CreateAnnotationsDocument.CreateAnnotations
 CreateAnnotationsDocument.CreateAnnotations ConceptDocument.Concept.addNewCreateAnnotations()
          Appends and returns a new empty "createAnnotations" element
 CreateAnnotationsDocument.CreateAnnotations CreateAnnotationsDocument.addNewCreateAnnotations()
          Appends and returns a new empty "createAnnotations" element
 CreateAnnotationsDocument.CreateAnnotations ConceptDocument.Concept.getCreateAnnotations()
          Gets the "createAnnotations" element
 CreateAnnotationsDocument.CreateAnnotations CreateAnnotationsDocument.getCreateAnnotations()
          Gets the "createAnnotations" element
static CreateAnnotationsDocument.CreateAnnotations CreateAnnotationsDocument.CreateAnnotations.Factory.newInstance()
           
static CreateAnnotationsDocument.CreateAnnotations CreateAnnotationsDocument.CreateAnnotations.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima.regex with parameters of type CreateAnnotationsDocument.CreateAnnotations
 void ConceptDocument.Concept.setCreateAnnotations(CreateAnnotationsDocument.CreateAnnotations createAnnotations)
          Sets the "createAnnotations" element
 void CreateAnnotationsDocument.setCreateAnnotations(CreateAnnotationsDocument.CreateAnnotations createAnnotations)
          Sets the "createAnnotations" element
 

Uses of CreateAnnotationsDocument.CreateAnnotations in org.apache.incubator.uima.regex.impl
 

Classes in org.apache.incubator.uima.regex.impl that implement CreateAnnotationsDocument.CreateAnnotations
static class CreateAnnotationsDocumentImpl.CreateAnnotationsImpl
          An XML createAnnotations(@http://incubator.apache.org/uima/regex).
 

Methods in org.apache.incubator.uima.regex.impl that return CreateAnnotationsDocument.CreateAnnotations
 CreateAnnotationsDocument.CreateAnnotations ConceptDocumentImpl.ConceptImpl.addNewCreateAnnotations()
          Appends and returns a new empty "createAnnotations" element
 CreateAnnotationsDocument.CreateAnnotations CreateAnnotationsDocumentImpl.addNewCreateAnnotations()
          Appends and returns a new empty "createAnnotations" element
 CreateAnnotationsDocument.CreateAnnotations ConceptDocumentImpl.ConceptImpl.getCreateAnnotations()
          Gets the "createAnnotations" element
 CreateAnnotationsDocument.CreateAnnotations CreateAnnotationsDocumentImpl.getCreateAnnotations()
          Gets the "createAnnotations" element
 

Methods in org.apache.incubator.uima.regex.impl with parameters of type CreateAnnotationsDocument.CreateAnnotations
 void ConceptDocumentImpl.ConceptImpl.setCreateAnnotations(CreateAnnotationsDocument.CreateAnnotations createAnnotations)
          Sets the "createAnnotations" element
 void CreateAnnotationsDocumentImpl.setCreateAnnotations(CreateAnnotationsDocument.CreateAnnotations createAnnotations)
          Sets the "createAnnotations" element
 



Copyright © 2011. All Rights Reserved.