Uses of Interface
org.apache.uima.simpleserver.config.xml.TypeElementType

Packages that use TypeElementType
org.apache.uima.simpleserver.config.xml   
org.apache.uima.simpleserver.config.xml.impl   
 

Uses of TypeElementType in org.apache.uima.simpleserver.config.xml
 

Methods in org.apache.uima.simpleserver.config.xml that return TypeElementType
 TypeElementType UimaSimpleServerSpecDocument.UimaSimpleServerSpec.addNewType()
          Appends and returns a new empty value (as xml) as the last "type" element
 TypeElementType[] UimaSimpleServerSpecDocument.UimaSimpleServerSpec.getTypeArray()
          Gets array of all "type" elements
 TypeElementType UimaSimpleServerSpecDocument.UimaSimpleServerSpec.getTypeArray(int i)
          Gets ith "type" element
 TypeElementType UimaSimpleServerSpecDocument.UimaSimpleServerSpec.insertNewType(int i)
          Inserts and returns a new empty value (as xml) as the ith "type" element
static TypeElementType TypeElementType.Factory.newInstance()
           
static TypeElementType TypeElementType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TypeElementType TypeElementType.Factory.parse(java.io.File file)
           
static TypeElementType TypeElementType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static TypeElementType TypeElementType.Factory.parse(java.io.InputStream is)
           
static TypeElementType TypeElementType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TypeElementType TypeElementType.Factory.parse(org.w3c.dom.Node node)
           
static TypeElementType TypeElementType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static TypeElementType TypeElementType.Factory.parse(java.io.Reader r)
           
static TypeElementType TypeElementType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TypeElementType TypeElementType.Factory.parse(java.lang.String xmlAsString)
           
static TypeElementType TypeElementType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TypeElementType TypeElementType.Factory.parse(java.net.URL u)
           
static TypeElementType TypeElementType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static TypeElementType TypeElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TypeElementType TypeElementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TypeElementType TypeElementType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TypeElementType TypeElementType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.uima.simpleserver.config.xml with parameters of type TypeElementType
 void UimaSimpleServerSpecDocument.UimaSimpleServerSpec.setTypeArray(int i, TypeElementType type)
          Sets ith "type" element
 void UimaSimpleServerSpecDocument.UimaSimpleServerSpec.setTypeArray(TypeElementType[] typeArray)
          Sets array of all "type" element
 

Uses of TypeElementType in org.apache.uima.simpleserver.config.xml.impl
 

Classes in org.apache.uima.simpleserver.config.xml.impl that implement TypeElementType
 class TypeElementTypeImpl
          An XML TypeElementType(@http://uima.apache.org/simpleserver/config/xml).
 

Methods in org.apache.uima.simpleserver.config.xml.impl that return TypeElementType
 TypeElementType UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.addNewType()
          Appends and returns a new empty value (as xml) as the last "type" element
 TypeElementType[] UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.getTypeArray()
          Gets array of all "type" elements
 TypeElementType UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.getTypeArray(int i)
          Gets ith "type" element
 TypeElementType UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.insertNewType(int i)
          Inserts and returns a new empty value (as xml) as the ith "type" element
 

Methods in org.apache.uima.simpleserver.config.xml.impl with parameters of type TypeElementType
 void UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.setTypeArray(int i, TypeElementType type)
          Sets ith "type" element
 void UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl.setTypeArray(TypeElementType[] typeArray)
          Sets array of all "type" element WARNING: This method is not atomicaly synchronized.
 



Copyright © 2011. All Rights Reserved.