org.purl.sword.base
Class DepositResponse

java.lang.Object
  extended by org.purl.sword.base.DepositResponse

public class DepositResponse
extends Object

Author:
Stuart Lewis, Neil Taylor

Constructor Summary
DepositResponse(int httpResponse)
           
 
Method Summary
 SWORDEntry getEntry()
           
 int getHttpResponse()
           
 String marshall()
           
 void setEntry(SWORDEntry entry)
           
 void setHttpResponse(int httpResponse)
           
 String toString()
           
 void unmarshall(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DepositResponse

public DepositResponse(int httpResponse)
Method Detail

setEntry

public void setEntry(SWORDEntry entry)
Parameters:
entry -

getEntry

public SWORDEntry getEntry()
Parameters:
entry -

getHttpResponse

public int getHttpResponse()

setHttpResponse

public void setHttpResponse(int httpResponse)

marshall

public String marshall()
Returns:

unmarshall

public void unmarshall(String xml)
                throws UnmarshallException
Parameters:
xml -
Throws:
UnmarshallException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 The DSpace Foundation. All Rights Reserved.