Package com.highdeal.mappingtable.hci
Class SearchMappingTableClassResult
java.lang.Object
com.highdeal.hci.HCIModelAdapter
com.highdeal.filter.hci.SearchResult
com.highdeal.mappingtable.hci.SearchMappingTableClassResult
- All Implemented Interfaces:
ITagNameProvider,IXMLMarshallable,OperationResult,XMLMarshallable
This class represents the result of the
Search Mapping Table Class 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
SearchMappingTableClassOp XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchMappingTableClassResult" type ="SearchResult"/>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe XML tag name of this operation response: "searchMappingTableClassResult" -
Constructor Summary
Constructors -
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
-
Field Details
-
RESULT_NAME
The XML tag name of this operation response: "searchMappingTableClassResult"- See Also:
-
-
Constructor Details
-
SearchMappingTableClassResult
public SearchMappingTableClassResult()
-