Package com.highdeal.bart.hci
Class SearchRatingSessionResult
java.lang.Object
com.highdeal.hci.HCIModelAdapter
com.highdeal.filter.hci.SearchResult
com.highdeal.bart.hci.SearchRatingSessionResult
- All Implemented Interfaces:
ITagNameProvider,IXMLMarshallable,com.highdeal.hci.OperationResult,XMLMarshallable
public class SearchRatingSessionResult
extends com.highdeal.filter.hci.SearchResult
This class represents the result of the
SearchRatingSessionOp 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="searchRatingSessionResult" type="SearchResult"/>
-
Constructor Summary
Constructors -
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, setTotalCountMethods inherited from class com.highdeal.hci.HCIModelAdapter
marshal
-
Constructor Details
-
SearchRatingSessionResult
public SearchRatingSessionResult()Builds an empty SearchAcquisitionSessionResult.
-