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

All Superinterfaces:
AuthorType, javax.xml.bind.Element
All Known Implementing Classes:
AuthorImpl

public interface Author
extends javax.xml.bind.Element, AuthorType

Java content class for author 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 166)

 <element name="author">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="email" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface com.pushtotest.testmaker.XSTest.PAAS.GSRS.AuthorType
getEmail, getName, setEmail, setName