|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphType
Java content class for graph_type 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 266)
<complexType name="graph_type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="XAxis" type="{www.pushtotest.com/tm5}Axis_type"/>
<element name="YAxis" type="{www.pushtotest.com/tm5}Axis_type"/>
<element name="options" type="{www.pushtotest.com/tm5}options_type" minOccurs="0"/>
<element name="series" type="{www.pushtotest.com/tm5}series_type"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
OptionsType |
getOptions()
Gets the value of the options property. |
SeriesType |
getSeries()
Gets the value of the series property. |
java.lang.String |
getType()
Gets the value of the type property. |
AxisType |
getXAxis()
Gets the value of the xAxis property. |
AxisType |
getYAxis()
Gets the value of the yAxis property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOptions(OptionsType value)
Sets the value of the options property. |
void |
setSeries(SeriesType value)
Sets the value of the series property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setXAxis(AxisType value)
Sets the value of the xAxis property. |
void |
setYAxis(AxisType value)
Sets the value of the yAxis property. |
| Method Detail |
|---|
java.lang.String getType()
Stringvoid setType(java.lang.String value)
value - allowed object is
StringAxisType getYAxis()
AxisTypevoid setYAxis(AxisType value)
value - allowed object is
AxisTypeOptionsType getOptions()
OptionsTypevoid setOptions(OptionsType value)
value - allowed object is
OptionsTypeAxisType getXAxis()
AxisTypevoid setXAxis(AxisType value)
value - allowed object is
AxisTypeSeriesType getSeries()
SeriesTypevoid setSeries(SeriesType value)
value - allowed object is
SeriesTypejava.lang.String getName()
Stringvoid setName(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 | |||||||||