Class BugMatcherType


  • public class BugMatcherType
    extends MatcherType

    Java class for BugMatcherType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="BugMatcherType">
       <complexContent>
         <extension base="{}MatcherType">
           <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String category  
      protected java.lang.String code  
      protected java.lang.String pattern  
    • Constructor Summary

      Constructors 
      Constructor Description
      BugMatcherType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCategory()
      Gets the value of the category property.
      java.lang.String getCode()
      Gets the value of the code property.
      java.lang.String getPattern()
      Gets the value of the pattern property.
      void setCategory​(java.lang.String value)
      Sets the value of the category property.
      void setCode​(java.lang.String value)
      Sets the value of the code property.
      void setPattern​(java.lang.String value)
      Sets the value of the pattern property.
      • Methods inherited from class java.lang.Object

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

      • code

        protected java.lang.String code
      • pattern

        protected java.lang.String pattern
      • category

        protected java.lang.String category
    • Constructor Detail

      • BugMatcherType

        public BugMatcherType()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Gets the value of the code property.
        Returns:
        possible object is String
      • setCode

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

        public java.lang.String getPattern()
        Gets the value of the pattern property.
        Returns:
        possible object is String
      • setPattern

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

        public java.lang.String getCategory()
        Gets the value of the category property.
        Returns:
        possible object is String
      • setCategory

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