Class RangeTableRevisionModel

java.lang.Object
com.highdeal.rangetable.hci.CommonRangeTableRevisionModel
com.highdeal.rangetable.hci.RangeTableRevisionModel
All Implemented Interfaces:
IXMLMarshallable, XMLMapping, XMLMarshallable

public class RangeTableRevisionModel extends CommonRangeTableRevisionModel
This Java class represents a revision of a range table; You use this data model in the Create Range Table operation and in the Modify Range Table operation.

It contains the rows with the upper bound, the input and the output columns or the range sets with the range set key and the ranges.

Related Operations

See Also:

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:complexType name="RangeTableRevisionType">
   <xs:complexContent>
     <xs:extension base="CommonRangeTableRevisionType">
       <xs:attribute name="agreementId" type="xs:string" />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

  • Field Details

  • Constructor Details

    • RangeTableRevisionModel

      public RangeTableRevisionModel()
  • Method Details