Class SearchRangeTableResult

All Implemented Interfaces:
ITagNameProvider, IXMLMarshallable, OperationResult, XMLMapping, XMLMarshallable

public class SearchRangeTableResult extends SearchResult implements XMLMapping
This class is the result of a search operation of Range Table.

Operation Request

SearchRangeTableOp

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

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

  • Field Details

    • RESULT_NAME

      public static final String RESULT_NAME
      The value of that constant is the XML tag name of the Search Range Table Result.
      See Also:
  • Constructor Details

    • SearchRangeTableResult

      public SearchRangeTableResult()
  • Method Details

    • marshalChild

      public void marshalChild(XMLMarshallable child, XMLOutputter output)
      Overrides:
      marshalChild in class SearchResult
    • getClass

      public Class<?> getClass(String nsUri, 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 tag
      tag - The local part of the XML tag
      atts - The attributes of the XML tag
      Returns:
      A Java class with a default constructor