Class Node


  • public class Node
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="nodeid" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="nodevalue" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="nodesvccount" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="nodesvcdowncount" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • nodeid

        protected long nodeid
      • nodevalue

        protected double nodevalue
      • nodesvccount

        protected long nodesvccount
      • nodesvcdowncount

        protected long nodesvcdowncount
    • Constructor Detail

      • Node

        public Node()
    • Method Detail

      • getNodeid

        public long getNodeid()
        Gets the value of the nodeid property.
      • setNodeid

        public void setNodeid​(long value)
        Sets the value of the nodeid property.
      • getNodevalue

        public double getNodevalue()
        Gets the value of the nodevalue property.
      • setNodevalue

        public void setNodevalue​(double value)
        Sets the value of the nodevalue property.
      • getNodesvccount

        public long getNodesvccount()
        Gets the value of the nodesvccount property.
      • setNodesvccount

        public void setNodesvccount​(long value)
        Sets the value of the nodesvccount property.
      • getNodesvcdowncount

        public long getNodesvcdowncount()
        Gets the value of the nodesvcdowncount property.
      • setNodesvcdowncount

        public void setNodesvcdowncount​(long value)
        Sets the value of the nodesvcdowncount property.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object