Package com.highdeal.rangetable.hci
Class SubscriberRangeTableModel
java.lang.Object
com.highdeal.hci.HCIModelAdapter
com.highdeal.chrono.hci.BaseChronologyModel<RangeTablePeriodObjectModel>
com.highdeal.rangetable.hci.CommonRangeTableModel
com.highdeal.rangetable.hci.SubscriberRangeTableModel
- All Implemented Interfaces:
ITagNameProvider,IXMLMarshallable,XMLMapping,XMLMarshallable
This
Java class represents a subscriber range table in customer master data;
this is an instance of a range table class.
It contains rows with an upper bound and input and output columns, or range sets with a range set key and ranges.
Related Operations
- See Also:
XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:complexType name="SubscriberRangeTable">
<xs:complexContent>
<xs:extension base="CommonRangeTableType">
<xs:attribute name="subscriberAccountId" type="xs:string" />
<xs:attribute name="subscriberAccountServiceProviderName" type="xs:string" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="subscriberRangeTable" type="SubscriberRangeTable" />
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the identifier of thesubscriber account, holder 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.CommonRangeTableModel
addCharacterData, addChild, getAdditionalInfoList, getClass, getDescription, getId, getRangeTableClassId, marshalChildren, setDescription, setId, setRangeTableClassIdMethods inherited from class com.highdeal.chrono.hci.BaseChronologyModel
getPeriod, getPeriodsMethods inherited from class com.highdeal.hci.HCIModelAdapter
marshal
-
Field Details
-
TAG_NAME
The XML tag name of the data model: "subscriberRangeTable"- See Also:
-
SUB_ACCOUNT_ID
- See Also:
-
SUB_ACCOUNT_SERVICE_PROVIDER
- See Also:
-
-
Constructor Details
-
SubscriberRangeTableModel
public SubscriberRangeTableModel()
-
-
Method Details
-
getSubscriberAccountId
Gets the identifier of thesubscriber account, holder of the subscriber range table.- Returns:
- A
Stringthat contains the ID of the subscriber account that holds this subscriber range table
-
setSubscriberAccountId
Sets the subscriber account identifier of the Subscriber Range Table.- Parameters:
subscriberAccountId- The identifier of the subscriber account that relates to this 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 classCommonRangeTableModel- 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 classCommonRangeTableModel- 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- Overrides:
getTagNamein classBaseChronologyModel<RangeTablePeriodObjectModel>- Returns:
- The XML tag name
-