Class BugCollection.Project.Plugin

  • Enclosing class:
    BugCollection.Project

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

      • Plugin

        public Plugin()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getEnabled

        public String getEnabled()
        Gets the value of the enabled property.
        Returns:
        possible object is String
      • setEnabled

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