Class Breakpoint


  • public class Breakpoint
    extends java.lang.Object

    Java class for breakpoint complex type.

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

     <complexType name="breakpoint">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="x" type="{}nonNegativeInteger"/>
             <element name="y" type="{}nonNegativeInteger"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int x  
      protected int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Breakpoint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getX()
      Gets the value of the x property.
      int getY()
      Gets the value of the y property.
      void setX​(int value)
      Sets the value of the x property.
      void setY​(int value)
      Sets the value of the y property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        protected int x
      • y

        protected int y
    • Constructor Detail

      • Breakpoint

        public Breakpoint()
    • Method Detail

      • getX

        public int getX()
        Gets the value of the x property.
      • setX

        public void setX​(int value)
        Sets the value of the x property.
      • getY

        public int getY()
        Gets the value of the y property.
      • setY

        public void setY​(int value)
        Sets the value of the y property.