public class SubscriberRangeTableModel extends CommonRangeTableModel
Java class represents a subscriber range table in customer master data;
this is an instance of a range table class.
It contains rows with input and output column filled.
RangeTableClassModelThe 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" />
| Modifier and Type | Field and Description |
|---|---|
static String |
SUB_ACCOUNT_ID |
static String |
SUB_ACCOUNT_SERVICE_PROVIDER |
static String |
TAG_NAME
The XML tag name of the data model: "subscriberRangeTable"
|
| Constructor and Description |
|---|
SubscriberRangeTableModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubscriberAccountId()
Gets the identifier of the
subscriber account, holder of the subscriber range table. |
String |
getSubscriberAccountServiceProviderName()
Gets the subscriber account service provider name of the Subscriber Range Table.
|
String |
getTagName()
Gets the XML tag name of the HCI model.
|
void |
marshalAttributes(XMLOutputter output)
Gives an XML representation of the attributes of an object.
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
void |
setSubscriberAccountId(String subscriberAccountId)
Sets the subscriber account identifier of the Subscriber Range Table.
|
void |
setSubscriberAccountServiceProviderName(String subscriberAccountServiceProviderName)
Sets the subscriber account service provider name of the Subscriber Range Table.
|
addCharacterData, addChild, getAdditionalInfoList, getClass, getDescription, getId, getRangeTableClassId, marshalChildren, setDescription, setId, setRangeTableClassIdgetPeriod, getPeriodsmarshalpublic static final String TAG_NAME
public static final String SUB_ACCOUNT_ID
public static final String SUB_ACCOUNT_SERVICE_PROVIDER
public String getSubscriberAccountId()
subscriber account, holder of the subscriber range table.String that contains the ID of the subscriber account that holds this subscriber range tablepublic void setSubscriberAccountId(String subscriberAccountId)
subscriberAccountId - The identifier of the subscriber account that relates to this subscriber range tablepublic String getSubscriberAccountServiceProviderName()
The name of the service provider matches the catalog owner.
public void setSubscriberAccountServiceProviderName(String subscriberAccountServiceProviderName)
subscriberAccountServiceProviderName - The name of the service provider to set in the Subscriber Range Tablepublic void setAttributes(XMLAttributes atts)
XMLMarshallablesetAttributes in interface XMLMarshallablesetAttributes in class CommonRangeTableModelatts - The XML attributes of the current elementpublic void marshalAttributes(XMLOutputter output)
IXMLMarshallablemarshalAttributes in interface IXMLMarshallablemarshalAttributes in class CommonRangeTableModeloutput - The XML output to marshal the object attributes intopublic String getTagName()
ITagNameProvidergetTagName in interface ITagNameProvidergetTagName in class BaseChronologyModel<RangeTableRowPeriodObjectModel>