org.jcoderz.phoenix.report.jaxb
Interface ItemType

All Known Subinterfaces:
Item
All Known Implementing Classes:
ItemImpl, ItemTypeImpl

public interface ItemType

Java content class for anonymous 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/report.xsd line 48)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="counter" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="end-column" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="end-line" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="finding-type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="global" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="line" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="new" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="old" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="origin" use="required" type="{http://www.jcoderz.org/phoenix/report}Origin" />
       <attribute name="severity" type="{http://www.jcoderz.org/phoenix/report}Severity" default="info" />
       <attribute name="severity-reason" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="since" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="source-text" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 int getColumn()
          Gets the value of the column property.
 int getCounter()
          Gets the value of the counter property.
 int getEndColumn()
          Gets the value of the endColumn property.
 int getEndLine()
          Gets the value of the endLine property.
 String getFindingType()
          Gets the value of the findingType property.
 int getLine()
          Gets the value of the line property.
 String getMessage()
          Gets the value of the message property.
 Origin getOrigin()
          Gets the value of the origin property.
 Severity getSeverity()
          Gets the value of the severity property.
 String getSeverityReason()
          Gets the value of the severityReason property.
 Date getSince()
          Gets the value of the since property.
 String getSourceText()
          Gets the value of the sourceText property.
 boolean isGlobal()
          Gets the value of the global property.
 boolean isNew()
          Gets the value of the new property.
 boolean isOld()
          Gets the value of the old property.
 boolean isSetColumn()
           
 boolean isSetCounter()
           
 boolean isSetEndColumn()
           
 boolean isSetEndLine()
           
 boolean isSetFindingType()
           
 boolean isSetGlobal()
           
 boolean isSetLine()
           
 boolean isSetMessage()
           
 boolean isSetNew()
           
 boolean isSetOld()
           
 boolean isSetOrigin()
           
 boolean isSetSeverity()
           
 boolean isSetSeverityReason()
           
 boolean isSetSince()
           
 boolean isSetSourceText()
           
 void setColumn(int value)
          Sets the value of the column property.
 void setCounter(int value)
          Sets the value of the counter property.
 void setEndColumn(int value)
          Sets the value of the endColumn property.
 void setEndLine(int value)
          Sets the value of the endLine property.
 void setFindingType(String value)
          Sets the value of the findingType property.
 void setGlobal(boolean value)
          Sets the value of the global property.
 void setLine(int value)
          Sets the value of the line property.
 void setMessage(String value)
          Sets the value of the message property.
 void setNew(boolean value)
          Sets the value of the new property.
 void setOld(boolean value)
          Sets the value of the old property.
 void setOrigin(Origin value)
          Sets the value of the origin property.
 void setSeverity(Severity value)
          Sets the value of the severity property.
 void setSeverityReason(String value)
          Sets the value of the severityReason property.
 void setSince(Date value)
          Sets the value of the since property.
 void setSourceText(String value)
          Sets the value of the sourceText property.
 void unsetColumn()
           
 void unsetCounter()
           
 void unsetEndColumn()
           
 void unsetEndLine()
           
 void unsetFindingType()
           
 void unsetGlobal()
           
 void unsetLine()
           
 void unsetMessage()
           
 void unsetNew()
           
 void unsetOld()
           
 void unsetOrigin()
           
 void unsetSeverity()
           
 void unsetSeverityReason()
           
 void unsetSince()
           
 void unsetSourceText()
           
 

Method Detail

getSourceText

String getSourceText()
Gets the value of the sourceText property.

Returns:
possible object is String

setSourceText

void setSourceText(String value)
Sets the value of the sourceText property.

Parameters:
value - allowed object is String

isSetSourceText

boolean isSetSourceText()

unsetSourceText

void unsetSourceText()

getMessage

String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

isSetMessage

boolean isSetMessage()

unsetMessage

void unsetMessage()

getCounter

int getCounter()
Gets the value of the counter property.


setCounter

void setCounter(int value)
Sets the value of the counter property.


isSetCounter

boolean isSetCounter()

unsetCounter

void unsetCounter()

isNew

boolean isNew()
Gets the value of the new property.


setNew

void setNew(boolean value)
Sets the value of the new property.


isSetNew

boolean isSetNew()

unsetNew

void unsetNew()

getOrigin

Origin getOrigin()
Gets the value of the origin property.

Returns:
possible object is Origin

setOrigin

void setOrigin(Origin value)
Sets the value of the origin property.

Parameters:
value - allowed object is Origin

isSetOrigin

boolean isSetOrigin()

unsetOrigin

void unsetOrigin()

getSince

Date getSince()
Gets the value of the since property.

Returns:
possible object is Date

setSince

void setSince(Date value)
Sets the value of the since property.

Parameters:
value - allowed object is Date

isSetSince

boolean isSetSince()

unsetSince

void unsetSince()

getColumn

int getColumn()
Gets the value of the column property.


setColumn

void setColumn(int value)
Sets the value of the column property.


isSetColumn

boolean isSetColumn()

unsetColumn

void unsetColumn()

getEndColumn

int getEndColumn()
Gets the value of the endColumn property.


setEndColumn

void setEndColumn(int value)
Sets the value of the endColumn property.


isSetEndColumn

boolean isSetEndColumn()

unsetEndColumn

void unsetEndColumn()

getEndLine

int getEndLine()
Gets the value of the endLine property.


setEndLine

void setEndLine(int value)
Sets the value of the endLine property.


isSetEndLine

boolean isSetEndLine()

unsetEndLine

void unsetEndLine()

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

isOld

boolean isOld()
Gets the value of the old property.


setOld

void setOld(boolean value)
Sets the value of the old property.


isSetOld

boolean isSetOld()

unsetOld

void unsetOld()

getSeverityReason

String getSeverityReason()
Gets the value of the severityReason property.

Returns:
possible object is String

setSeverityReason

void setSeverityReason(String value)
Sets the value of the severityReason property.

Parameters:
value - allowed object is String

isSetSeverityReason

boolean isSetSeverityReason()

unsetSeverityReason

void unsetSeverityReason()

getFindingType

String getFindingType()
Gets the value of the findingType property.

Returns:
possible object is String

setFindingType

void setFindingType(String value)
Sets the value of the findingType property.

Parameters:
value - allowed object is String

isSetFindingType

boolean isSetFindingType()

unsetFindingType

void unsetFindingType()

getLine

int getLine()
Gets the value of the line property.


setLine

void setLine(int value)
Sets the value of the line property.


isSetLine

boolean isSetLine()

unsetLine

void unsetLine()

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


Copyright 2007 The jCoderZ Project.