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

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

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

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

Methods in org.apache.uima.simpleserver.config.xml with parameters of type OutputType
 void TypeElementType.Outputs.setOutputArray(int i, OutputType output)
          Sets ith "output" element
 void TypeElementType.Outputs.setOutputArray(OutputType[] outputArray)
          Sets array of all "output" element
 

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

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

Methods in org.apache.uima.simpleserver.config.xml.impl that return OutputType
 OutputType TypeElementTypeImpl.OutputsImpl.addNewOutput()
          Appends and returns a new empty value (as xml) as the last "output" element
 OutputType[] TypeElementTypeImpl.OutputsImpl.getOutputArray()
          Gets array of all "output" elements
 OutputType TypeElementTypeImpl.OutputsImpl.getOutputArray(int i)
          Gets ith "output" element
 OutputType TypeElementTypeImpl.OutputsImpl.insertNewOutput(int i)
          Inserts and returns a new empty value (as xml) as the ith "output" element
 

Methods in org.apache.uima.simpleserver.config.xml.impl with parameters of type OutputType
 void TypeElementTypeImpl.OutputsImpl.setOutputArray(int i, OutputType output)
          Sets ith "output" element
 void TypeElementTypeImpl.OutputsImpl.setOutputArray(OutputType[] outputArray)
          Sets array of all "output" element WARNING: This method is not atomicaly synchronized.
 



Copyright © 2011. All Rights Reserved.