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

All Superinterfaces:
EventType
All Known Subinterfaces:
ChartAddSeries
All Known Implementing Classes:
ChartAddSeries, ChartAddSeriesImpl, ChartAddSeriesTypeImpl

public interface ChartAddSeriesType
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 578)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}eventType">
       <sequence>
         <element name="collector" minOccurs="0">
           <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"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="chartId" use="required" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}chartIdType" />
       <attribute name="seriesName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface ChartAddSeriesType.CollectorType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getChartId()
          Gets the value of the chartId property.
 ChartAddSeriesType.CollectorType getCollector()
          Gets the value of the collector property.
 java.lang.String getSeriesName()
          Gets the value of the seriesName property.
 boolean isSetChartId()
           
 boolean isSetCollector()
           
 boolean isSetSeriesName()
           
 void setChartId(java.lang.String value)
          Sets the value of the chartId property.
 void setCollector(ChartAddSeriesType.CollectorType value)
          Sets the value of the collector property.
 void setSeriesName(java.lang.String value)
          Sets the value of the seriesName property.
 void unsetChartId()
           
 void unsetCollector()
           
 void unsetSeriesName()
           
 
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()

getCollector

ChartAddSeriesType.CollectorType getCollector()
Gets the value of the collector property.

Returns:
possible object is ChartAddSeriesType.CollectorType

setCollector

void setCollector(ChartAddSeriesType.CollectorType value)
Sets the value of the collector property.

Parameters:
value - allowed object is ChartAddSeriesType.CollectorType

isSetCollector

boolean isSetCollector()

unsetCollector

void unsetCollector()

getSeriesName

java.lang.String getSeriesName()
Gets the value of the seriesName property.

Returns:
possible object is String

setSeriesName

void setSeriesName(java.lang.String value)
Sets the value of the seriesName property.

Parameters:
value - allowed object is String

isSetSeriesName

boolean isSetSeriesName()

unsetSeriesName

void unsetSeriesName()


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