Class SearchMappingTableClassResult

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

public class SearchMappingTableClassResult extends SearchResult
This class represents the result of the Search Mapping Table Class operation; It includes the search result.

Implementation in Your Client Application

Refer to the Java methods that are defined in the SearchResult data model.

Operation Request

SearchMappingTableClassOp

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

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

  • Field Details

    • RESULT_NAME

      public static final String RESULT_NAME
      The XML tag name of this operation response: "searchMappingTableClassResult"
      See Also:
  • Constructor Details

    • SearchMappingTableClassResult

      public SearchMappingTableClassResult()