|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.hci.HCIModelAdapter
com.highdeal.chrono.hci.BaseChronologyModel<RangeTableRowPeriodObjectModel>
com.highdeal.rangetable.hci.CommonRangeTableModel
com.highdeal.rangetable.hci.SubscriberRangeTableModel
public class SubscriberRangeTableModel
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 input and output column filled.
CreateSubscriberRangeTableOp
SearchSubscriberRangeTableOp
ModifySubscriberRangeTableOp
DeleteSubscriberRangeTableOp
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" />
| Field Summary | |
|---|---|
static java.lang.String |
SUB_ACCOUNT_ID
|
static java.lang.String |
SUB_ACCOUNT_SERVICE_PROVIDER
|
static java.lang.String |
TAG_NAME
The XML tag name of the data model: "subscriberRangeTable" |
| Constructor Summary | |
|---|---|
SubscriberRangeTableModel()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSubscriberAccountId()
Gets the identifier of the subscriber account, holder of the subscriber range table. |
java.lang.String |
getSubscriberAccountServiceProviderName()
Gets the subscriber account service provider name of the Subscriber Range Table. |
java.lang.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(java.lang.String subscriberAccountId)
Sets the subscriber account identifier of the Subscriber Range Table. |
void |
setSubscriberAccountServiceProviderName(java.lang.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, setRangeTableClassId |
| Methods inherited from class com.highdeal.chrono.hci.BaseChronologyModel |
|---|
getPeriod, getPeriods |
| Methods inherited from class com.highdeal.hci.HCIModelAdapter |
|---|
marshal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TAG_NAME
public static final java.lang.String SUB_ACCOUNT_ID
public static final java.lang.String SUB_ACCOUNT_SERVICE_PROVIDER
| Constructor Detail |
|---|
public SubscriberRangeTableModel()
| Method Detail |
|---|
public java.lang.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(java.lang.String subscriberAccountId)
subscriberAccountId - The identifier of the subscriber account that relates to this subscriber range tablepublic java.lang.String getSubscriberAccountServiceProviderName()
The name of the service provider matches the catalog owner.
public void setSubscriberAccountServiceProviderName(java.lang.String subscriberAccountServiceProviderName)
subscriberAccountServiceProviderName - The name of the service provider to set in the Subscriber Range Tablepublic void setAttributes(XMLAttributes atts)
XMLMarshallable
setAttributes in interface XMLMarshallablesetAttributes in class CommonRangeTableModelatts - The XML attributes of the current elementpublic void marshalAttributes(XMLOutputter output)
IXMLMarshallable
marshalAttributes in interface IXMLMarshallablemarshalAttributes in class CommonRangeTableModeloutput - The XML output to marshal the object attributes intopublic java.lang.String getTagName()
ITagNameProvider
getTagName in interface ITagNameProvidergetTagName in class BaseChronologyModel<RangeTableRowPeriodObjectModel>
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||