|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface UimaSimpleServerSpecDocument.UimaSimpleServerSpec
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String getShortDescription()
org.apache.xmlbeans.XmlString xgetShortDescription()
boolean isSetShortDescription()
void setShortDescription(java.lang.String shortDescription)
void xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
void unsetShortDescription()
java.lang.String getLongDescription()
org.apache.xmlbeans.XmlString xgetLongDescription()
boolean isSetLongDescription()
void setLongDescription(java.lang.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |