DLESE Tools
v1.6.0

org.dlese.dpc.serviceclients.webclient
Class GetRecordResponse

java.lang.Object
  extended by org.dlese.dpc.serviceclients.webclient.GetRecordResponse

public class GetRecordResponse
extends Object

GetRecordResponse class wraps the response from the GetRecord Web Service (version 1.0)

Author:
ostwald

Constructor Summary
GetRecordResponse(String responseStr)
          Constructor for the GetRecordResponse object
 
Method Summary
 Document getDocument()
          Gets the document attribute of the GetRecordResponse object.
 Document getItemRecord()
          Gets the itemRecord attribute of the GetRecordResponse class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecordResponse

public GetRecordResponse(String responseStr)
Constructor for the GetRecordResponse object

Parameters:
responseStr - Description of the Parameter
Method Detail

getDocument

public Document getDocument()
Gets the document attribute of the GetRecordResponse object. This is a Document representation of the GetRecord Service response.

Returns:
The document value

getItemRecord

public Document getItemRecord()
                       throws WebServiceClientException
Gets the itemRecord attribute of the GetRecordResponse class. The itemRecord is the ADN item-level record contained in the GetRecord Service Response.

Returns:
The itemRecord value
Throws:
WebServiceClientException - Description of the Exception

DLESE Tools
v1.6.0