public static interface UimaSimpleServerSpecDocument.UimaSimpleServerSpec
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
UimaSimpleServerSpecDocument.UimaSimpleServerSpec.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
TypeElementType |
addNewType()
Appends and returns a new empty value (as xml) as the last "type" element
|
String |
getLongDescription()
Gets the "longDescription" element
|
boolean |
getOutputAll()
Gets the "outputAll" attribute
|
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(String longDescription)
Sets the "longDescription" element
|
void |
setOutputAll(boolean outputAll)
Sets the "outputAll" attribute
|
void |
setShortDescription(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
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
String getShortDescription()
org.apache.xmlbeans.XmlString xgetShortDescription()
boolean isSetShortDescription()
void setShortDescription(String shortDescription)
void xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
void unsetShortDescription()
String getLongDescription()
org.apache.xmlbeans.XmlString xgetLongDescription()
boolean isSetLongDescription()
void setLongDescription(String longDescription)
void xsetLongDescription(org.apache.xmlbeans.XmlString longDescription)
void unsetLongDescription()
TypeElementType[] getTypeArray()
TypeElementType getTypeArray(int i)
int sizeOfTypeArray()
void setTypeArray(TypeElementType[] typeArray)
void setTypeArray(int i, TypeElementType type)
TypeElementType insertNewType(int i)
TypeElementType addNewType()
void removeType(int i)
boolean getOutputAll()
org.apache.xmlbeans.XmlBoolean xgetOutputAll()
boolean isSetOutputAll()
void setOutputAll(boolean outputAll)
void xsetOutputAll(org.apache.xmlbeans.XmlBoolean outputAll)
void unsetOutputAll()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.