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_1.xsd line 69)

 <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 LSPBackupCreation LoadTrafficMatrix ChartAddSeries ListenToLSPsDemands StartScenarioServer ChartSave ListShortestPaths SetRerouteMethod LoadDistantDomain SaveDomain LinkTeMetricChange TopologyGeneration TrafficMatrixGeneration ComputeMCF NodeUp Template StopAlgo IGPWOCalculateWeights ChartDeletion RemoveNetworkController StartAlgo GenerateIntraTM ShowLinkReservableBandwidth OptDivideTM LinkUp AddNetworkController RemoveTrafficMatrix LSPBWChange DeleteAllLSP LSPCreation LSPDeletion ChartCreation Echo LoadDomain BgpAwareIGPWO RemoveRerouteMethod ECMPAnalysis LinkDown LinkMetricChange ShowLinkInfo NodeDown


isSetEvent

boolean isSetEvent()

unsetEvent

void unsetEvent()


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