|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ALDXMLWorkflowType
An XML ALDXMLWorkflowType(@http://informatik.unihalle.de/Alida_xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ALDXMLWorkflowType.Factory
A factory class with static methods for creating instances of this type. |
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 | |
---|---|
ALDXMLWorkflowEdgeType |
addNewEdges()
Appends and returns a new empty value (as xml) as the last "edges" element |
ALDXMLWorkflowNodeType |
addNewNodes()
Appends and returns a new empty value (as xml) as the last "nodes" element |
ALDXMLParametrizedType |
addNewOperator()
Appends and returns a new empty "operator" element |
ALDXMLWorkflowEdgeType[] |
getEdgesArray()
Gets array of all "edges" elements |
ALDXMLWorkflowEdgeType |
getEdgesArray(int i)
Gets ith "edges" element |
ALDXMLWorkflowNodeType[] |
getNodesArray()
Gets array of all "nodes" elements |
ALDXMLWorkflowNodeType |
getNodesArray(int i)
Gets ith "nodes" element |
ALDXMLParametrizedType |
getOperator()
Gets the "operator" element |
boolean |
getResetDisconnectedInput()
Gets the "resetDisconnectedInput" element |
ALDXMLWorkflowEdgeType |
insertNewEdges(int i)
Inserts and returns a new empty value (as xml) as the ith "edges" element |
ALDXMLWorkflowNodeType |
insertNewNodes(int i)
Inserts and returns a new empty value (as xml) as the ith "nodes" element |
void |
removeEdges(int i)
Removes the ith "edges" element |
void |
removeNodes(int i)
Removes the ith "nodes" element |
void |
setEdgesArray(ALDXMLWorkflowEdgeType[] edgesArray)
Sets array of all "edges" element |
void |
setEdgesArray(int i,
ALDXMLWorkflowEdgeType edges)
Sets ith "edges" element |
void |
setNodesArray(ALDXMLWorkflowNodeType[] nodesArray)
Sets array of all "nodes" element |
void |
setNodesArray(int i,
ALDXMLWorkflowNodeType nodes)
Sets ith "nodes" element |
void |
setOperator(ALDXMLParametrizedType operator)
Sets the "operator" element |
void |
setResetDisconnectedInput(boolean resetDisconnectedInput)
Sets the "resetDisconnectedInput" element |
int |
sizeOfEdgesArray()
Returns number of "edges" element |
int |
sizeOfNodesArray()
Returns number of "nodes" element |
org.apache.xmlbeans.XmlBoolean |
xgetResetDisconnectedInput()
Gets (as xml) the "resetDisconnectedInput" element |
void |
xsetResetDisconnectedInput(org.apache.xmlbeans.XmlBoolean resetDisconnectedInput)
Sets (as xml) the "resetDisconnectedInput" element |
Methods inherited from interface de.unihalle.informatik.Alida_xml.ALDXMLObjectType |
---|
getClassName, setClassName, xgetClassName, xsetClassName |
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 |
---|
boolean getResetDisconnectedInput()
org.apache.xmlbeans.XmlBoolean xgetResetDisconnectedInput()
void setResetDisconnectedInput(boolean resetDisconnectedInput)
void xsetResetDisconnectedInput(org.apache.xmlbeans.XmlBoolean resetDisconnectedInput)
ALDXMLParametrizedType getOperator()
void setOperator(ALDXMLParametrizedType operator)
ALDXMLParametrizedType addNewOperator()
ALDXMLWorkflowNodeType[] getNodesArray()
ALDXMLWorkflowNodeType getNodesArray(int i)
int sizeOfNodesArray()
void setNodesArray(ALDXMLWorkflowNodeType[] nodesArray)
void setNodesArray(int i, ALDXMLWorkflowNodeType nodes)
ALDXMLWorkflowNodeType insertNewNodes(int i)
ALDXMLWorkflowNodeType addNewNodes()
void removeNodes(int i)
ALDXMLWorkflowEdgeType[] getEdgesArray()
ALDXMLWorkflowEdgeType getEdgesArray(int i)
int sizeOfEdgesArray()
void setEdgesArray(ALDXMLWorkflowEdgeType[] edgesArray)
void setEdgesArray(int i, ALDXMLWorkflowEdgeType edges)
ALDXMLWorkflowEdgeType insertNewEdges(int i)
ALDXMLWorkflowEdgeType addNewEdges()
void removeEdges(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |