Class BugCollection.BugPattern

  • Enclosing class:
    BugCollection

    public static class BugCollection.BugPattern
    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 name="ShortDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="abbrev" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="cweid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BugPattern

        public BugPattern()
    • Method Detail

      • getShortDescription

        public String getShortDescription()
        Gets the value of the shortDescription property.
        Returns:
        possible object is String
      • setShortDescription

        public void setShortDescription​(String value)
        Sets the value of the shortDescription property.
        Parameters:
        value - allowed object is String
      • getDetails

        public String getDetails()
        Gets the value of the details property.
        Returns:
        possible object is String
      • setDetails

        public void setDetails​(String value)
        Sets the value of the details property.
        Parameters:
        value - allowed object is String
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getAbbrev

        public String getAbbrev()
        Gets the value of the abbrev property.
        Returns:
        possible object is String
      • setAbbrev

        public void setAbbrev​(String value)
        Sets the value of the abbrev 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
      • getCweid

        public BigInteger getCweid()
        Gets the value of the cweid property.
        Returns:
        possible object is BigInteger
      • setCweid

        public void setCweid​(BigInteger value)
        Sets the value of the cweid property.
        Parameters:
        value - allowed object is BigInteger