http://www.fatwire.com/schema/rest/1.0
element counterBean

Documentation
            This bean represents a counter. A counter is used to inform Content Server of a counting change;
            or retrieve a count from Content Server
          
Properties
This component is not nillable.

Model
<counterBean>
(name, total?, increment? )
</counterBean>


Nested Element Summary
xs:intincrement
          The increment requested 
xs:stringname
          The unique name of this counter. 
xs:inttotal
          The total count. 
Source
<xs:element name="counterBean">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="total" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="increment" type="xs:int">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.