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
public class SearchRangeTableClassResult
- extends SearchResult
- implements XMLMapping
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 |
static java.lang.String |
RESULT_NAME
The value of that constant is the XML tag name of the Search Range Table Class Result. |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESULT_NAME
public static final java.lang.String RESULT_NAME
- The value of that constant is the XML tag name of the Search Range Table Class Result.
- See Also:
- Constant Field Values
SearchRangeTableClassResult
public SearchRangeTableClassResult()
marshalChild
public void marshalChild(XMLMarshallable child,
XMLOutputter output)
- Overrides:
marshalChild in class SearchResult
getClass
public java.lang.Class<?> getClass(java.lang.String nsUri,
java.lang.String tag,
XMLAttributes atts)
- Description copied from interface:
XMLMapping
- Returns the
Java class for a specified XML tag and its attributes in a namespace.
- Specified by:
getClass in interface XMLMapping
- 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 class with a default constructor