uk.ac.soton.itinnovation.grid.service.types
Class ReferenceDocumentType
java.lang.Object
uk.ac.soton.itinnovation.grid.service.types.ReferenceDocumentType
public class ReferenceDocumentType
- extends Object
A type containing a reference combined with a document.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceDocumentType
public ReferenceDocumentType()
ReferenceDocumentType
public ReferenceDocumentType(org.apache.axis.message.addressing.EndpointReferenceType reference,
Document document)
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.