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

All Known Implementing Classes:
TallyTImpl

public interface TallyT

Java content class for tally_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 254)

 <complexType name="tally_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="archive" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="basefilename" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="destination" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getArchive()
          Gets the value of the archive property.
 java.lang.String getBasefilename()
          Gets the value of the basefilename property.
 java.lang.String getDestination()
          Gets the value of the destination property.
 java.lang.String getEnabled()
          Gets the value of the enabled property.
 void setArchive(java.lang.String value)
          Sets the value of the archive property.
 void setBasefilename(java.lang.String value)
          Sets the value of the basefilename property.
 void setDestination(java.lang.String value)
          Sets the value of the destination property.
 void setEnabled(java.lang.String value)
          Sets the value of the enabled property.
 

Method Detail

getDestination

java.lang.String getDestination()
Gets the value of the destination property.

Returns:
possible object is String

setDestination

void setDestination(java.lang.String value)
Sets the value of the destination property.

Parameters:
value - allowed object is String

getArchive

java.lang.String getArchive()
Gets the value of the archive property.

Returns:
possible object is String

setArchive

void setArchive(java.lang.String value)
Sets the value of the archive property.

Parameters:
value - allowed object is String

getEnabled

java.lang.String getEnabled()
Gets the value of the enabled property.

Returns:
possible object is String

setEnabled

void setEnabled(java.lang.String value)
Sets the value of the enabled property.

Parameters:
value - allowed object is String

getBasefilename

java.lang.String getBasefilename()
Gets the value of the basefilename property.

Returns:
possible object is String

setBasefilename

void setBasefilename(java.lang.String value)
Sets the value of the basefilename property.

Parameters:
value - allowed object is String