Class BugCollection.BugInstance.Type

  • Enclosing class:
    BugCollection.BugInstance

    public static class BugCollection.BugInstance.Type
    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="{}SourceLine" minOccurs="0"/>
             <element ref="{}Message" minOccurs="0"/>
           </sequence>
           <attribute name="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="typeParameters" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Type()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescriptor()
      Gets the value of the descriptor property.
      java.lang.String getMessage()
      Gets the value of the message property.
      java.lang.String getRole()
      Gets the value of the role property.
      SourceLine getSourceLine()
      Gets the value of the sourceLine property.
      java.lang.String getTypeParameters()
      Gets the value of the typeParameters property.
      void setDescriptor​(java.lang.String value)
      Sets the value of the descriptor property.
      void setMessage​(java.lang.String value)
      Sets the value of the message property.
      void setRole​(java.lang.String value)
      Sets the value of the role property.
      void setSourceLine​(SourceLine value)
      Sets the value of the sourceLine property.
      void setTypeParameters​(java.lang.String value)
      Sets the value of the typeParameters 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
      • descriptor

        protected java.lang.String descriptor
      • role

        protected java.lang.String role
      • typeParameters

        protected java.lang.String typeParameters
    • Constructor Detail

      • Type

        public Type()
    • 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 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
      • getDescriptor

        public java.lang.String getDescriptor()
        Gets the value of the descriptor property.
        Returns:
        possible object is String
      • setDescriptor

        public void setDescriptor​(java.lang.String value)
        Sets the value of the descriptor property.
        Parameters:
        value - allowed object is String
      • 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
      • getTypeParameters

        public java.lang.String getTypeParameters()
        Gets the value of the typeParameters property.
        Returns:
        possible object is String
      • setTypeParameters

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