Package com.highdeal.rangetable.hci
Class SubscriberRangeTableRevisionModel
java.lang.Object
com.highdeal.rangetable.hci.CommonRangeTableRevisionModel
com.highdeal.rangetable.hci.SubscriberRangeTableRevisionModel
- All Implemented Interfaces:
ITagNameProvider,IXMLMarshallable,XMLMapping,XMLMarshallable
public class SubscriberRangeTableRevisionModel
extends CommonRangeTableRevisionModel
implements ITagNameProvider
This
Java class represents a revision (period-defined version) of a subscriber range table;
You use this data model in the Create Subscriber Range Table operation and
in the Modify Subscriber Range Table operation.
It contains rows with input and output columns or range sets with a range set key and ranges.
The ID and the service provider of the subscriber account are:
- Optional for the modification.
- Mandatory for the creation.
It relates to a range table class.
Related Operations
- See Also:
XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:complexType name="SubscriberRangeTableRevisionType">
<xs:complexContent>
<xs:extension base="CommonRangeTableRevisionType">
<xs:attribute name="subscriberAccountId" type="xs:string" use="optional" />
<xs:attribute name="subscriberAccountServiceProviderName" type="xs:string" use="optional" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the identifier of the subscriber account, owner of the subscriber range table.Gets the subscriber account service provider name of the subscriber range table.Gets the XML tag name of the HCI model.voidmarshalAttributes(XMLOutputter output) Gives an XML representation of the attributes of an object.voidsetAttributes(XMLAttributes atts) Sets the attributes of the XML representation of the element being processed.voidsetSubscriberAccountId(String subscriberAccountId) Sets the subscriber account identifier of the subscriber range table.voidsetSubscriberAccountServiceProviderName(String subscriberAccountServiceProviderName) Sets the subscriber account service provider name of the subscriber range table.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
-
TAG_NAME
The XML tag name of this data model: subscriberRangeTableRevision- See Also:
-
SUB_ACCOUNT_ID
XML attributes- See Also:
-
SUB_ACCOUNT_SERVICE_PROVIDER
- See Also:
-
-
Constructor Details
-
SubscriberRangeTableRevisionModel
public SubscriberRangeTableRevisionModel()
-
-
Method Details
-
getSubscriberAccountId
Gets the identifier of the subscriber account, owner of the subscriber range table.- Returns:
- A
Stringthat contains the identifier of the subscriber account of the subscriber range table
-
setSubscriberAccountId
Sets the subscriber account identifier of the subscriber range table.- Parameters:
subscriberAccountId- The subscriber account identifier to set to the subscriber range table
-
getSubscriberAccountServiceProviderName
Gets the subscriber account service provider name of the subscriber range table.The name of the service provider matches the
catalogowner.- Returns:
- The name of the service provider of the subscriber range table
-
setSubscriberAccountServiceProviderName
Sets the subscriber account service provider name of the subscriber range table.- Parameters:
subscriberAccountServiceProviderName- The name of the service provider to set in the subscriber 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
-
getTagName
Description copied from interface:ITagNameProviderGets the XML tag name of the HCI model.- Specified by:
getTagNamein interfaceITagNameProvider- Returns:
- The XML tag name
-