public interface TDeployment
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TDeployment.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
TDeployment.Process
An XML process(@http://www.apache.org/ode/schemas/dd/2007/03).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
TDeployment.Process |
addNewProcess()
Appends and returns a new empty value (as xml) as the last "process" element
|
TDeployment.Process[] |
getProcessArray()
Gets array of all "process" elements
|
TDeployment.Process |
getProcessArray(int i)
Gets ith "process" element
|
TDeployment.Process |
insertNewProcess(int i)
Inserts and returns a new empty value (as xml) as the ith "process" element
|
void |
removeProcess(int i)
Removes the ith "process" element
|
void |
setProcessArray(int i,
TDeployment.Process process)
Sets ith "process" element
|
void |
setProcessArray(TDeployment.Process[] processArray)
Sets array of all "process" element
|
int |
sizeOfProcessArray()
Returns number of "process" 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
TDeployment.Process[] getProcessArray()
TDeployment.Process getProcessArray(int i)
int sizeOfProcessArray()
void setProcessArray(TDeployment.Process[] processArray)
void setProcessArray(int i, TDeployment.Process process)
TDeployment.Process insertNewProcess(int i)
TDeployment.Process addNewProcess()
void removeProcess(int i)