Class BugCollection.Project.Plugin

  • Enclosing class:
    BugCollection.Project

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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String enabled  
      protected java.lang.String id  
    • Constructor Summary

      Constructors 
      Constructor Description
      Plugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEnabled()
      Gets the value of the enabled property.
      java.lang.String getId()
      Gets the value of the id property.
      void setEnabled​(java.lang.String value)
      Sets the value of the enabled property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      • Methods inherited from class java.lang.Object

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

      • id

        protected java.lang.String id
      • enabled

        protected java.lang.String enabled
    • Constructor Detail

      • Plugin

        public Plugin()
    • Method Detail

      • getId

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

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

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

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