public class RangeTableRevisionModel extends CommonRangeTableRevisionModel
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.
CreateRangeTableOp,
ModifyRangeTableOpThe 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>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGREEMENT_ID
The XML attribute name of the agreement id
|
| Constructor and Description |
|---|
RangeTableRevisionModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgreementId()
Gets the agreement identifier of the range table;
|
void |
marshalAttributes(XMLOutputter output)
Gives an XML representation of the attributes of an object.
|
void |
setAgreementId(java.lang.String id)
Sets the agreement identifier of the range table;
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
addCharacterData, addChild, getAdditionalInfoList, getClass, getDescription, getId, getRangeTableClassId, getRangeTableRangeSetList, getRangeTableRowList, marshal, marshalChildren, setAdditionalInfoList, setDescription, setId, setRangeTableClassId, setRangeTableRowListpublic static final java.lang.String AGREEMENT_ID
public java.lang.String getAgreementId()
public void setAgreementId(java.lang.String id)
id - The agreement identifier to set up to the range tablepublic void setAttributes(XMLAttributes atts)
XMLMarshallablesetAttributes in interface XMLMarshallablesetAttributes in class CommonRangeTableRevisionModelatts - The XML attributes of the current elementpublic void marshalAttributes(XMLOutputter output)
IXMLMarshallablemarshalAttributes in interface IXMLMarshallablemarshalAttributes in class CommonRangeTableRevisionModeloutput - The XML output to marshal the object attributes into