org.jcoderz.phoenix.report.ftf.jaxb
Interface FindingDescription

All Known Implementing Classes:
FindingDescriptionImpl

public interface FindingDescription

Java content class for findingDescription 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/finding-type-format-description.xsd line 61)

 <complexType name="findingDescription">
   <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" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="global" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="priority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="severity" type="{http://www.jcoderz.org/phoenix/report}Severity"/>
         <element name="severityPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="severityMap" type="{}severityMap" minOccurs="0"/>
         <element name="textPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="filenamePos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lineStartPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="columnStartPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lineEndPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="columnEndPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sourceTextPos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getColumnEndPos()
          Gets the value of the columnEndPos property.
 String getColumnStartPos()
          Gets the value of the columnStartPos property.
 String getDescription()
          Gets the value of the description property.
 String getFilenamePos()
          Gets the value of the filenamePos property.
 String getLineEndPos()
          Gets the value of the lineEndPos property.
 String getLineStartPos()
          Gets the value of the lineStartPos property.
 String getPattern()
          Gets the value of the pattern property.
 int getPriority()
          Gets the value of the priority property.
 Severity getSeverity()
          Gets the value of the severity property.
 SeverityMap getSeverityMap()
          Gets the value of the severityMap property.
 String getSeverityPos()
          Gets the value of the severityPos property.
 String getShortDescription()
          Gets the value of the shortDescription property.
 String getSourceTextPos()
          Gets the value of the sourceTextPos property.
 String getSymbol()
          Gets the value of the symbol property.
 String getTextPos()
          Gets the value of the textPos property.
 boolean isGlobal()
          Gets the value of the global property.
 boolean isSetColumnEndPos()
           
 boolean isSetColumnStartPos()
           
 boolean isSetDescription()
           
 boolean isSetFilenamePos()
           
 boolean isSetGlobal()
           
 boolean isSetLineEndPos()
           
 boolean isSetLineStartPos()
           
 boolean isSetPattern()
           
 boolean isSetPriority()
           
 boolean isSetSeverity()
           
 boolean isSetSeverityMap()
           
 boolean isSetSeverityPos()
           
 boolean isSetShortDescription()
           
 boolean isSetSourceTextPos()
           
 boolean isSetSymbol()
           
 boolean isSetTextPos()
           
 void setColumnEndPos(String value)
          Sets the value of the columnEndPos property.
 void setColumnStartPos(String value)
          Sets the value of the columnStartPos property.
 void setDescription(String value)
          Sets the value of the description property.
 void setFilenamePos(String value)
          Sets the value of the filenamePos property.
 void setGlobal(boolean value)
          Sets the value of the global property.
 void setLineEndPos(String value)
          Sets the value of the lineEndPos property.
 void setLineStartPos(String value)
          Sets the value of the lineStartPos property.
 void setPattern(String value)
          Sets the value of the pattern property.
 void setPriority(int value)
          Sets the value of the priority property.
 void setSeverity(Severity value)
          Sets the value of the severity property.
 void setSeverityMap(SeverityMap value)
          Sets the value of the severityMap property.
 void setSeverityPos(String value)
          Sets the value of the severityPos property.
 void setShortDescription(String value)
          Sets the value of the shortDescription property.
 void setSourceTextPos(String value)
          Sets the value of the sourceTextPos property.
 void setSymbol(String value)
          Sets the value of the symbol property.
 void setTextPos(String value)
          Sets the value of the textPos property.
 void unsetColumnEndPos()
           
 void unsetColumnStartPos()
           
 void unsetDescription()
           
 void unsetFilenamePos()
           
 void unsetGlobal()
           
 void unsetLineEndPos()
           
 void unsetLineStartPos()
           
 void unsetPattern()
           
 void unsetPriority()
           
 void unsetSeverity()
           
 void unsetSeverityMap()
           
 void unsetSeverityPos()
           
 void unsetShortDescription()
           
 void unsetSourceTextPos()
           
 void unsetSymbol()
           
 void unsetTextPos()
           
 

Method Detail

getTextPos

String getTextPos()
Gets the value of the textPos property.

Returns:
possible object is String

setTextPos

void setTextPos(String value)
Sets the value of the textPos property.

