|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.BulkEntryReturn com.bmc.arsys.api.XMLEntryReturn
public class XMLEntryReturn
The XMLEntryReturn
class
defines the return values for XML entry related bulk calls that return an output document.
Constructor Summary | |
---|---|
XMLEntryReturn()
Constructs a new XMLEntryReturn object |
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
String |
getOutputDoc()
Returns the output doc. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.BulkEntryReturn |
---|
getCallType, getStatusList |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMLEntryReturn()
XMLEntryReturn
object
Method Detail |
---|
public String getOutputDoc()
public Object clone() throws CloneNotSupportedException
clone
in class BulkEntryReturn
CloneNotSupportedException
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class BulkEntryReturn
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |