|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BasicsT
Java content class for basics_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 90)
<complexType name="basics_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="defaultdirectory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="properties" type="{www.pushtotest.com/tm5}path_t" minOccurs="0"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="wsdl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accepts" type="{www.pushtotest.com/tm5}accepts_t" minOccurs="0"/>
<element name="security" type="{www.pushtotest.com/tm5}security_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
AcceptsT |
getAccepts()
Gets the value of the accepts property. |
java.lang.String |
getDefaultdirectory()
Gets the value of the defaultdirectory property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getName()
Gets the value of the name property. |
PathT |
getProperties()
Gets the value of the properties property. |
SecurityT |
getSecurity()
Gets the value of the security property. |
java.lang.String |
getUri()
Gets the value of the uri property. |
java.lang.String |
getWsdl()
Gets the value of the wsdl property. |
void |
setAccepts(AcceptsT value)
Sets the value of the accepts property. |
void |
setDefaultdirectory(java.lang.String value)
Sets the value of the defaultdirectory property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setProperties(PathT value)
Sets the value of the properties property. |
void |
setSecurity(SecurityT value)
Sets the value of the security property. |
void |
setUri(java.lang.String value)
Sets the value of the uri property. |
void |
setWsdl(java.lang.String value)
Sets the value of the wsdl property. |
| Method Detail |
|---|
SecurityT getSecurity()
SecurityTvoid setSecurity(SecurityT value)
value - allowed object is
SecurityTAcceptsT getAccepts()
AcceptsTvoid setAccepts(AcceptsT value)
value - allowed object is
AcceptsTjava.lang.String getDescription()
Stringvoid setDescription(java.lang.String value)
value - allowed object is
Stringjava.lang.String getWsdl()
Stringvoid setWsdl(java.lang.String value)
value - allowed object is
Stringjava.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
Stringjava.lang.String getUri()
Stringvoid setUri(java.lang.String value)
value - allowed object is
Stringjava.lang.String getDefaultdirectory()
Stringvoid setDefaultdirectory(java.lang.String value)
value - allowed object is
StringPathT getProperties()
PathTvoid setProperties(PathT value)
value - allowed object is
PathT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||