Class SourceLineType


  • public class SourceLineType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String classname  
      protected java.lang.String end  
      protected java.lang.String endBytecode  
      protected java.lang.String sourcefile  
      protected java.lang.String sourcepath  
      protected java.lang.String start  
      protected java.lang.String startBytecode  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceLineType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassname()
      Gets the value of the classname property.
      java.lang.String getEnd()
      Gets the value of the end property.
      java.lang.String getEndBytecode()
      Gets the value of the endBytecode property.
      java.lang.String getSourcefile()
      Gets the value of the sourcefile property.
      java.lang.String getSourcepath()
      Gets the value of the sourcepath property.
      java.lang.String getStart()
      Gets the value of the start property.
      java.lang.String getStartBytecode()
      Gets the value of the startBytecode property.
      java.lang.String getValue()
      Gets the value of the value property.
      void setClassname​(java.lang.String value)
      Sets the value of the classname property.
      void setEnd​(java.lang.String value)
      Sets the value of the end property.
      void setEndBytecode​(java.lang.String value)
      Sets the value of the endBytecode property.
      void setSourcefile​(java.lang.String value)
      Sets the value of the sourcefile property.
      void setSourcepath​(java.lang.String value)
      Sets the value of the sourcepath property.
      void setStart​(java.lang.String value)
      Sets the value of the start property.
      void setStartBytecode​(java.lang.String value)
      Sets the value of the startBytecode property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.String value
      • classname

        protected java.lang.String classname
      • start

        protected java.lang.String start
      • end

        protected java.lang.String end
      • sourcefile

        protected java.lang.String sourcefile
      • sourcepath

        protected java.lang.String sourcepath
      • startBytecode

        protected java.lang.String startBytecode
      • endBytecode

        protected java.lang.String endBytecode
    • Constructor Detail

      • SourceLineType

        public SourceLineType()
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getClassname

        public java.lang.String getClassname()
        Gets the value of the classname property.
        Returns:
        possible object is String
      • setClassname

        public void setClassname​(java.lang.String value)
        Sets the value of the classname property.
        Parameters:
        value - allowed object is String
      • getStart

        public java.lang.String getStart()
        Gets the value of the start property.
        Returns:
        possible object is String
      • setStart

        public void setStart​(java.lang.String value)
        Sets the value of the start property.
        Parameters:
        value - allowed object is String
      • getEnd

        public java.lang.String getEnd()
        Gets the value of the end property.
        Returns:
        possible object is String
      • setEnd

        public void setEnd​(java.lang.String value)
        Sets the value of the end property.
        Parameters:
        value - allowed object is String
      • getSourcefile

        public java.lang.String getSourcefile()
        Gets the value of the sourcefile property.
        Returns:
        possible object is String
      • setSourcefile

        public void setSourcefile​(java.lang.String value)
        Sets the value of the sourcefile property.
        Parameters:
        value - allowed object is String
      • getSourcepath

        public java.lang.String getSourcepath()
        Gets the value of the sourcepath property.
        Returns:
        possible object is String
      • setSourcepath

        public void setSourcepath​(java.lang.String value)
        Sets the value of the sourcepath property.
        Parameters:
        value - allowed object is String
      • getStartBytecode

        public java.lang.String getStartBytecode()
        Gets the value of the startBytecode property.
        Returns:
        possible object is String
      • setStartBytecode

        public void setStartBytecode​(java.lang.String value)
        Sets the value of the startBytecode property.
        Parameters:
        value - allowed object is String
      • getEndBytecode

        public java.lang.String getEndBytecode()
        Gets the value of the endBytecode property.
        Returns:
        possible object is String
      • setEndBytecode

        public void setEndBytecode​(java.lang.String value)
        Sets the value of the endBytecode property.
        Parameters:
        value - allowed object is String