Class BugCollection.BugPattern

  • Enclosing class:
    BugCollection

    public static class BugCollection.BugPattern
    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 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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String abbrev  
      protected java.lang.String category  
      protected java.math.BigInteger cweid  
      protected java.lang.String details  
      protected java.lang.String shortDescription  
      protected java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      BugPattern()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAbbrev()
      Gets the value of the abbrev property.
      java.lang.String getCategory()
      Gets the value of the category property.
      java.math.BigInteger getCweid()
      Gets the value of the cweid property.
      java.lang.String getDetails()
      Gets the value of the details property.
      java.lang.String getShortDescription()
      Gets the value of the shortDescription property.
      java.lang.String getType()
      Gets the value of the type property.
      void setAbbrev​(java.lang.String value)
      Sets the value of the abbrev property.
      void setCategory​(java.lang.String value)
      Sets the value of the category property.
      void setCweid​(java.math.BigInteger value)
      Sets the value of the cweid property.
      void setDetails​(java.lang.String value)
      Sets the value of the details property.
      void setShortDescription​(java.lang.String value)
      Sets the value of the shortDescription property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

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

      • shortDescription

        protected java.lang.String shortDescription
      • details

        protected java.lang.String details
      • type

        protected java.lang.String type
      • abbrev

        protected java.lang.String abbrev
      • category

        protected java.lang.String category
      • cweid

        protected java.math.BigInteger cweid
    • Constructor Detail

      • BugPattern

        public BugPattern()
    • Method Detail

      • getShortDescription

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

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

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

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

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

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

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

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

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

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