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 Detail

      • pattern

        protected String pattern
      • category

        protected String category
    • Constructor Detail

      • BugMatcherType

        public BugMatcherType()
    • Method Detail

      • getCode

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

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

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

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

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

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