com.pushtotest.testmaker.XSTest.PAAS.GSRS
Interface Incident

All Superinterfaces:
javax.xml.bind.Element, IncidentType
All Known Implementing Classes:
IncidentImpl

public interface Incident
extends javax.xml.bind.Element, IncidentType

Java content class for incident element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/TestMaker/src/com/pushtotest/testmaker/XSTest/PAAS/GSRS.xsd line 128)

 <element name="incident">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}type"/>
           <element ref="{}when"/>
           <element ref="{}notes"/>
           <element ref="{}trace"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.testmaker.XSTest.PAAS.GSRS.IncidentType
getNotes, getTrace, getType, getWhen, setNotes, setTrace, setType, setWhen