com.highdeal.mappingtable.hci
Class SearchSubscriberMappingTableResult

java.lang.Object
  extended by com.highdeal.hci.HCIModelAdapter
      extended by com.highdeal.filter.hci.SearchResult
          extended by 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 tot the methods defined in the search result 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 Summary
static java.lang.String RESULT_NAME
          The XML tag name of this operation result: "searchSubscriberMappingTableResult"
 
Constructor Summary
SearchSubscriberMappingTableResult()
           
 
Method Summary
 void marshalChild(XMLMarshallable child, XMLOutputter output)
           
 
Methods inherited from class com.highdeal.filter.hci.SearchResult
addCharacterData, addChild, getLastID, getOperandReference, getResult, getResultType, getTagName, getTotalCount, marshalAttributes, marshalChildren, setAttributes, setAttributeSetResult, setIdResult, setLastID, setObjectResult, setResultType, setTotalCount
 
Methods inherited from class com.highdeal.hci.HCIModelAdapter
marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.highdeal.hci.XMLMarshallable
marshal
 

Field Detail

RESULT_NAME

public static final java.lang.String RESULT_NAME
The XML tag name of this operation result: "searchSubscriberMappingTableResult"

See Also:
Constant Field Values
Constructor Detail

SearchSubscriberMappingTableResult

public SearchSubscriberMappingTableResult()
Method Detail

marshalChild

public void marshalChild(XMLMarshallable child,
                         XMLOutputter output)
Overrides:
marshalChild in class SearchResult

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)