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

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

public class PortType
extends java.lang.Object
implements ProvenanceEventType

Author:
Paolo Missier

Constructor Summary
PortType()
           
PortType(DataDocumentType dataDocument, LiteralType literal, java.lang.String name)
           
 
Method Summary
 DataDocumentType getDataDocument()
          Gets the dataDocument value for this PortType.
 LiteralType getLiteral()
          Gets the literal value for this PortType.
 java.lang.String getName()
          Gets the name value for this PortType.
 void setDataDocument(DataDocumentType dataDocument)
          Sets the dataDocument value for this PortType.
 void setLiteral(LiteralType literal)
          Sets the literal value for this PortType.
 void setName(java.lang.String name)
          Sets the name value for this PortType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortType

public PortType()

PortType

public PortType(DataDocumentType dataDocument,
                LiteralType literal,
                java.lang.String name)
Method Detail

getDataDocument

public DataDocumentType getDataDocument()
Gets the dataDocument value for this PortType.

Returns:
dataDocument

setDataDocument

public void setDataDocument(DataDocumentType dataDocument)
Sets the dataDocument value for this PortType.

Parameters:
dataDocument -

getLiteral

public LiteralType getLiteral()
Gets the literal value for this PortType.

Returns:
literal

setLiteral

public void setLiteral(LiteralType literal)
Sets the literal value for this PortType.

Parameters:
literal -

getName

public java.lang.String getName()
Gets the name value for this PortType.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this PortType.

Parameters:
name -