com.pushtotest.testmaker.XSTest.xml
Interface XSTestType.DirectoryType

All Known Implementing Classes:
XSTestTypeImpl.DirectoryTypeImpl
Enclosing interface:
XSTestType

public static interface XSTestType.DirectoryType

Java content class for anonymous 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/XSTestProps.xsd line 80)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BaseDir" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OpenFiles" type="{}itemlist"/>
         <element name="ResultDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ChartDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getBaseDir()
          Gets the value of the baseDir property.
 java.lang.String getChartDir()
          Gets the value of the chartDir property.
 Itemlist getOpenFiles()
          Gets the value of the openFiles property.
 java.lang.String getResultDir()
          Gets the value of the resultDir property.
 void setBaseDir(java.lang.String value)
          Sets the value of the baseDir property.
 void setChartDir(java.lang.String value)
          Sets the value of the chartDir property.
 void setOpenFiles(Itemlist value)
          Sets the value of the openFiles property.
 void setResultDir(java.lang.String value)
          Sets the value of the resultDir property.
 

Method Detail

getBaseDir

java.lang.String getBaseDir()
Gets the value of the baseDir property.

Returns:
possible object is String

setBaseDir

void setBaseDir(java.lang.String value)
Sets the value of the baseDir property.

Parameters:
value - allowed object is String

getResultDir

java.lang.String getResultDir()
Gets the value of the resultDir property.

Returns:
possible object is String

setResultDir

void setResultDir(java.lang.String value)
Sets the value of the resultDir property.

Parameters:
value - allowed object is String

getChartDir

java.lang.String getChartDir()
Gets the value of the chartDir property.

Returns:
possible object is String

setChartDir

void setChartDir(java.lang.String value)
Sets the value of the chartDir property.

Parameters:
value - allowed object is String

getOpenFiles

Itemlist getOpenFiles()
Gets the value of the openFiles property.

Returns:
possible object is Itemlist

setOpenFiles

void setOpenFiles(Itemlist value)
Sets the value of the openFiles property.

Parameters:
value - allowed object is Itemlist