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

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

public class ProcessorType
extends java.lang.Object
implements ProvenanceEventType

Author:
Paolo Missier

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

Constructor Detail

ProcessorType

public ProcessorType()

ProcessorType

public ProcessorType(ActivityType[] activity,
                     java.lang.String id)
Method Detail

getActivity

public ActivityType[] getActivity()
Gets the activity value for this ProcessorType.

Returns:
activity

setActivity

public void setActivity(ActivityType[] activity)
Sets the activity value for this ProcessorType.

Parameters:
activity -

getActivity

public ActivityType getActivity(int i)

setActivity

public void setActivity(int i,
                        ActivityType _value)

getId

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

Returns:
id

setId

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

Parameters:
id -