|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getSourceText()
Stringvoid setSourceText(String value)
value - allowed object is
Stringboolean isSetSourceText()
void unsetSourceText()
String getMessage()
Stringvoid setMessage(String value)
value - allowed object is
Stringboolean isSetMessage()
void unsetMessage()
int getCounter()
void setCounter(int value)
boolean isSetCounter()
void unsetCounter()
boolean isNew()
void setNew(boolean value)
boolean isSetNew()
void unsetNew()
Origin getOrigin()
Originvoid setOrigin(Origin value)
value - allowed object is
Originboolean isSetOrigin()
void unsetOrigin()
Date getSince()
Datevoid setSince(Date value)
value - allowed object is
Dateboolean isSetSince()
void unsetSince()
int getColumn()
void setColumn(int value)
boolean isSetColumn()
void unsetColumn()
int getEndColumn()
void setEndColumn(int value)
boolean isSetEndColumn()
void unsetEndColumn()
int getEndLine()
void setEndLine(int value)
boolean isSetEndLine()
void unsetEndLine()
Severity getSeverity()
Severityvoid setSeverity(Severity value)
value - allowed object is
Severityboolean isSetSeverity()
void unsetSeverity()
boolean isOld()
void setOld(boolean value)
boolean isSetOld()
void unsetOld()
String getSeverityReason()
Stringvoid setSeverityReason(String value)
value - allowed object is
Stringboolean isSetSeverityReason()
void unsetSeverityReason()
String getFindingType()
Stringvoid setFindingType(String value)
value - allowed object is
Stringboolean isSetFindingType()
void unsetFindingType()
int getLine()
void setLine(int value)
boolean isSetLine()
void unsetLine()
boolean isGlobal()
void setGlobal(boolean value)
boolean isSetGlobal()
void unsetGlobal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||