com.pushtotest.testmaker.XSTest.xml.TestScenario
Interface EmailT

All Known Implementing Classes:
EmailTImpl

public interface EmailT

Java content class for email_t 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/xml/TestScenario/testscenario.xsd line 334)

 <complexType name="email_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="email" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="on" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="secure" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getEmail()
          Gets the value of the email property.
 java.lang.String getHost()
          Gets the value of the host property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getMessage()
          Gets the value of the message property.
 java.lang.String getOn()
          Gets the value of the on property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getSecure()
          Gets the value of the secure property.
 java.lang.String getSubject()
          Gets the value of the subject property.
 void setEmail(java.lang.String value)
          Sets the value of the email property.
 void setHost(java.lang.String value)
          Sets the value of the host property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setOn(java.lang.String value)
          Sets the value of the on property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setSecure(java.lang.String value)
          Sets the value of the secure property.
 void setSubject(java.lang.String value)
          Sets the value of the subject property.
 

Method Detail

getPassword

java.lang.String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

void setPassword(java.lang.String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getSecure

java.lang.String getSecure()
Gets the value of the secure property.

Returns:
possible object is String

setSecure

void setSecure(java.lang.String value)
Sets the value of the secure property.

Parameters:
value - allowed object is String

getHost

java.lang.String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

void setHost(java.lang.String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

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

getSubject

java.lang.String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

void setSubject(java.lang.String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

getMessage

java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getOn

java.lang.String getOn()
Gets the value of the on property.

Returns:
possible object is String

setOn

void setOn(java.lang.String value)
Sets the value of the on property.

Parameters:
value - allowed object is String