Class BugCollection.BugInstance.Class

  • Enclosing class:
    BugCollection.BugInstance

    public static class BugCollection.BugInstance.Class
    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="{}SourceLine"/>
             <element ref="{}Message" minOccurs="0"/>
           </sequence>
           <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <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>
     
    • Constructor Detail

      • Class

        public Class()
    • Method Detail

      • getSourceLine

        public SourceLine getSourceLine()
        Gets the value of the sourceLine property.
        Returns:
        possible object is SourceLine
      • setSourceLine

        public void setSourceLine​(SourceLine value)
        Sets the value of the sourceLine property.
        Parameters:
        value - allowed object is SourceLine
      • 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
      • 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