Class SearchAcquisitionSessionResult

java.lang.Object
com.highdeal.hci.HCIModelAdapter
com.highdeal.filter.hci.SearchResult
com.highdeal.bart.hci.SearchAcquisitionSessionResult
All Implemented Interfaces:
ITagNameProvider, IXMLMarshallable, com.highdeal.hci.OperationResult, XMLMarshallable

public class SearchAcquisitionSessionResult extends com.highdeal.filter.hci.SearchResult
This class represents the result of the SearchAcquisitionSessionOp operation. Please consult SearchResult for more info on type.

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="searchAcquisitionSessionResult" type="SearchResult"/>

  • Constructor Summary

    Constructors
    Constructor
    Description
    Builds an empty SearchAcquisitionSessionResult.
  • Method Summary

    Methods inherited from class com.highdeal.filter.hci.SearchResult

    addCharacterData, addChild, getLastID, getOperandReference, getResult, getResultType, getTagName, getTotalCount, marshalAttributes, marshalChild, marshalChildren, setAttributes, setAttributeSetResult, setIdResult, setLastID, setObjectResult, setResultType, setTotalCount

    Methods inherited from class com.highdeal.hci.HCIModelAdapter

    marshal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SearchAcquisitionSessionResult

      public SearchAcquisitionSessionResult()
      Builds an empty SearchAcquisitionSessionResult.