org.apache.uima.simpleserver.config.xml
Interface UimaSimpleServerSpecDocument.UimaSimpleServerSpec

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
UimaSimpleServerSpecDocumentImpl.UimaSimpleServerSpecImpl
Enclosing interface:
UimaSimpleServerSpecDocument

public static interface UimaSimpleServerSpecDocument.UimaSimpleServerSpec
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class UimaSimpleServerSpecDocument.UimaSimpleServerSpec.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
 TypeElementType addNewType()
          Appends and returns a new empty value (as xml) as the last "type" element
 java.lang.String getLongDescription()
          Gets the "longDescription" element
 boolean getOutputAll()
          Gets the "outputAll" attribute
 java.lang.String getShortDescription()
          Gets the "shortDescription" element
 TypeElementType[] getTypeArray()
          Gets array of all "type" elements
 TypeElementType getTypeArray(int i)
          Gets ith "type" element
 TypeElementType insertNewType(int i)
          Inserts and returns a new empty value (as xml) as the ith "type" element
 boolean isSetLongDescription()
          True if has "longDescription" element
 boolean isSetOutputAll()
          True if has "outputAll" attribute
 boolean isSetShortDescription()
          True if has "shortDescription" element
 void removeType(int i)
          Removes the ith "type" element
 void setLongDescription(java.lang.String longDescription)
          Sets the "longDescription" element
 void setOutputAll(boolean outputAll)
          Sets the "outputAll" attribute
 void setShortDescription(java.lang.String shortDescription)
          Sets the "shortDescription" element
 void setTypeArray(int i, TypeElementType type)
          Sets ith "type" element
 void setTypeArray(TypeElementType[] typeArray)
          Sets array of all "type" element
 int sizeOfTypeArray()
          Returns number of "type" element
 void unsetLongDescription()
          Unsets the "longDescription" element
 void unsetOutputAll()
          Unsets the "outputAll" attribute
 void unsetShortDescription()
          Unsets the "shortDescription" element
 org.apache.xmlbeans.XmlString xgetLongDescription()
          Gets (as xml) the "longDescription" element
 org.apache.xmlbeans.XmlBoolean xgetOutputAll()
          Gets (as xml) the "outputAll" attribute
 org.apache.xmlbeans.XmlString xgetShortDescription()
          Gets (as xml) the "shortDescription" element
 void xsetLongDescription(org.apache.xmlbeans.XmlString longDescription)
          Sets (as xml) the "longDescription" element
 void xsetOutputAll(org.apache.xmlbeans.XmlBoolean outputAll)
          Sets (as xml) the "outputAll" 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


getTypeArray

TypeElementType[] getTypeArray()
Gets array of all "type" elements


getTypeArray

TypeElementType getTypeArray(int i)
Gets ith "type" element


sizeOfTypeArray

int sizeOfTypeArray()
Returns number of "type" element


setTypeArray

void setTypeArray(TypeElementType[] typeArray)
Sets array of all "type" element


setTypeArray

void setTypeArray(int i,
                  TypeElementType type)
Sets ith "type" element


insertNewType

TypeElementType insertNewType(int i)
Inserts and returns a new empty value (as xml) as the ith "type" element


addNewType

TypeElementType addNewType()
Appends and returns a new empty value (as xml) as the last "type" element


removeType

void removeType(int i)
Removes the ith "type" element


getOutputAll

boolean getOutputAll()
Gets the "outputAll" attribute


xgetOutputAll

org.apache.xmlbeans.XmlBoolean xgetOutputAll()
Gets (as xml) the "outputAll" attribute


isSetOutputAll

boolean isSetOutputAll()
True if has "outputAll" attribute


setOutputAll

void setOutputAll(boolean outputAll)
Sets the "outputAll" attribute


xsetOutputAll

void xsetOutputAll(org.apache.xmlbeans.XmlBoolean outputAll)
Sets (as xml) the "outputAll" attribute


unsetOutputAll

void unsetOutputAll()
Unsets the "outputAll" attribute



Copyright © 2011. All Rights Reserved.