public interface ALDXMLWorkflowEdgeType extends ALDXMLObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ALDXMLWorkflowEdgeType.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 |
|---|---|
int |
getSourceNodeId()
Gets the "sourceNodeId" element
|
String |
getSourceParameterName()
Gets the "sourceParameterName" element
|
int |
getTargetNodeId()
Gets the "targetNodeId" element
|
String |
getTargetParameterName()
Gets the "targetParameterName" element
|
void |
setSourceNodeId(int sourceNodeId)
Sets the "sourceNodeId" element
|
void |
setSourceParameterName(String sourceParameterName)
Sets the "sourceParameterName" element
|
void |
setTargetNodeId(int targetNodeId)
Sets the "targetNodeId" element
|
void |
setTargetParameterName(String targetParameterName)
Sets the "targetParameterName" element
|
org.apache.xmlbeans.XmlInt |
xgetSourceNodeId()
Gets (as xml) the "sourceNodeId" element
|
org.apache.xmlbeans.XmlString |
xgetSourceParameterName()
Gets (as xml) the "sourceParameterName" element
|
org.apache.xmlbeans.XmlInt |
xgetTargetNodeId()
Gets (as xml) the "targetNodeId" element
|
org.apache.xmlbeans.XmlString |
xgetTargetParameterName()
Gets (as xml) the "targetParameterName" element
|
void |
xsetSourceNodeId(org.apache.xmlbeans.XmlInt sourceNodeId)
Sets (as xml) the "sourceNodeId" element
|
void |
xsetSourceParameterName(org.apache.xmlbeans.XmlString sourceParameterName)
Sets (as xml) the "sourceParameterName" element
|
void |
xsetTargetNodeId(org.apache.xmlbeans.XmlInt targetNodeId)
Sets (as xml) the "targetNodeId" element
|
void |
xsetTargetParameterName(org.apache.xmlbeans.XmlString targetParameterName)
Sets (as xml) the "targetParameterName" element
|
getClassName, setClassName, xgetClassName, xsetClassNamechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextint getSourceNodeId()
org.apache.xmlbeans.XmlInt xgetSourceNodeId()
void setSourceNodeId(int sourceNodeId)
void xsetSourceNodeId(org.apache.xmlbeans.XmlInt sourceNodeId)
String getSourceParameterName()
org.apache.xmlbeans.XmlString xgetSourceParameterName()
void setSourceParameterName(String sourceParameterName)
void xsetSourceParameterName(org.apache.xmlbeans.XmlString sourceParameterName)
int getTargetNodeId()
org.apache.xmlbeans.XmlInt xgetTargetNodeId()
void setTargetNodeId(int targetNodeId)
void xsetTargetNodeId(org.apache.xmlbeans.XmlInt targetNodeId)
String getTargetParameterName()
org.apache.xmlbeans.XmlString xgetTargetParameterName()
void setTargetParameterName(String targetParameterName)
void xsetTargetParameterName(org.apache.xmlbeans.XmlString targetParameterName)
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.