Class BugCollection.BugCategory

  • Enclosing class:
    BugCollection

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

      • description

        protected String description
      • abbreviation

        protected String abbreviation
      • details

        protected String details
      • category

        protected String category
    • Constructor Detail

      • BugCategory

        public BugCategory()
    • Method Detail

      • getDescription

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

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

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

        public void setAbbreviation​(String value)
        Sets the value of the abbreviation property.
        Parameters:
        value - allowed object is String
      • getDetails

        public String getDetails()
        Gets the value of the details property.
        Returns:
        possible object is String
      • setDetails

        public void setDetails​(String value)
        Sets the value of the details property.
        Parameters:
        value - allowed object is String
      • getCategory

        public String getCategory()
        Gets the value of the category property.
        Returns:
        possible object is String
      • setCategory

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