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

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


isSetEvent

boolean isSetEvent()

unsetEvent

void unsetEvent()


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