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

All Known Implementing Classes:
GraphTypeImpl

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

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getYAxis

AxisType getYAxis()
Gets the value of the yAxis property.

Returns:
possible object is AxisType

setYAxis

void setYAxis(AxisType value)
Sets the value of the yAxis property.

Parameters:
value - allowed object is AxisType

getOptions

OptionsType getOptions()
Gets the value of the options property.

Returns:
possible object is OptionsType

setOptions

void setOptions(OptionsType value)
Sets the value of the options property.

Parameters:
value - allowed object is OptionsType

getXAxis

AxisType getXAxis()
Gets the value of the xAxis property.

Returns:
possible object is AxisType

setXAxis

void setXAxis(AxisType value)
Sets the value of the xAxis property.

Parameters:
value - allowed object is AxisType

getSeries

SeriesType getSeries()
Gets the value of the series property.

Returns:
possible object is SeriesType

setSeries

void setSeries(SeriesType value)
Sets the value of the series property.

Parameters:
value - allowed object is SeriesType

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String