public class InfoXML
extends java.lang.Object
Constructor and Description |
---|
InfoXML(java.lang.String _xml)
Constructs the infoXML abstraction based on the input
given.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommand() |
int |
getCount() |
java.lang.String |
getError()
Get the error from the InfoXML object.
|
java.lang.String |
getHandle()
Get the handle for the return object.
|
java.util.List |
getHandleList() |
java.lang.String |
getRequestUrl() |
java.lang.String |
getResponse()
Get the raw response string InfoXML from the server.
|
org.dom4j.Element |
getResultData() |
boolean |
hasErrors()
Determine if the InfoXML is an error response.
|
public InfoXML(java.lang.String _xml)
_xml
- public boolean hasErrors()
public java.lang.String getError()
public java.lang.String getHandle()
public int getCount()
public java.lang.String getRequestUrl()
public org.dom4j.Element getResultData()
public java.util.List getHandleList()
public java.lang.String getCommand()
public java.lang.String getResponse()