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

All Known Subinterfaces:
Scenario
All Known Implementing Classes:
Scenario, ScenarioImpl, ScenarioTypeImpl

public interface ScenarioType

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 73)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}event" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="pathsRelativeTo" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getEvent()
          Gets the value of the Event property.
 java.lang.String getPathsRelativeTo()
          Gets the value of the pathsRelativeTo property.
 boolean isSetEvent()
           
 boolean isSetPathsRelativeTo()
           
 void setPathsRelativeTo(java.lang.String value)
          Sets the value of the pathsRelativeTo property.
 void unsetEvent()
           
 void unsetPathsRelativeTo()
           
 

Method Detail

getPathsRelativeTo

java.lang.String getPathsRelativeTo()
Gets the value of the pathsRelativeTo property.

Returns:
possible object is String

setPathsRelativeTo

void setPathsRelativeTo(java.lang.String value)
Sets the value of the pathsRelativeTo property.

Parameters:
value - allowed object is String

isSetPathsRelativeTo

boolean isSetPathsRelativeTo()

unsetPathsRelativeTo

void unsetPathsRelativeTo()

getEvent

java.util.List getEvent()
Gets the value of the Event property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Event property.

For example, to add a new item, do as follows:

    getEvent().add(newItem);
 

Objects of the following type(s) are allowed in the list StartScenarioServer LinkDown RemoveTrafficMatrix LinkUp EnableTrafficSwitching ShowLinkReservableBandwidth Echo AddNetworkController LoadDistantDomain Template ShowLinkInfo ChartDeletion ECMPAnalysis LSPDeletion NodeUp ChartCreation ListenToLSPsDemands RemoveNetworkController ComputeMCF ChartSave ChartAddSeries GenerateIntraTM OptDivideTM LSPCreation IGPWOCalculateWeights TopologyGeneration TrafficMatrixGeneration StartAlgo SaveDomain LSPBWChange LSPBackupCreation ListShortestPaths NodeDown LinkMetricChange BgpAwareIGPWO LinkTeMetricChange StopAlgo LoadTrafficMatrix DeleteAllLSP LoadDomain


isSetEvent

boolean isSetEvent()

unsetEvent

void unsetEvent()


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