|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TDeployment
An XML tDeployment(@http://www.apache.org/ode/schemas/dd/2007/03). This is a complex type.
Nested Class Summary | |
---|---|
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). |
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 | |
---|---|
TDeployment.Process |
addNewProcess()
Appends and returns a new empty value (as xml) as the last "process" element |
TDeployment.Process[] |
getProcessArray()
Deprecated. |
TDeployment.Process |
getProcessArray(int i)
Gets ith "process" element |
java.util.List<TDeployment.Process> |
getProcessList()
Gets a List of "process" elements |
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 |
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.util.List<TDeployment.Process> getProcessList()
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |