Class IntegerStatType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class IntegerStatType
    extends Object
    implements Serializable, Cloneable, Containerable
    Integer stat (statistic) entry. This entry contains stat value, together with domain value. The purpose is that both absolute values and percentages can be determined. The entry contains (optional) timestamp to determine freshness of the data and/or sort and plot them.

    Java class for IntegerStatType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="IntegerStatType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="domain" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="percentage" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form