|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ConceptDocument.Concept
An XML concept(@http://incubator.apache.org/uima/regex). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ConceptDocument.Concept.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 | |
---|---|
CreateAnnotationsDocument.CreateAnnotations |
addNewCreateAnnotations()
Appends and returns a new empty "createAnnotations" element |
RulesDocument.Rules |
addNewRules()
Appends and returns a new empty "rules" element |
CreateAnnotationsDocument.CreateAnnotations |
getCreateAnnotations()
Gets the "createAnnotations" element |
java.lang.String |
getName()
Gets the "name" attribute |
boolean |
getProcessAllRules()
Gets the "processAllRules" attribute |
RulesDocument.Rules |
getRules()
Gets the "rules" element |
boolean |
isSetName()
True if has "name" attribute |
boolean |
isSetProcessAllRules()
True if has "processAllRules" attribute |
void |
setCreateAnnotations(CreateAnnotationsDocument.CreateAnnotations createAnnotations)
Sets the "createAnnotations" element |
void |
setName(java.lang.String name)
Sets the "name" attribute |
void |
setProcessAllRules(boolean processAllRules)
Sets the "processAllRules" attribute |
void |
setRules(RulesDocument.Rules rules)
Sets the "rules" element |
void |
unsetName()
Unsets the "name" attribute |
void |
unsetProcessAllRules()
Unsets the "processAllRules" attribute |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetProcessAllRules()
Gets (as xml) the "processAllRules" attribute |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute |
void |
xsetProcessAllRules(org.apache.xmlbeans.XmlBoolean processAllRules)
Sets (as xml) the "processAllRules" attribute |
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 |
---|
RulesDocument.Rules getRules()
void setRules(RulesDocument.Rules rules)
RulesDocument.Rules addNewRules()
CreateAnnotationsDocument.CreateAnnotations getCreateAnnotations()
void setCreateAnnotations(CreateAnnotationsDocument.CreateAnnotations createAnnotations)
CreateAnnotationsDocument.CreateAnnotations addNewCreateAnnotations()
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
boolean getProcessAllRules()
org.apache.xmlbeans.XmlBoolean xgetProcessAllRules()
boolean isSetProcessAllRules()
void setProcessAllRules(boolean processAllRules)
void xsetProcessAllRules(org.apache.xmlbeans.XmlBoolean processAllRules)
void unsetProcessAllRules()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |