Package com.highdeal.rangetable.hci
Class RangeTableRevisionModel
java.lang.Object
com.highdeal.rangetable.hci.CommonRangeTableRevisionModel
com.highdeal.rangetable.hci.RangeTableRevisionModel
- All Implemented Interfaces:
IXMLMarshallable,XMLMapping,XMLMarshallable
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the agreement identifier of the range table;voidmarshalAttributes(XMLOutputter output) Gives an XML representation of the attributes of an object.voidsetAgreementId(String id) Sets the agreement identifier of the range table;voidsetAttributes(XMLAttributes atts) Sets the attributes of the XML representation of the element being processed.Methods inherited from class com.highdeal.rangetable.hci.CommonRangeTableRevisionModel
addCharacterData, addChild, getAdditionalInfoList, getClass, getDescription, getId, getRangeTableClassId, getRangeTableRangeSetList, getRangeTableRowList, marshal, marshalChildren, setAdditionalInfoList, setDescription, setId, setRangeTableClassId, setRangeTableRowList
-
Field Details
-
AGREEMENT_ID
The XML attribute name of the agreement id- See Also:
-
-
Constructor Details
-
RangeTableRevisionModel
public RangeTableRevisionModel()
-
-
Method Details
-
getAgreementId
Gets the agreement identifier of the range table;- Returns:
- A string that contains the agreement identifier of the range table
-
setAgreementId
Sets the agreement identifier of the range table;- Parameters:
id- The agreement identifier to set up to the range table
-
setAttributes
Description copied from interface:XMLMarshallableSets the attributes of the XML representation of the element being processed.- Specified by:
setAttributesin interfaceXMLMarshallable- Overrides:
setAttributesin classCommonRangeTableRevisionModel- Parameters:
atts- TheXML attributesof the current element
-
marshalAttributes
Description copied from interface:IXMLMarshallableGives an XML representation of the attributes of an object.- Specified by:
marshalAttributesin interfaceIXMLMarshallable- Overrides:
marshalAttributesin classCommonRangeTableRevisionModel- Parameters:
output- TheXML outputto marshal the object attributes into
-