Class BugCollection.Project

  • Enclosing class:
    BugCollection

    public static class BugCollection.Project
    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="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>
     
    • Constructor Detail

      • Project

        public Project()
    • Method Detail

      • getJar

        public List<String> getJar()
        Gets the value of the jar 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 jar property.

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

            getJar().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getAuxClasspathEntry

        public List<String> getAuxClasspathEntry()
        Gets the value of the auxClasspathEntry 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 auxClasspathEntry property.

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

            getAuxClasspathEntry().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getSrcDir

        public List<String> getSrcDir()
        Gets the value of the srcDir 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 srcDir property.

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

            getSrcDir().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getWrkDir

        public String getWrkDir()
        Gets the value of the wrkDir property.
        Returns:
        possible object is String
      • setWrkDir

        public void setWrkDir​(String value)
        Sets the value of the wrkDir property.
        Parameters:
        value - allowed object is String
      • getPlugin

        public List<BugCollection.Project.Plugin> getPlugin()
        Gets the value of the plugin 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 plugin property.

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

            getPlugin().add(newItem);
         

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

      • getFilename

        public String getFilename()
        Gets the value of the filename property.
        Returns:
        possible object is String
      • setFilename

        public void setFilename​(String value)
        Sets the value of the filename property.
        Parameters:
        value - allowed object is String
      • getProjectName

        public String getProjectName()
        Gets the value of the projectName property.
        Returns:
        possible object is String
      • setProjectName

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