Class SourceLine


  • public class SourceLine
    extends java.lang.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 ref="{}Message" minOccurs="0"/>
           </sequence>
           <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="end" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="startBytecode" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="endBytecode" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="sourcefile" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="sourcepath" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="relSourcepath" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="synthetic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String classname  
      protected java.lang.Integer end  
      protected java.lang.Integer endBytecode  
      protected java.lang.String message  
      protected java.lang.Boolean primary  
      protected java.lang.String relSourcepath  
      protected java.lang.String role  
      protected java.lang.String sourcefile  
      protected java.lang.String sourcepath  
      protected java.lang.Integer start  
      protected java.lang.Integer startBytecode  
      protected java.lang.Boolean synthetic  
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceLine()  
    • 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.Integer getEnd()
      Gets the value of the end property.
      java.lang.Integer getEndBytecode()
      Gets the value of the endBytecode property.
      java.lang.String getMessage()
      Gets the value of the message property.
      java.lang.String getRelSourcepath()
      Gets the value of the relSourcepath property.
      java.lang.String getRole()
      Gets the value of the role 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.Integer getStart()
      Gets the value of the start property.
      java.lang.Integer getStartBytecode()
      Gets the value of the startBytecode property.
      java.lang.Boolean isPrimary()
      Gets the value of the primary property.
      java.lang.Boolean isSynthetic()
      Gets the value of the synthetic property.
      void setClassname​(java.lang.String value)
      Sets the value of the classname property.
      void setEnd​(java.lang.Integer value)
      Sets the value of the end property.
      void setEndBytecode​(java.lang.Integer value)
      Sets the value of the endBytecode property.
      void setMessage​(java.lang.String value)
      Sets the value of the message property.
      void setPrimary​(java.lang.Boolean value)
      Sets the value of the primary property.
      void setRelSourcepath​(java.lang.String value)
      Sets the value of the relSourcepath property.
      void setRole​(java.lang.String value)
      Sets the value of the role 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.Integer value)
      Sets the value of the start property.
      void setStartBytecode​(java.lang.Integer value)
      Sets the value of the startBytecode property.
      void setSynthetic​(java.lang.Boolean value)
      Sets the value of the synthetic property.
      • Methods inherited from class java.lang.Object

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

      • message

        protected java.lang.String message
      • classname

        protected java.lang.String classname
      • start

        protected java.lang.Integer start
      • end

        protected java.lang.Integer end
      • startBytecode

        protected java.lang.Integer startBytecode
      • endBytecode

        protected java.lang.Integer endBytecode
      • sourcefile

        protected java.lang.String sourcefile
      • sourcepath

        protected java.lang.String sourcepath
      • relSourcepath

        protected java.lang.String relSourcepath
      • synthetic

        protected java.lang.Boolean synthetic
      • role

        protected java.lang.String role
      • primary

        protected java.lang.Boolean primary
    • Constructor Detail

      • SourceLine

        public SourceLine()
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(java.lang.String value)
        Sets the value of the message 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.Integer getStart()
        Gets the value of the start property.
        Returns:
        possible object is Integer
      • setStart

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

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

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

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

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

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

        public void setEndBytecode​(java.lang.Integer value)
        Sets the value of the endBytecode property.
        Parameters:
        value - allowed object is Integer
      • 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
      • getRelSourcepath

        public java.lang.String getRelSourcepath()
        Gets the value of the relSourcepath property.
        Returns:
        possible object is String
      • setRelSourcepath

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

        public java.lang.Boolean isSynthetic()
        Gets the value of the synthetic property.
        Returns:
        possible object is Boolean
      • setSynthetic

        public void setSynthetic​(java.lang.Boolean value)
        Sets the value of the synthetic property.
        Parameters:
        value - allowed object is Boolean
      • getRole

        public java.lang.String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

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

        public java.lang.Boolean isPrimary()
        Gets the value of the primary property.
        Returns:
        possible object is Boolean
      • setPrimary

        public void setPrimary​(java.lang.Boolean value)
        Sets the value of the primary property.
        Parameters:
        value - allowed object is Boolean