Class SubscriptionCounterSnapshotModel

java.lang.Object
com.highdeal.pnr.hci.SubscriptionCounterSnapshotModel
All Implemented Interfaces:
XMLMarshallable

public class SubscriptionCounterSnapshotModel extends Object implements XMLMarshallable
This class represents a set of counter snapshots recorded for a subscription.

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="subscriptionCounterSnapshot">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="counterSnapshot" minOccurs="0" maxOccurs="unbounded" />
     </xs:sequence>
     <xs:attribute name="subscriptionCode" type="xs:string" />
   </xs:complexType>
 </xs:element>