Class BugCollection


  • public class BugCollection
    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="Project">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Jar" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="AuxClasspathEntry" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="SrcDir" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="WrkDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="Plugin" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="SuppressionFilter" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element ref="{}Matcher" maxOccurs="unbounded"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="Cloud" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Property" maxOccurs="unbounded" minOccurs="0">
                                   <complexType>
                                     <simpleContent>
                                       <extension base="<http://www.w3.org/2001/XMLSchema>string">
                                         <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
                                       </extension>
                                     </simpleContent>
                                   </complexType>
                                 </element>
                               </sequence>
                               <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="online" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                               <attribute name="synced" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                               <attribute name="detailsUrl" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                     <attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="projectName" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="BugInstance" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ShortMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="LongMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <choice maxOccurs="unbounded">
                         <element name="Class">
                           <complexType>
                             <complexContent>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element ref="{}SourceLine"/>
                                   <element ref="{}Message" minOccurs="0"/>
                                 </sequence>
                                 <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                               </restriction>
                             </complexContent>
                           </complexType>
                         </element>
                         <element name="Type">
                           <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>
                         </element>
                         <element name="Method">
                           <complexType>
                             <complexContent>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence minOccurs="0">
                                   <element ref="{}SourceLine"/>
                                   <element ref="{}Message" minOccurs="0"/>
                                 </sequence>
                                 <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="signature" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="isStatic" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                                 <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                               </restriction>
                             </complexContent>
                           </complexType>
                         </element>
                         <element ref="{}SourceLine"/>
                         <element name="LocalVariable">
                           <complexType>
                             <complexContent>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element ref="{}Message" minOccurs="0"/>
                                 </sequence>
                                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="register" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
                                 <attribute name="pc" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                                 <attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               </restriction>
                             </complexContent>
                           </complexType>
                         </element>
                         <element name="Field">
                           <complexType>
                             <complexContent>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element ref="{}SourceLine"/>
                                   <element ref="{}Message" minOccurs="0"/>
                                 </sequence>
                                 <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="signature" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="sourceSignature" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="isStatic" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                                 <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                               </restriction>
                             </complexContent>
                           </complexType>
                         </element>
                         <element name="Int">
                           <complexType>
                             <complexContent>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element ref="{}Message" minOccurs="0"/>
                                 </sequence>
                                 <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
                                 <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
                               </restriction>
                             </complexContent>
                           </complexType>
                         </element>
                         <element name="String">
                           <complexType>
                             <complexContent>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <sequence>
                                   <element ref="{}Message" minOccurs="0"/>
                                 </sequence>
                                 <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
                               </restriction>
                             </complexContent>
                           </complexType>
                         </element>
                         <element name="Property">
                           <complexType>
                             <complexContent>
                               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               </restriction>
                             </complexContent>
                           </complexType>
                         </element>
                         <element name="UserAnnotation" minOccurs="0">
                           <complexType>
                             <simpleContent>
                               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                                 <attribute name="designation" type="{}designationType" />
                                 <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" />
                                 <attribute name="needsSync" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                                 <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                               </extension>
                             </simpleContent>
                           </complexType>
                         </element>
                       </choice>
                     </sequence>
                     <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="priority" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
                     <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="uid" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                     <attribute name="reviews" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="firstSeen" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="consensus" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="isInCloud" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     <attribute name="last" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="removedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     <attribute name="first" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="introducedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     <attribute name="shouldFix" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     <attribute name="ageInDays" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="notAProblem" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     <attribute name="instanceHash" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="instanceOccurrenceNum" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="instanceOccurrenceMax" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="rank" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="cweid" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="BugCategory" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="Abbreviation" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
                       <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                     </sequence>
                     <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="BugPattern" maxOccurs="unbounded" minOccurs="0">
               <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>
             </element>
             <element name="BugCode" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
                     </sequence>
                     <attribute name="abbrev" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="cweid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Errors">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="MissingClass" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                     <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="missingClasses" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="FindBugsSummary">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="FileStats" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="bugCount" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="bugHash" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="PackageStats" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="ClassStats" maxOccurs="unbounded" minOccurs="0">
                                   <complexType>
                                     <complexContent>
                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                         <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                         <attribute name="sourceFile" type="{http://www.w3.org/2001/XMLSchema}string" />
                                         <attribute name="interface" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                                         <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                                         <attribute name="bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                                         <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                                         <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                                         <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                                       </restriction>
                                     </complexContent>
                                   </complexType>
                                 </element>
                               </sequence>
                               <attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="total_bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="total_types" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="total_size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                               <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="FindBugsProfile" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="ClassProfile" maxOccurs="unbounded" minOccurs="0">
                                   <complexType>
                                     <complexContent>
                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                         <attribute name="totalMilliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                                         <attribute name="invocations" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                                         <attribute name="avgMicrosecondsPerInvocation" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                                         <attribute name="maxMicrosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                                         <attribute name="maxContext" type="{http://www.w3.org/2001/XMLSchema}string" />
                                         <attribute name="standardDeviationMicrosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                                       </restriction>
                                     </complexContent>
                                   </complexType>
                                 </element>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                     <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="total_classes" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="referenced_classes" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="total_bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="total_size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="num_packages" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="java_version" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="vm_version" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="cpu_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
                     <attribute name="clock_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
                     <attribute name="peak_mbytes" type="{http://www.w3.org/2001/XMLSchema}float" />
                     <attribute name="alloc_mbytes" type="{http://www.w3.org/2001/XMLSchema}float" />
                     <attribute name="gc_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
                     <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="SummaryHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="ClassFeatures">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ClassFeatureSet" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Feature" maxOccurs="unbounded" minOccurs="0">
                                   <complexType>
                                     <complexContent>
                                       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                         <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                                       </restriction>
                                     </complexContent>
                                   </complexType>
                                 </element>
                               </sequence>
                               <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="History">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="AppVersion" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                               <attribute name="release" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="codeSize" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                               <attribute name="numClasses" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
           <attribute name="analysisTimestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
           <attribute name="release" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BugCollection

        public BugCollection()
    • Method Detail

      • getBugInstance

        public List<BugCollection.BugInstance> getBugInstance()
        Gets the value of the bugInstance property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the bugInstance property.

        For example, to add a new item, do as follows:

            getBugInstance().add(newItem);
         

        Objects of the following type(s) are allowed in the list BugCollection.BugInstance

      • getBugCategory

        public List<BugCollection.BugCategory> getBugCategory()
        Gets the value of the bugCategory property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the bugCategory property.

        For example, to add a new item, do as follows:

            getBugCategory().add(newItem);
         

        Objects of the following type(s) are allowed in the list BugCollection.BugCategory

      • getBugPattern

        public List<BugCollection.BugPattern> getBugPattern()
        Gets the value of the bugPattern property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the bugPattern property.

        For example, to add a new item, do as follows:

            getBugPattern().add(newItem);
         

        Objects of the following type(s) are allowed in the list BugCollection.BugPattern

      • getBugCode

        public List<BugCollection.BugCode> getBugCode()
        Gets the value of the bugCode property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the bugCode property.

        For example, to add a new item, do as follows:

            getBugCode().add(newItem);
         

        Objects of the following type(s) are allowed in the list BugCollection.BugCode

      • getSummaryHTML

        public String getSummaryHTML()
        Gets the value of the summaryHTML property.
        Returns:
        possible object is String
      • setSummaryHTML

        public void setSummaryHTML​(String value)
        Sets the value of the summaryHTML property.
        Parameters:
        value - allowed object is String
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String
      • getSequence

        public long getSequence()
        Gets the value of the sequence property.
      • setSequence

        public void setSequence​(long value)
        Sets the value of the sequence property.
      • getTimestamp

        public BigInteger getTimestamp()
        Gets the value of the timestamp property.
        Returns:
        possible object is BigInteger
      • setTimestamp

        public void setTimestamp​(BigInteger value)
        Sets the value of the timestamp property.
        Parameters:
        value - allowed object is BigInteger
      • getAnalysisTimestamp

        public BigInteger getAnalysisTimestamp()
        Gets the value of the analysisTimestamp property.
        Returns:
        possible object is BigInteger
      • setAnalysisTimestamp

        public void setAnalysisTimestamp​(BigInteger value)
        Sets the value of the analysisTimestamp property.
        Parameters:
        value - allowed object is BigInteger
      • getRelease

        public String getRelease()
        Gets the value of the release property.
        Returns:
        possible object is String
      • setRelease

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