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

All Known Implementing Classes:
MailTImpl

public interface MailT

Java content class for mail_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 426)

 <complexType name="mail_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="username" type="{www.pushtotest.com/tm5}container_t"/>
         <element name="password" type="{www.pushtotest.com/tm5}container_t"/>
         <element name="hostname" type="{www.pushtotest.com/tm5}container_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ContainerT getHostname()
          Gets the value of the hostname property.
 ContainerT getPassword()
          Gets the value of the password property.
 ContainerT getUsername()
          Gets the value of the username property.
 void setHostname(ContainerT value)
          Sets the value of the hostname property.
 void setPassword(ContainerT value)
          Sets the value of the password property.
 void setUsername(ContainerT value)
          Sets the value of the username property.
 

Method Detail

getPassword

ContainerT getPassword()
Gets the value of the password property.

Returns:
possible object is ContainerT

setPassword

void setPassword(ContainerT value)
Sets the value of the password property.

Parameters:
value - allowed object is ContainerT

getHostname

ContainerT getHostname()
Gets the value of the hostname property.

Returns:
possible object is ContainerT

setHostname

void setHostname(ContainerT value)
Sets the value of the hostname property.

Parameters:
value - allowed object is ContainerT

getUsername

ContainerT getUsername()
Gets the value of the username property.

Returns:
possible object is ContainerT

setUsername

void setUsername(ContainerT value)
Sets the value of the username property.

Parameters:
value - allowed object is ContainerT