Class SourceLine


  • public class SourceLine
    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 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 Detail

      • message

        protected String message
      • classname

        protected String classname
      • startBytecode

        protected Integer startBytecode
      • endBytecode

        protected Integer endBytecode
      • sourcefile

        protected String sourcefile
      • sourcepath

        protected String sourcepath
      • relSourcepath

        protected String relSourcepath
      • synthetic

        protected Boolean synthetic
      • primary

        protected Boolean primary
    • Constructor Detail

      • SourceLine

        public SourceLine()
    • Method Detail

      • getMessage

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

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

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

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

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

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

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

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

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

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

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

        public void setEndBytecode​(Integer value)
        Sets the value of the endBytecode property.
        Parameters:
        value - allowed object is Integer
      • getSourcefile

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

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

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

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

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

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

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

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

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

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

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

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