Class WaterMarkType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class WaterMarkType
    extends Object
    implements Serializable, Cloneable, Containerable
    Water mark (bound). Lowest or highest value defining an interval.

    Java class for WaterMarkType complex type.

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

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