Class SubscriberRangeTableModel

All Implemented Interfaces:
ITagNameProvider, IXMLMarshallable, XMLMapping, XMLMarshallable

public class SubscriberRangeTableModel extends CommonRangeTableModel
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 Details

  • Constructor Details

    • SubscriberRangeTableModel

      public SubscriberRangeTableModel()
  • Method Details

    • getSubscriberAccountId

      public String getSubscriberAccountId()
      Gets the identifier of the subscriber account, holder of the subscriber range table.
      Returns:
      A String that contains the ID of the subscriber account that holds this subscriber range table
    • setSubscriberAccountId

      public void setSubscriberAccountId(String subscriberAccountId)
      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

      public String getSubscriberAccountServiceProviderName()
      Gets the subscriber account service provider name of the Subscriber Range Table.

      The name of the service provider matches the catalog owner.

      Returns:
      The name of the service provider of the Subscriber Range Table
    • setSubscriberAccountServiceProviderName

      public void setSubscriberAccountServiceProviderName(String subscriberAccountServiceProviderName)
      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

      public void setAttributes(XMLAttributes atts)
      Description copied from interface: XMLMarshallable
      Sets the attributes of the XML representation of the element being processed.
      Specified by:
      setAttributes in interface XMLMarshallable
      Overrides:
      setAttributes in class CommonRangeTableModel
      Parameters:
      atts - The XML attributes of the current element
    • marshalAttributes

      public void marshalAttributes(XMLOutputter output)
      Description copied from interface: IXMLMarshallable
      Gives an XML representation of the attributes of an object.
      Specified by:
      marshalAttributes in interface IXMLMarshallable
      Overrides:
      marshalAttributes in class CommonRangeTableModel
      Parameters:
      output - The XML output to marshal the object attributes into
    • getTagName

      public String getTagName()
      Description copied from interface: ITagNameProvider
      Gets the XML tag name of the HCI model.
      Specified by:
      getTagName in interface ITagNameProvider
      Overrides:
      getTagName in class BaseChronologyModel<RangeTablePeriodObjectModel>
      Returns:
      The XML tag name