uk.ac.soton.itinnovation.grid.service.types
Class ReferenceDocumentType

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.types.ReferenceDocumentType

public class ReferenceDocumentType
extends Object

A type containing a reference combined with a document.


Constructor Summary
ReferenceDocumentType()
           
ReferenceDocumentType(org.apache.axis.message.addressing.EndpointReferenceType reference, Document document)
           
 
Method Summary
 Document getDocument()
           
 org.apache.axis.message.addressing.EndpointReferenceType getReference()
           
 void setDocument(Document document)
           
 void setReference(org.apache.axis.message.addressing.EndpointReferenceType reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceDocumentType

public ReferenceDocumentType()

ReferenceDocumentType

public ReferenceDocumentType(org.apache.axis.message.addressing.EndpointReferenceType reference,
                             Document document)
Method Detail

setReference

public void setReference(org.apache.axis.message.addressing.EndpointReferenceType reference)

getReference

public org.apache.axis.message.addressing.EndpointReferenceType getReference()

setDocument

public void setDocument(Document document)

getDocument

public Document getDocument()


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.