org.apache.incubator.uima.regex
Interface RuleExceptionsDocument.RuleExceptions

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RuleExceptionsDocumentImpl.RuleExceptionsImpl
Enclosing interface:
RuleExceptionsDocument

public static interface RuleExceptionsDocument.RuleExceptions
extends org.apache.xmlbeans.XmlObject

An XML ruleExceptions(@http://incubator.apache.org/uima/regex). This is a complex type.


Nested Class Summary
static class RuleExceptionsDocument.RuleExceptions.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
 ExceptionDocument.Exception addNewException()
          Appends and returns a new empty value (as xml) as the last "exception" element
 ExceptionDocument.Exception[] getExceptionArray()
          Gets array of all "exception" elements
 ExceptionDocument.Exception getExceptionArray(int i)
          Gets ith "exception" element
 ExceptionDocument.Exception insertNewException(int i)
          Inserts and returns a new empty value (as xml) as the ith "exception" element
 void removeException(int i)
          Removes the ith "exception" element
 void setExceptionArray(ExceptionDocument.Exception[] exceptionArray)
          Sets array of all "exception" element
 void setExceptionArray(int i, ExceptionDocument.Exception exception)
          Sets ith "exception" element
 int sizeOfExceptionArray()
          Returns number of "exception" 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

type

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

getExceptionArray

ExceptionDocument.Exception[] getExceptionArray()
Gets array of all "exception" elements


getExceptionArray

ExceptionDocument.Exception getExceptionArray(int i)
Gets ith "exception" element


sizeOfExceptionArray

int sizeOfExceptionArray()
Returns number of "exception" element


setExceptionArray

void setExceptionArray(ExceptionDocument.Exception[] exceptionArray)
Sets array of all "exception" element


setExceptionArray

void setExceptionArray(int i,
                       ExceptionDocument.Exception exception)
Sets ith "exception" element


insertNewException

ExceptionDocument.Exception insertNewException(int i)
Inserts and returns a new empty value (as xml) as the ith "exception" element


addNewException

ExceptionDocument.Exception addNewException()
Appends and returns a new empty value (as xml) as the last "exception" element


removeException

void removeException(int i)
Removes the ith "exception" element



Copyright © 2011. All Rights Reserved.