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

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

public class PortsSequenceType
extends java.lang.Object
implements ProvenanceEventType

Author:
Paolo Missier

Constructor Summary
PortsSequenceType()
           
PortsSequenceType(PortType[] port)
           
 
Method Summary
 PortType[] getPort()
          Gets the port value for this PortsSequenceType.
 PortType getPort(int i)
           
 void setPort(int i, PortType _value)
           
 void setPort(PortType[] port)
          Sets the port value for this PortsSequenceType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortsSequenceType

public PortsSequenceType()

PortsSequenceType

public PortsSequenceType(PortType[] port)
Method Detail

getPort

public PortType[] getPort()
Gets the port value for this PortsSequenceType.

Returns:
port

setPort

public void setPort(PortType[] port)
Sets the port value for this PortsSequenceType.

Parameters:
port -

getPort

public PortType getPort(int i)

setPort

public void setPort(int i,
                    PortType _value)