public static interface RuleExceptionsDocument.RuleExceptions
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RuleExceptionsDocument.RuleExceptions.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
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
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
ExceptionDocument.Exception[] getExceptionArray()
ExceptionDocument.Exception getExceptionArray(int i)
int sizeOfExceptionArray()
void setExceptionArray(ExceptionDocument.Exception[] exceptionArray)
void setExceptionArray(int i, ExceptionDocument.Exception exception)
ExceptionDocument.Exception insertNewException(int i)
ExceptionDocument.Exception addNewException()
void removeException(int i)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.