org.jcoderz.phoenix.checkstyle.message.jaxb
Interface FindingData

All Known Implementing Classes:
FindingDataImpl

public interface FindingData

Java content class for FindingData complex type.

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

 <complexType name="FindingData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Symbol" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ShortDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MessagePattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DetailedDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getDetailedDescription()
          Gets the value of the detailedDescription property.
 String getMessagePattern()
          Gets the value of the messagePattern property.
 String getShortDescription()
          Gets the value of the shortDescription property.
 String getSymbol()
          Gets the value of the symbol property.
 boolean isSetDetailedDescription()
           
 boolean isSetMessagePattern()
           
 boolean isSetShortDescription()
           
 boolean isSetSymbol()
           
 void setDetailedDescription(String value)
          Sets the value of the detailedDescription property.
 void setMessagePattern(String value)
          Sets the value of the messagePattern property.
 void setShortDescription(String value)
          Sets the value of the shortDescription property.
 void setSymbol(String value)
          Sets the value of the symbol property.
 void unsetDetailedDescription()
           
 void unsetMessagePattern()
           
 void unsetShortDescription()
           
 void unsetSymbol()
           
 

Method Detail

getDetailedDescription

String getDetailedDescription()
Gets the value of the detailedDescription property.

Returns:
possible object is String

setDetailedDescription

void setDetailedDescription(String value)
Sets the value of the detailedDescription property.

Parameters:
value - allowed object is String

isSetDetailedDescription

boolean isSetDetailedDescription()

unsetDetailedDescription

void unsetDetailedDescription()

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

getSymbol

String getSymbol()
Gets the value of the symbol property.

Returns:
possible object is String

setSymbol

void setSymbol(String value)
Sets the value of the symbol property.

Parameters:
value - allowed object is String

isSetSymbol

boolean isSetSymbol()

unsetSymbol

void unsetSymbol()

getMessagePattern

String getMessagePattern()
Gets the value of the messagePattern property.

Returns:
possible object is String

setMessagePattern

void setMessagePattern(String value)
Sets the value of the messagePattern property.

Parameters:
value - allowed object is String

isSetMessagePattern

boolean isSetMessagePattern()

unsetMessagePattern

void unsetMessagePattern()


Copyright 2007 The jCoderZ Project.