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

All Superinterfaces:
EventType
All Known Subinterfaces:
ChartCreation
All Known Implementing Classes:
ChartCreation, ChartCreationImpl, ChartCreationTypeImpl

public interface ChartCreationType
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 548)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}eventType">
       <sequence>
         <element name="collector">
           <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="id" use="required" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}chartIdType" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface ChartCreationType.CollectorType
          Java content class for anonymous complex type.
 
Method Summary
 ChartCreationType.CollectorType getCollector()
          Gets the value of the collector property.
 java.lang.String getId()
          Gets the value of the id property.
 boolean isSetCollector()
           
 boolean isSetId()
           
 void setCollector(ChartCreationType.CollectorType value)
          Sets the value of the collector property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void unsetCollector()
           
 void unsetId()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

getCollector

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

Returns:
possible object is ChartCreationType.CollectorType

setCollector

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

Parameters:
value - allowed object is ChartCreationType.CollectorType

isSetCollector

boolean isSetCollector()

unsetCollector

void unsetCollector()

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

boolean isSetId()

unsetId

void unsetId()


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