Class GetRecordResponse

java.lang.Object
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 Details

    • GetRecordResponse

      public GetRecordResponse(String responseStr)
      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 a Document representation of the GetRecord Service response.
      Returns:
      The document value
    • getItemRecord

      public org.dom4j.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