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

All Known Subinterfaces:
Incident
All Known Implementing Classes:
IncidentImpl, IncidentTypeImpl

public interface IncidentType

Java content class for anonymous complex type.

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

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


Method Summary
 java.lang.String getNotes()
          Gets the value of the notes property.
 java.lang.String getTrace()
          Gets the value of the trace property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getWhen()
          Gets the value of the when property.
 void setNotes(java.lang.String value)
          Sets the value of the notes property.
 void setTrace(java.lang.String value)
          Sets the value of the trace property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setWhen(java.lang.String value)
          Sets the value of the when property.
 

Method Detail

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getWhen

java.lang.String getWhen()
Gets the value of the when property.

Returns:
possible object is String

setWhen

void setWhen(java.lang.String value)
Sets the value of the when property.

Parameters:
value - allowed object is String

getNotes

java.lang.String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

void setNotes(java.lang.String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String

getTrace

java.lang.String getTrace()
Gets the value of the trace property.

Returns:
possible object is String

setTrace

void setTrace(java.lang.String value)
Sets the value of the trace property.

Parameters:
value - allowed object is String