Parameters:
value - allowed object is String

isSetTextPos

boolean isSetTextPos()

unsetTextPos

void unsetTextPos()

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

getSeverityPos

String getSeverityPos()
Gets the value of the severityPos property.

Returns:
possible object is String

setSeverityPos

void setSeverityPos(String value)
Sets the value of the severityPos property.

Parameters:
value - allowed object is String

isSetSeverityPos

boolean isSetSeverityPos()

unsetSeverityPos

void unsetSeverityPos()

getPriority

int getPriority()
Gets the value of the priority property.


setPriority

void setPriority(int value)
Sets the value of the priority property.


isSetPriority

boolean isSetPriority()

unsetPriority

void unsetPriority()

getLineStartPos

String getLineStartPos()
Gets the value of the lineStartPos property.

Returns:
possible object is String

setLineStartPos

void setLineStartPos(String value)
Sets the value of the lineStartPos property.

Parameters:
value - allowed object is String

isSetLineStartPos

boolean isSetLineStartPos()

unsetLineStartPos

void unsetLineStartPos()

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

getSeverityMap

SeverityMap getSeverityMap()
Gets the value of the severityMap property.

Returns:
possible object is SeverityMap

setSeverityMap

void setSeverityMap(SeverityMap value)
Sets the value of the severityMap property.

Parameters:
value - allowed object is SeverityMap

isSetSeverityMap

boolean isSetSeverityMap()

unsetSeverityMap

void unsetSeverityMap()

getSeverity

Severity getSeverity()
Gets the value of the severity property.

Returns:
possible object is Severity

setSeverity

void setSeverity(Severity value)
Sets the value of the severity property.

Parameters:
value - allowed object is Severity

isSetSeverity

boolean isSetSeverity()

unsetSeverity

void unsetSeverity()

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

getLineEndPos

String getLineEndPos()
Gets the value of the lineEndPos property.

Returns:
possible object is String

setLineEndPos

void setLineEndPos(String value)
Sets the value of the lineEndPos property.

Parameters:
value - allowed object is String

isSetLineEndPos

boolean isSetLineEndPos()

unsetLineEndPos

void unsetLineEndPos()

getPattern

String getPattern()
Gets the value of the pattern property.

Returns:
possible object is String

setPattern

void setPattern(String value)
Sets the value of the pattern property.

Parameters:
value - allowed object is String

isSetPattern

boolean isSetPattern()

unsetPattern

void unsetPattern()

getColumnStartPos

String getColumnStartPos()
Gets the value of the columnStartPos property.

Returns:
possible object is String

setColumnStartPos

void setColumnStartPos(String value)
Sets the value of the columnStartPos property.

Parameters:
value - allowed object is String

isSetColumnStartPos

boolean isSetColumnStartPos()

unsetColumnStartPos

void unsetColumnStartPos()

getSourceTextPos

String getSourceTextPos()
Gets the value of the sourceTextPos property.

Returns:
possible object is String

setSourceTextPos

void setSourceTextPos(String value)
Sets the value of the sourceTextPos property.

Parameters:
value - allowed object is String

isSetSourceTextPos

boolean isSetSourceTextPos()

unsetSourceTextPos

void unsetSourceTextPos()

getColumnEndPos

String getColumnEndPos()
Gets the value of the columnEndPos property.

Returns:
possible object is String

setColumnEndPos

void setColumnEndPos(String value)
Sets the value of the columnEndPos property.

Parameters:
value - allowed object is String

isSetColumnEndPos

boolean isSetColumnEndPos()

unsetColumnEndPos

void unsetColumnEndPos()

isGlobal

boolean isGlobal()
Gets the value of the global property.


setGlobal

void setGlobal(boolean value)
Sets the value of the global property.


isSetGlobal

boolean isSetGlobal()

unsetGlobal

void unsetGlobal()

getFilenamePos

String getFilenamePos()
Gets the value of the filenamePos property.

Returns:
possible object is String

setFilenamePos

void setFilenamePos(String value)
Sets the value of the filenamePos property.

Parameters:
value - allowed object is String

isSetFilenamePos

boolean isSetFilenamePos()

unsetFilenamePos

void unsetFilenamePos()


Copyright 2007 The jCoderZ Project.