public interface Faultreason
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
Faultreason.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 |
---|---|
Reasontext |
addNewText()
Appends and returns a new empty value (as xml) as the last "Text" element
|
Reasontext[] |
getTextArray()
Deprecated.
|
Reasontext |
getTextArray(int i)
Gets ith "Text" element
|
List<Reasontext> |
getTextList()
Gets a List of "Text" elements
|
Reasontext |
insertNewText(int i)
Inserts and returns a new empty value (as xml) as the ith "Text" element
|
void |
removeText(int i)
Removes the ith "Text" element
|
void |
setTextArray(int i,
Reasontext text)
Sets ith "Text" element
|
void |
setTextArray(Reasontext[] textArray)
Sets array of all "Text" element
|
int |
sizeOfTextArray()
Returns number of "Text" element
|
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
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
List<Reasontext> getTextList()
Reasontext[] getTextArray()
Reasontext getTextArray(int i)
int sizeOfTextArray()
void setTextArray(Reasontext[] textArray)
void setTextArray(int i, Reasontext text)
Reasontext insertNewText(int i)
Reasontext addNewText()
void removeText(int i)
Copyright © 2019. All Rights Reserved.