org.jcoderz.phoenix.report.jaxb
Interface Item

All Superinterfaces:
Element, ItemType
All Known Implementing Classes:
ItemImpl

public interface Item
extends Element, ItemType

Java content class for item element declaration.

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

 <element name="item">
   <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>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.report.jaxb.ItemType
getColumn, getCounter, getEndColumn, getEndLine, getFindingType, getLine, getMessage, getOrigin, getSeverity, getSeverityReason, getSince, getSourceText, isGlobal, isNew, isOld, isSetColumn, isSetCounter, isSetEndColumn, isSetEndLine, isSetFindingType, isSetGlobal, isSetLine, isSetMessage, isSetNew, isSetOld, isSetOrigin, isSetSeverity, isSetSeverityReason, isSetSince, isSetSourceText, setColumn, setCounter, setEndColumn, setEndLine, setFindingType, setGlobal, setLine, setMessage, setNew, setOld, setOrigin, setSeverity, setSeverityReason, setSince, setSourceText, unsetColumn, unsetCounter, unsetEndColumn, unsetEndLine, unsetFindingType, unsetGlobal, unsetLine, unsetMessage, unsetNew, unsetOld, unsetOrigin, unsetSeverity, unsetSeverityReason, unsetSince, unsetSourceText
 



Copyright 2007 The jCoderZ Project.