public static interface TypeElementType.Outputs
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TypeElementType.Outputs.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 |
---|---|
OutputType |
addNewOutput()
Appends and returns a new empty value (as xml) as the last "output" element
|
OutputType[] |
getOutputArray()
Gets array of all "output" elements
|
OutputType |
getOutputArray(int i)
Gets ith "output" element
|
OutputType |
insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "output" element
|
void |
removeOutput(int i)
Removes the ith "output" element
|
void |
setOutputArray(int i,
OutputType output)
Sets ith "output" element
|
void |
setOutputArray(OutputType[] outputArray)
Sets array of all "output" element
|
int |
sizeOfOutputArray()
Returns number of "output" 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
OutputType[] getOutputArray()
OutputType getOutputArray(int i)
int sizeOfOutputArray()
void setOutputArray(OutputType[] outputArray)
void setOutputArray(int i, OutputType output)
OutputType insertNewOutput(int i)
OutputType addNewOutput()
void removeOutput(int i)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.