Class GetRecordResponse
java.lang.Object
org.dlese.dpc.serviceclients.webclient.GetRecordResponse
GetRecordResponse class wraps the response from the GetRecord
Web Service (version 1.0)
- Author:
- ostwald
-
Constructor Summary
ConstructorsConstructorDescriptionGetRecordResponse(String responseStr) Constructor for the GetRecordResponse object -
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.DocumentGets the document attribute of the GetRecordResponse object.org.dom4j.DocumentGets the itemRecord attribute of the GetRecordResponse class.
-
Constructor Details
-
GetRecordResponse
Constructor for the GetRecordResponse object- Parameters:
responseStr- Description of the Parameter
-
-
Method Details
-
getDocument
public org.dom4j.Document getDocument()Gets the document attribute of the GetRecordResponse object. This is aDocumentrepresentation of the GetRecord Service response.- Returns:
- The document value
-
getItemRecord
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
-