net.sf.taverna.t2.provenance.lineageservice.types
Class IterationType

java.lang.Object
  extended by net.sf.taverna.t2.provenance.lineageservice.types.IterationType
All Implemented Interfaces:
ProvenanceEventType

public class IterationType
extends java.lang.Object
implements ProvenanceEventType

Author:
Paolo Missier

Constructor Summary
IterationType()
           
IterationType(PortsSequenceType inputdata, PortsSequenceType outputdata, java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
          Gets the id value for this IterationType.
 PortsSequenceType getInputdata()
          Gets the inputdata value for this IterationType.
 PortsSequenceType getOutputdata()
          Gets the outputdata value for this IterationType.
 void setId(java.lang.String id)
          Sets the id value for this IterationType.
 void setInputdata(PortsSequenceType inputdata)
          Sets the inputdata value for this IterationType.
 void setOutputdata(PortsSequenceType outputdata)
          Sets the outputdata value for this IterationType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterationType

public IterationType()

IterationType

public IterationType(PortsSequenceType inputdata,
                     PortsSequenceType outputdata,
                     java.lang.String id)
Method Detail

getInputdata

public PortsSequenceType getInputdata()
Gets the inputdata value for this IterationType.

Returns:
inputdata

setInputdata

public void setInputdata(PortsSequenceType inputdata)
Sets the inputdata value for this IterationType.

Parameters:
inputdata -

getOutputdata

public PortsSequenceType getOutputdata()
Gets the outputdata value for this IterationType.

Returns:
outputdata

setOutputdata

public void setOutputdata(PortsSequenceType outputdata)
Sets the outputdata value for this IterationType.

Parameters:
outputdata -

getId

public java.lang.String getId()
Gets the id value for this IterationType.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this IterationType.

Parameters:
id -