Class SearchSubscriberMappingTableResult

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

public class SearchSubscriberMappingTableResult extends SearchResult
This class represents the result of the Search Subscriber 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

SearchSubscriberMappingTableOp

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

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

  • Field Details

    • RESULT_NAME

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

    • SearchSubscriberMappingTableResult

      public SearchSubscriberMappingTableResult()
  • Method Details