|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputType
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 |
---|
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()
java.lang.String getFeaturePath()
org.apache.xmlbeans.XmlString xgetFeaturePath()
void setFeaturePath(java.lang.String featurePath)
void xsetFeaturePath(org.apache.xmlbeans.XmlString featurePath)
java.lang.String getOutputAttribute()
org.apache.xmlbeans.XmlString xgetOutputAttribute()
void setOutputAttribute(java.lang.String outputAttribute)
void xsetOutputAttribute(org.apache.xmlbeans.XmlString outputAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |