Package com.highdeal.rangetable.hci
Class SearchRangeTableClassResult
java.lang.Object
com.highdeal.hci.HCIModelAdapter
com.highdeal.filter.hci.SearchResult
com.highdeal.rangetable.hci.SearchRangeTableClassResult
- All Implemented Interfaces:
ITagNameProvider,IXMLMarshallable,OperationResult,XMLMapping,XMLMarshallable
This class is the result of a search operation of
Range Table Class.Operation Request
SearchRangeTableClassOp XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchRangeTableClassResult" type ="SearchResult"/>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe value of that constant is the XML tag name of the Search Range Table Class Result. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getClass(String nsUri, String tag, XMLAttributes atts) Returns theJava classfor a specifiedXML tagand its attributes in a namespace.voidmarshalChild(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, setTotalCountMethods inherited from class com.highdeal.hci.HCIModelAdapter
marshal
-
Field Details
-
RESULT_NAME
The value of that constant is the XML tag name of the Search Range Table Class Result.- See Also:
-
-
Constructor Details
-
SearchRangeTableClassResult
public SearchRangeTableClassResult()
-
-
Method Details
-
marshalChild
- Overrides:
marshalChildin classSearchResult
-
getClass
Description copied from interface:XMLMappingReturns theJava classfor a specifiedXML tagand its attributes in a namespace.- Specified by:
getClassin interfaceXMLMapping- Parameters:
nsUri- The unique resource identifier of the namespace of the XML tagtag- The local part of the XML tagatts- The attributes of the XML tag- Returns:
- A
Java classwith a default constructor
-