Class SearchMappingTableResult

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

public class SearchMappingTableResult extends SearchResult
This class represents the result of the Search Mapping Table 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

SearchMappingTableOp

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

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

  • Field Details

    • RESULT_NAME

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

    • SearchMappingTableResult

      public SearchMappingTableResult()
  • Method Details