Class SearchSubscriberRangeTableResult

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

public class SearchSubscriberRangeTableResult extends SearchResult
This class is the result of a search operation of Subscriber Range Table.

Operation Request

SearchSubscriberRangeTableOp

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

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

  • Field Details

    • RESULT_NAME

      public static final String RESULT_NAME
      The value of that constant is the XML tag name of the Search Subscriber Range Table Result.
      See Also:
  • Constructor Details

    • SearchSubscriberRangeTableResult

      public SearchSubscriberRangeTableResult()
  • Method Details