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

All Known Subinterfaces:
Author
All Known Implementing Classes:
AuthorImpl, AuthorTypeImpl

public interface AuthorType

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

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


Method Summary
 java.lang.String getEmail()
          Gets the value of the email property.
 java.lang.String getName()
          Gets the value of the name property.
 void setEmail(java.lang.String value)
          Sets the value of the email property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getEmail

java.lang.String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

void setEmail(java.lang.String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String