|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
ContainerT getPassword()
ContainerTvoid setPassword(ContainerT value)
value - allowed object is
ContainerTContainerT getHostname()
ContainerTvoid setHostname(ContainerT value)
value - allowed object is
ContainerTContainerT getUsername()
ContainerTvoid setUsername(ContainerT value)
value - allowed object is
ContainerT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||