7.0 Action Request System Java API

com.remedy.arsys.api
Class XMLEntryReturn

java.lang.Object
  extended bycom.remedy.arsys.api.BulkEntryReturn
      extended bycom.remedy.arsys.api.XMLEntryReturn
All Implemented Interfaces:
java.lang.Cloneable

public class XMLEntryReturn
extends BulkEntryReturn
implements java.lang.Cloneable

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
 java.lang.Object clone()
          Makes a copy of the object.
 char[] getOutputDoc()
          Returns the output doc.
 
Methods inherited from class com.remedy.arsys.api.BulkEntryReturn
getCallType, getStatusList
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLEntryReturn

public XMLEntryReturn()
Constructs a new XMLEntryReturn object

Method Detail

getOutputDoc

public char[] getOutputDoc()
Returns the output doc.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Overrides:
clone in class BulkEntryReturn
Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API