Package com.highdeal.pnr.hci
Class SearchTranslationTableResult
java.lang.Object
com.highdeal.hci.HCIModelAdapter
com.highdeal.filter.hci.SearchResult
com.highdeal.pnr.hci.SearchTranslationTableResult
- All Implemented Interfaces:
ITagNameProvider,IXMLMarshallable,OperationResult,XMLMarshallable
This class represents the result of the
Search Translation Table operation.
Consult theSearchResult abstract class for
more information.
- See Also:
Operation Request
SearchTranslationTableOp XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchTranslationTableResult" type="SearchResult"/>
-
Constructor Summary
ConstructorsConstructorDescriptionBuilds an empty SearchTranslationTableResult. -
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, setTotalCountMethods inherited from class com.highdeal.hci.HCIModelAdapter
marshal
-
Constructor Details
-
SearchTranslationTableResult
public SearchTranslationTableResult()Builds an empty SearchTranslationTableResult.
-