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

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

public class DataDocumentType
extends java.lang.Object
implements ProvenanceEventType

Author:
Paolo Missier

Constructor Summary
DataDocumentType()
           
DataDocumentType(java.lang.String reference, java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
          Gets the id value for this DataDocumentType.
 java.lang.String getReference()
          Gets the reference value for this DataDocumentType.
 void setId(java.lang.String id)
          Sets the id value for this DataDocumentType.
 void setReference(java.lang.String reference)
          Sets the reference value for this DataDocumentType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDocumentType

public DataDocumentType()

DataDocumentType

public DataDocumentType(java.lang.String reference,
                        java.lang.String id)
Method Detail

getReference

public java.lang.String getReference()
Gets the reference value for this DataDocumentType.

Returns:
reference

setReference

public void setReference(java.lang.String reference)
Sets the reference value for this DataDocumentType.

Parameters:
reference -

getId

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

Returns:
id

setId

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

Parameters:
id -