Class BugCollection.BugCategory

  • Enclosing class:
    BugCollection

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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String abbreviation  
      protected java.lang.String category  
      protected java.lang.String description  
      protected java.lang.String details  
    • Constructor Summary

      Constructors 
      Constructor Description
      BugCategory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAbbreviation()
      Gets the value of the abbreviation property.
      java.lang.String getCategory()
      Gets the value of the category property.
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.String getDetails()
      Gets the value of the details property.
      void setAbbreviation​(java.lang.String value)
      Sets the value of the abbreviation property.
      void setCategory​(java.lang.String value)
      Sets the value of the category property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setDetails​(java.lang.String value)
      Sets the value of the details property.
      • Methods inherited from class java.lang.Object

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

      • description

        protected java.lang.String description
      • abbreviation

        protected java.lang.String abbreviation
      • details

        protected java.lang.String details
      • category

        protected java.lang.String category
    • Constructor Detail

      • BugCategory

        public BugCategory()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getAbbreviation

        public java.lang.String getAbbreviation()
        Gets the value of the abbreviation property.
        Returns:
        possible object is String
      • setAbbreviation

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