|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
boolean isStep()
void setStep(boolean value)
boolean isSummaryreport()
void setSummaryreport(boolean value)
boolean isShowsummary()
void setShowsummary(boolean value)
java.util.List getLog()
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
java.lang.String getChart()
Stringvoid setChart(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||