be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface ChartSaveType

All Superinterfaces:
EventType
All Known Subinterfaces:
ChartSave
All Known Implementing Classes:
ChartSave, ChartSaveImpl, ChartSaveTypeImpl

public interface ChartSaveType
extends EventType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/monfort/Projects/run-totem/src/resources/scenario/Scenario-v1_2.xsd line 598)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}eventType">
       <sequence>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="xAxisTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="yAxisTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="plotter">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}param" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="chartId" use="required" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}chartIdType" />
       <attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="format" use="required" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}chartFormatType" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface ChartSaveType.PlotterType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getChartId()
          Gets the value of the chartId property.
 java.lang.String getFile()
          Gets the value of the file property.
 ChartFormatType getFormat()
          Gets the value of the format property.
 int getHeight()
          Gets the value of the height property.
 ChartSaveType.PlotterType getPlotter()
          Gets the value of the plotter property.
 java.lang.String getTitle()
          Gets the value of the title property.
 int getWidth()
          Gets the value of the width property.
 java.lang.String getXAxisTitle()
          Gets the value of the xAxisTitle property.
 java.lang.String getYAxisTitle()
          Gets the value of the yAxisTitle property.
 boolean isSetChartId()
           
 boolean isSetFile()
           
 boolean isSetFormat()
           
 boolean isSetHeight()
           
 boolean isSetPlotter()
           
 boolean isSetTitle()
           
 boolean isSetWidth()
           
 boolean isSetXAxisTitle()
           
 boolean isSetYAxisTitle()
           
 void setChartId(java.lang.String value)
          Sets the value of the chartId property.
 void setFile(java.lang.String value)
          Sets the value of the file property.
 void setFormat(ChartFormatType value)
          Sets the value of the format property.
 void setHeight(int value)
          Sets the value of the height property.
 void setPlotter(ChartSaveType.PlotterType value)
          Sets the value of the plotter property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setWidth(int value)
          Sets the value of the width property.
 void setXAxisTitle(java.lang.String value)
          Sets the value of the xAxisTitle property.
 void setYAxisTitle(java.lang.String value)
          Sets the value of the yAxisTitle property.
 void unsetChartId()
           
 void unsetFile()
           
 void unsetFormat()
           
 void unsetHeight()
           
 void unsetPlotter()
           
 void unsetTitle()
           
 void unsetWidth()
           
 void unsetXAxisTitle()
           
 void unsetYAxisTitle()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

getChartId

java.lang.String getChartId()
Gets the value of the chartId property.

Returns:
possible object is String

setChartId

void setChartId(java.lang.String value)
Sets the value of the chartId property.

Parameters:
value - allowed object is String

isSetChartId

boolean isSetChartId()

unsetChartId

void unsetChartId()

getXAxisTitle

java.lang.String getXAxisTitle()
Gets the value of the xAxisTitle property.

Returns:
possible object is String

setXAxisTitle

void setXAxisTitle(java.lang.String value)
Sets the value of the xAxisTitle property.

Parameters:
value - allowed object is String

isSetXAxisTitle

boolean isSetXAxisTitle()

unsetXAxisTitle

void unsetXAxisTitle()

getYAxisTitle

java.lang.String getYAxisTitle()
Gets the value of the yAxisTitle property.

Returns:
possible object is String

setYAxisTitle

void setYAxisTitle(java.lang.String value)
Sets the value of the yAxisTitle property.

Parameters:
value - allowed object is String

isSetYAxisTitle

boolean isSetYAxisTitle()

unsetYAxisTitle

void unsetYAxisTitle()

getWidth

int getWidth()
Gets the value of the width property.


setWidth

void setWidth(int value)
Sets the value of the width property.


isSetWidth

boolean isSetWidth()

unsetWidth

void unsetWidth()

getHeight

int getHeight()
Gets the value of the height property.


setHeight

void setHeight(int value)
Sets the value of the height property.


isSetHeight

boolean isSetHeight()

unsetHeight

void unsetHeight()

getPlotter

ChartSaveType.PlotterType getPlotter()
Gets the value of the plotter property.

Returns:
possible object is ChartSaveType.PlotterType

setPlotter

void setPlotter(ChartSaveType.PlotterType value)
Sets the value of the plotter property.

Parameters:
value - allowed object is ChartSaveType.PlotterType

isSetPlotter

boolean isSetPlotter()

unsetPlotter

void unsetPlotter()

getTitle

java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

isSetTitle

boolean isSetTitle()

unsetTitle

void unsetTitle()

getFormat

ChartFormatType getFormat()
Gets the value of the format property.

Returns:
possible object is ChartFormatType

setFormat

void setFormat(ChartFormatType value)
Sets the value of the format property.

Parameters:
value - allowed object is ChartFormatType

isSetFormat

boolean isSetFormat()

unsetFormat

void unsetFormat()

getFile

java.lang.String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

void setFile(java.lang.String value)
Sets the value of the file property.

Parameters:
value - allowed object is String

isSetFile

boolean isSetFile()

unsetFile

void unsetFile()


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.