Package jaxb

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">
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="vsink" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="vsource" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Node

        public Node()
    • Method Detail

      • getId

        public long getId()
        Gets the value of the id property.
      • setId

        public void setId​(long value)
        Sets the value of the id property.
      • getX

        public Float getX()
        Gets the value of the x property.
        Returns:
        possible object is Float
      • setX

        public void setX​(Float value)
        Sets the value of the x property.
        Parameters:
        value - allowed object is Float
      • getY

        public Float getY()
        Gets the value of the y property.
        Returns:
        possible object is Float
      • setY

        public void setY​(Float value)
        Sets the value of the y property.
        Parameters:
        value - allowed object is Float
      • isVsink

        public boolean isVsink()
        Gets the value of the vsink property.
        Returns:
        possible object is Boolean
      • setVsink

        public void setVsink​(Boolean value)
        Sets the value of the vsink property.
        Parameters:
        value - allowed object is Boolean
      • isVsource

        public boolean isVsource()
        Gets the value of the vsource property.
        Returns:
        possible object is Boolean
      • setVsource

        public void setVsource​(Boolean value)
        Sets the value of the vsource property.
        Parameters:
        value - allowed object is Boolean