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

All Known Implementing Classes:
LogsTImpl

public interface LogsT

Java content class for logs_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 234)

 <complexType name="logs_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="log" type="{www.pushtotest.com/tm5}log_t" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="chart" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="showsummary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="step" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="summaryreport" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getChart()
          Gets the value of the chart property.
 java.util.List getLog()
          Gets the value of the Log property.
 boolean isShowsummary()
          Gets the value of the showsummary property.
 boolean isStep()
          Gets the value of the step property.
 boolean isSummaryreport()
          Gets the value of the summaryreport property.
 void setChart(java.lang.String value)
          Sets the value of the chart property.
 void setShowsummary(boolean value)
          Sets the value of the showsummary property.
 void setStep(boolean value)
          Sets the value of the step property.
 void setSummaryreport(boolean value)
          Sets the value of the summaryreport property.
 

Method Detail

isStep

boolean isStep()
Gets the value of the step property.


setStep

void setStep(boolean value)
Sets the value of the step property.


isSummaryreport

boolean isSummaryreport()
Gets the value of the summaryreport property.


setSummaryreport

void setSummaryreport(boolean value)
Sets the value of the summaryreport property.


isShowsummary

boolean isShowsummary()
Gets the value of the showsummary property.


setShowsummary

void setShowsummary(boolean value)
Sets the value of the showsummary property.


getLog

java.util.List getLog()
Gets the value of the Log property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Log property.

For example, to add a new item, do as follows:

    getLog().add(newItem);
 

Objects of the following type(s) are allowed in the list LogT


getChart

java.lang.String getChart()
Gets the value of the chart property.

Returns:
possible object is String

setChart

void setChart(java.lang.String value)
Sets the value of the chart property.

Parameters:
value - allowed object is String