public class GetRecordResponse
extends java.lang.Object
Constructor and Description |
---|
GetRecordResponse(java.lang.String responseStr)
Constructor for the GetRecordResponse object
|
Modifier and Type | Method and Description |
---|---|
org.dom4j.Document |
getDocument()
Gets the document attribute of the GetRecordResponse object.
|
org.dom4j.Document |
getItemRecord()
Gets the itemRecord attribute of the GetRecordResponse class.
|
public GetRecordResponse(java.lang.String responseStr)
responseStr
- Description of the Parameterpublic org.dom4j.Document getDocument()
Document
representation of the GetRecord Service
response.public org.dom4j.Document getItemRecord() throws WebServiceClientException
WebServiceClientException
- Description of the Exception