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

All Known Implementing Classes:
BasicsTImpl

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

getSecurity

SecurityT getSecurity()
Gets the value of the security property.

Returns:
possible object is SecurityT

setSecurity

void setSecurity(SecurityT value)
Sets the value of the security property.

Parameters:
value - allowed object is SecurityT

getAccepts

AcceptsT getAccepts()
Gets the value of the accepts property.

Returns:
possible object is AcceptsT

setAccepts

void setAccepts(AcceptsT value)
Sets the value of the accepts property.

Parameters:
value - allowed object is AcceptsT

getDescription

java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getWsdl

java.lang.String getWsdl()
Gets the value of the wsdl property.

Returns:
possible object is String

setWsdl

void setWsdl(java.lang.String value)
Sets the value of the wsdl 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

getUri

java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

getDefaultdirectory

java.lang.String getDefaultdirectory()
Gets the value of the defaultdirectory property.

Returns:
possible object is String

setDefaultdirectory

void setDefaultdirectory(java.lang.String value)
Sets the value of the defaultdirectory property.

Parameters:
value - allowed object is String

getProperties

PathT getProperties()
Gets the value of the properties property.

Returns:
possible object is PathT

setProperties

void setProperties(PathT value)
Sets the value of the properties property.

Parameters:
value - allowed object is PathT