Uses of Interface
org.apache.incubator.uima.TypeCollectionDocument.TypeCollection

Packages that use TypeCollectionDocument.TypeCollection
org.apache.incubator.uima   
org.apache.incubator.uima.impl   
 

Uses of TypeCollectionDocument.TypeCollection in org.apache.incubator.uima
 

Methods in org.apache.incubator.uima that return TypeCollectionDocument.TypeCollection
 TypeCollectionDocument.TypeCollection TypeCollectionDocument.addNewTypeCollection()
          Appends and returns a new empty "typeCollection" element
 TypeCollectionDocument.TypeCollection DictionaryDocument.Dictionary.addNewTypeCollection()
          Appends and returns a new empty "typeCollection" element
 TypeCollectionDocument.TypeCollection TypeCollectionDocument.getTypeCollection()
          Gets the "typeCollection" element
 TypeCollectionDocument.TypeCollection DictionaryDocument.Dictionary.getTypeCollection()
          Gets the "typeCollection" element
static TypeCollectionDocument.TypeCollection TypeCollectionDocument.TypeCollection.Factory.newInstance()
           
static TypeCollectionDocument.TypeCollection TypeCollectionDocument.TypeCollection.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima with parameters of type TypeCollectionDocument.TypeCollection
 void TypeCollectionDocument.setTypeCollection(TypeCollectionDocument.TypeCollection typeCollection)
          Sets the "typeCollection" element
 void DictionaryDocument.Dictionary.setTypeCollection(TypeCollectionDocument.TypeCollection typeCollection)
          Sets the "typeCollection" element
 

Uses of TypeCollectionDocument.TypeCollection in org.apache.incubator.uima.impl
 

Classes in org.apache.incubator.uima.impl that implement TypeCollectionDocument.TypeCollection
static class TypeCollectionDocumentImpl.TypeCollectionImpl
          An XML typeCollection(@http://incubator.apache.org/uima).
 

Methods in org.apache.incubator.uima.impl that return TypeCollectionDocument.TypeCollection
 TypeCollectionDocument.TypeCollection TypeCollectionDocumentImpl.addNewTypeCollection()
          Appends and returns a new empty "typeCollection" element
 TypeCollectionDocument.TypeCollection DictionaryDocumentImpl.DictionaryImpl.addNewTypeCollection()
          Appends and returns a new empty "typeCollection" element
 TypeCollectionDocument.TypeCollection TypeCollectionDocumentImpl.getTypeCollection()
          Gets the "typeCollection" element
 TypeCollectionDocument.TypeCollection DictionaryDocumentImpl.DictionaryImpl.getTypeCollection()
          Gets the "typeCollection" element
 

Methods in org.apache.incubator.uima.impl with parameters of type TypeCollectionDocument.TypeCollection
 void TypeCollectionDocumentImpl.setTypeCollection(TypeCollectionDocument.TypeCollection typeCollection)
          Sets the "typeCollection" element
 void DictionaryDocumentImpl.DictionaryImpl.setTypeCollection(TypeCollectionDocument.TypeCollection typeCollection)
          Sets the "typeCollection" element
 



Copyright © 2011. All Rights Reserved.