com.highdeal.pnr.hci
Class SearchSubscriberAccountResult

java.lang.Object
  extended by com.highdeal.hci.HCIModelAdapter
      extended by com.highdeal.filter.hci.SearchResult
          extended by com.highdeal.pnr.hci.SearchSubscriberAccountResult
All Implemented Interfaces:
ITagNameProvider, IXMLMarshallable, OperationResult, XMLMarshallable

public class SearchSubscriberAccountResult
extends SearchResult

This class represents the result of the Search Subscriber Account operation.

Operation Request

SearchSubscriberAccountOp

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

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


Constructor Summary
SearchSubscriberAccountResult()
          Builds an empty searchSubscriberAccountResult.
 
Method Summary
 
Methods inherited from class com.highdeal.filter.hci.SearchResult
addCharacterData, addChild, getLastID, getOperandReference, getResult, getResultType, getTagName, getTotalCount, marshalAttributes, marshalChild, 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
 

Constructor Detail

SearchSubscriberAccountResult

public SearchSubscriberAccountResult()
Builds an empty searchSubscriberAccountResult.


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