org.jcoderz.phoenix.findbugs.message.jaxb
Interface BugCategoryType

All Known Subinterfaces:
MessageCollectionType.BugCategory
All Known Implementing Classes:
BugCategoryTypeImpl, MessageCollectionTypeImpl.BugCategoryImpl

public interface BugCategoryType

Java content class for BugCategoryType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/messagecollection.xsd line 30)

 <complexType name="BugCategoryType">
   <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"/>
         <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="category" type="{}IdentifierType" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getAbbreviation()
          Gets the value of the abbreviation property.
 String getCategory()
          Gets the value of the category property.
 String getDescription()
          Gets the value of the description property.
 String getDetails()
          Gets the value of the details property.
 boolean isSetAbbreviation()
           
 boolean isSetCategory()
           
 boolean isSetDescription()
           
 boolean isSetDetails()
           
 void setAbbreviation(String value)
          Sets the value of the abbreviation property.
 void setCategory(String value)
          Sets the value of the category property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDetails(String value)
          Sets the value of the details property.
 void unsetAbbreviation()
           
 void unsetCategory()
           
 void unsetDescription()
           
 void unsetDetails()
           
 

Method Detail

getDescription

String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

boolean isSetDescription()

unsetDescription

void unsetDescription()

getCategory

String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

void setCategory(String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

isSetCategory

boolean isSetCategory()

unsetCategory

void unsetCategory()

getDetails

String getDetails()
Gets the value of the details property.

Returns:
possible object is String

setDetails

void setDetails(String value)
Sets the value of the details property.

Parameters:
value - allowed object is String

isSetDetails

boolean isSetDetails()

unsetDetails

void unsetDetails()

getAbbreviation

String getAbbreviation()
Gets the value of the abbreviation property.

Returns:
possible object is String

setAbbreviation

void setAbbreviation(String value)
Sets the value of the abbreviation property.

Parameters:
value - allowed object is String

isSetAbbreviation

boolean isSetAbbreviation()

unsetAbbreviation

void unsetAbbreviation()


Copyright 2007 The jCoderZ Project.