Class SubscriberData

java.lang.Object
com.highdeal.hci.HCIModelAdapter
com.highdeal.pnr.hci.SubscriberData
All Implemented Interfaces:
ITagNameProvider, IXMLMarshallable, XMLMarshallable

public class SubscriberData extends HCIModelAdapter
This class represents a container for master data related to subscribers (end customers of a service provider) stored in an SAP CC system; It can be used to export or import this customer master data for data transport or data migration purpose.

A subscriber data includes:

Note

Some of these lists may be empty.

See Also:

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="subscriberData">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="subscriberAccount" minOccurs="0" maxOccurs="unbounded"/>
       <xs:element ref="subscription" minOccurs="0" maxOccurs="unbounded"/>
       <xs:element ref="access" minOccurs="0" maxOccurs="unbounded"/>
       <xs:element ref="subscriptionCounterSnapshot" minOccurs="0" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>