de.unihalle.informatik.Alida_xml
Interface ALDXMLWorkflowEdgeType

All Superinterfaces:
ALDXMLObjectType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ALDXMLWorkflowEdgeTypeImpl

public interface ALDXMLWorkflowEdgeType
extends ALDXMLObjectType

An XML ALDXMLWorkflowEdgeType(@http://informatik.unihalle.de/Alida_xml). This is a complex type.


Nested Class Summary
static class ALDXMLWorkflowEdgeType.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
 int getSourceNodeId()
          Gets the "sourceNodeId" element
 java.lang.String getSourceParameterName()
          Gets the "sourceParameterName" element
 int getTargetNodeId()
          Gets the "targetNodeId" element
 java.lang.String getTargetParameterName()
          Gets the "targetParameterName" element
 void setSourceNodeId(int sourceNodeId)
          Sets the "sourceNodeId" element
 void setSourceParameterName(java.lang.String sourceParameterName)
          Sets the "sourceParameterName" element
 void setTargetNodeId(int targetNodeId)
          Sets the "targetNodeId" element
 void setTargetParameterName(java.lang.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
 
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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getSourceNodeId

int getSourceNodeId()
Gets the "sourceNodeId" element


xgetSourceNodeId

org.apache.xmlbeans.XmlInt xgetSourceNodeId()
Gets (as xml) the "sourceNodeId" element


setSourceNodeId

void setSourceNodeId(int sourceNodeId)
Sets the "sourceNodeId" element


xsetSourceNodeId

void xsetSourceNodeId(org.apache.xmlbeans.XmlInt sourceNodeId)
Sets (as xml) the "sourceNodeId" element


getSourceParameterName

java.lang.String getSourceParameterName()
Gets the "sourceParameterName" element


xgetSourceParameterName

org.apache.xmlbeans.XmlString xgetSourceParameterName()
Gets (as xml) the "sourceParameterName" element


setSourceParameterName

void setSourceParameterName(java.lang.String sourceParameterName)
Sets the "sourceParameterName" element


xsetSourceParameterName

void xsetSourceParameterName(org.apache.xmlbeans.XmlString sourceParameterName)
Sets (as xml) the "sourceParameterName" element


getTargetNodeId

int getTargetNodeId()
Gets the "targetNodeId" element


xgetTargetNodeId

org.apache.xmlbeans.XmlInt xgetTargetNodeId()
Gets (as xml) the "targetNodeId" element


setTargetNodeId

void setTargetNodeId(int targetNodeId)
Sets the "targetNodeId" element


xsetTargetNodeId

void xsetTargetNodeId(org.apache.xmlbeans.XmlInt targetNodeId)
Sets (as xml) the "targetNodeId" element


getTargetParameterName

java.lang.String getTargetParameterName()
Gets the "targetParameterName" element


xgetTargetParameterName

org.apache.xmlbeans.XmlString xgetTargetParameterName()
Gets (as xml) the "targetParameterName" element


setTargetParameterName

void setTargetParameterName(java.lang.String targetParameterName)
Sets the "targetParameterName" element


xsetTargetParameterName

void xsetTargetParameterName(org.apache.xmlbeans.XmlString targetParameterName)
Sets (as xml) the "targetParameterName" element



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.