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

All Known Subinterfaces:
MessageCollectionType.BugPattern
All Known Implementing Classes:
BugPatternTypeImpl, MessageCollectionTypeImpl.BugPatternImpl

public interface BugPatternType

Java content class for BugPatternType 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 39)

 <complexType name="BugPatternType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ShortDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LongDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="deprecated" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="type" type="{}IdentifierType" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getDetails()
          Gets the value of the details property.
 String getLongDescription()
          Gets the value of the longDescription property.
 String getShortDescription()
          Gets the value of the shortDescription property.
 String getType()
          Gets the value of the type property.
 boolean isDeprecated()
          Gets the value of the deprecated property.
 boolean isSetDeprecated()
           
 boolean isSetDetails()
           
 boolean isSetLongDescription()
           
 boolean isSetShortDescription()
           
 boolean isSetType()
           
 void setDeprecated(boolean value)
          Sets the value of the deprecated property.
 void setDetails(String value)
          Sets the value of the details property.
 void setLongDescription(String value)
          Sets the value of the longDescription property.
 void setShortDescription(String value)
          Sets the value of the shortDescription property.
 void setType(String value)
          Sets the value of the type property.
 void unsetDeprecated()
           
 void unsetDetails()
           
 void unsetLongDescription()
           
 void unsetShortDescription()
           
 void unsetType()
           
 

Method Detail

getShortDescription

String getShortDescription()
Gets the value of the shortDescription property.

Returns:
possible object is String

setShortDescription

void setShortDescription(String value)
Sets the value of the shortDescription property.

Parameters:
value - allowed object is String

isSetShortDescription

boolean isSetShortDescription()

unsetShortDescription

void unsetShortDescription()

isDeprecated

boolean isDeprecated()
Gets the value of the deprecated property.


setDeprecated

void setDeprecated(boolean value)
Sets the value of the deprecated property.


isSetDeprecated

boolean isSetDeprecated()

unsetDeprecated

void unsetDeprecated()

getLongDescription

String getLongDescription()
Gets the value of the longDescription property.

Returns:
possible object is String

setLongDescription

void setLongDescription(String value)
Sets the value of the longDescription property.

Parameters:
value - allowed object is String

isSetLongDescription

boolean isSetLongDescription()

unsetLongDescription

void unsetLongDescription()

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()

getType

String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

boolean isSetType()

unsetType

void unsetType()


Copyright 2007 The jCoderZ Project.