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

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OutputTypeImpl

public interface OutputType
extends org.apache.xmlbeans.XmlObject

An XML outputType(@http://uima.apache.org/simpleserver/config/xml). This is a complex type.


Nested Class Summary
static class OutputType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 java.lang.String getFeaturePath()
          Gets the "featurePath" attribute
 java.lang.String getLongDescription()
          Gets the "longDescription" element
 java.lang.String getOutputAttribute()
          Gets the "outputAttribute" attribute
 java.lang.String getShortDescription()
          Gets the "shortDescription" element
 boolean isSetLongDescription()
          True if has "longDescription" element
 boolean isSetShortDescription()
          True if has "shortDescription" element
 void setFeaturePath(java.lang.String featurePath)
          Sets the "featurePath" attribute
 void setLongDescription(java.lang.String longDescription)
          Sets the "longDescription" element
 void setOutputAttribute(java.lang.String outputAttribute)
          Sets the "outputAttribute" attribute
 void setShortDescription(java.lang.String shortDescription)
          Sets the "shortDescription" element
 void unsetLongDescription()
          Unsets the "longDescription" element
 void unsetShortDescription()
          Unsets the "shortDescription" element
 org.apache.xmlbeans.XmlString xgetFeaturePath()
          Gets (as xml) the "featurePath" attribute
 org.apache.xmlbeans.XmlString xgetLongDescription()
          Gets (as xml) the "longDescription" element
 org.apache.xmlbeans.XmlString xgetOutputAttribute()
          Gets (as xml) the "outputAttribute" attribute
 org.apache.xmlbeans.XmlString xgetShortDescription()
          Gets (as xml) the "shortDescription" element
 void xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
          Sets (as xml) the "featurePath" attribute
 void xsetLongDescription(org.apache.xmlbeans.XmlString longDescription)
          Sets (as xml) the "longDescription" element
 void xsetOutputAttribute(org.apache.xmlbeans.XmlString outputAttribute)
          Sets (as xml) the "outputAttribute" attribute
 void xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
          Sets (as xml) the "shortDescription" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getShortDescription

java.lang.String getShortDescription()
Gets the "shortDescription" element


xgetShortDescription

org.apache.xmlbeans.XmlString xgetShortDescription()
Gets (as xml) the "shortDescription" element


isSetShortDescription

boolean isSetShortDescription()
True if has "shortDescription" element


setShortDescription

void setShortDescription(java.lang.String shortDescription)
Sets the "shortDescription" element


xsetShortDescription

void xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
Sets (as xml) the "shortDescription" element


unsetShortDescription

void unsetShortDescription()
Unsets the "shortDescription" element


getLongDescription

java.lang.String getLongDescription()
Gets the "longDescription" element


xgetLongDescription

org.apache.xmlbeans.XmlString xgetLongDescription()
Gets (as xml) the "longDescription" element


isSetLongDescription

boolean isSetLongDescription()
True if has "longDescription" element


setLongDescription

void setLongDescription(java.lang.String longDescription)
Sets the "longDescription" element


xsetLongDescription

void xsetLongDescription(org.apache.xmlbeans.XmlString longDescription)
Sets (as xml) the "longDescription" element


unsetLongDescription

void unsetLongDescription()
Unsets the "longDescription" element


getFeaturePath

java.lang.String getFeaturePath()
Gets the "featurePath" attribute


xgetFeaturePath

org.apache.xmlbeans.XmlString xgetFeaturePath()
Gets (as xml) the "featurePath" attribute


setFeaturePath

void setFeaturePath(java.lang.String featurePath)
Sets the "featurePath" attribute


xsetFeaturePath

void xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
Sets (as xml) the "featurePath" attribute


getOutputAttribute

java.lang.String getOutputAttribute()
Gets the "outputAttribute" attribute


xgetOutputAttribute

org.apache.xmlbeans.XmlString xgetOutputAttribute()
Gets (as xml) the "outputAttribute" attribute


setOutputAttribute

void setOutputAttribute(java.lang.String outputAttribute)
Sets the "outputAttribute" attribute


xsetOutputAttribute

void xsetOutputAttribute(org.apache.xmlbeans.XmlString outputAttribute)
Sets (as xml) the "outputAttribute" attribute



Copyright © 2011. All Rights Reserved.