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

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

public class ActivityType
extends java.lang.Object
implements ProvenanceEventType

Author:
Paolo Missier

Constructor Summary
ActivityType()
           
ActivityType(IterationType[] iteration, java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
          Gets the id value for this ActivityType.
 IterationType[] getIteration()
          Gets the iteration value for this ActivityType.
 IterationType getIteration(int i)
           
 void setId(java.lang.String id)
          Sets the id value for this ActivityType.
 void setIteration(int i, IterationType _value)
           
 void setIteration(IterationType[] iteration)
          Sets the iteration value for this ActivityType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityType

public ActivityType()

ActivityType

public ActivityType(IterationType[] iteration,
                    java.lang.String id)
Method Detail

getIteration

public IterationType[] getIteration()
Gets the iteration value for this ActivityType.

Returns:
iteration

setIteration

public void setIteration(IterationType[] iteration)
Sets the iteration value for this ActivityType.

Parameters:
iteration -

getIteration

public IterationType getIteration(int i)

setIteration

public void setIteration(int i,
                         IterationType _value)

getId

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

Returns:
id

setId

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

Parameters:
id -