org.apache.incubator.uima.regex
Interface ConceptDocument.Concept

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ConceptDocumentImpl.ConceptImpl
Enclosing interface:
ConceptDocument

public static interface ConceptDocument.Concept
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getRules

RulesDocument.Rules getRules()
Gets the "rules" element


setRules

void setRules(RulesDocument.Rules rules)
Sets the "rules" element


addNewRules

RulesDocument.Rules addNewRules()
Appends and returns a new empty "rules" element


getCreateAnnotations

CreateAnnotationsDocument.CreateAnnotations getCreateAnnotations()
Gets the "createAnnotations" element


setCreateAnnotations

void setCreateAnnotations(CreateAnnotationsDocument.CreateAnnotations createAnnotations)
Sets the "createAnnotations" element


addNewCreateAnnotations

CreateAnnotationsDocument.CreateAnnotations addNewCreateAnnotations()
Appends and returns a new empty "createAnnotations" element


getName

java.lang.String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(java.lang.String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute


getProcessAllRules

boolean getProcessAllRules()
Gets the "processAllRules" attribute


xgetProcessAllRules

org.apache.xmlbeans.XmlBoolean xgetProcessAllRules()
Gets (as xml) the "processAllRules" attribute


isSetProcessAllRules

boolean isSetProcessAllRules()
True if has "processAllRules" attribute


setProcessAllRules

void setProcessAllRules(boolean processAllRules)
Sets the "processAllRules" attribute


xsetProcessAllRules

void xsetProcessAllRules(org.apache.xmlbeans.XmlBoolean processAllRules)
Sets (as xml) the "processAllRules" attribute


unsetProcessAllRules

void unsetProcessAllRules()
Unsets the "processAllRules" attribute



Copyright © 2011. All Rights Reserved.