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

All Superinterfaces:
CommentType, javax.xml.bind.Element
All Known Implementing Classes:
CommentImpl

public interface Comment
extends javax.xml.bind.Element, CommentType

Java content class for comment 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 156)

 <element name="comment">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}author"/>
           <element ref="{}keywords"/>
           <element ref="{}note"/>
           <element ref="{}when"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.testmaker.XSTest.PAAS.GSRS.CommentType
getAuthor, getKeywords, getNote, getWhen, setAuthor, setKeywords, setNote, setWhen