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

All Superinterfaces:
ASEventType, javax.xml.bind.Element, EventType, LSPCreationType
All Known Implementing Classes:
LSPCreation, LSPCreationImpl

public interface LSPCreation
extends javax.xml.bind.Element, LSPCreationType

Java content class for LSPCreation element declaration.

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

 <element name="LSPCreation">
   <complexType>
     <complexContent>
       <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASEventType">
         <sequence>
           <element name="metric" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
           <element name="maxRate" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
           <element name="diff-serv" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="ct" type="{http://www.w3.org/2001/XMLSchema}int"/>
                     <element name="preemption">
                       <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                             <attribute name="holding" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                             <attribute name="setup" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                           </restriction>
                         </complexContent>
                       </complexType>
                     </element>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="path" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice>
                     <sequence>
                       <element name="node" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                     </sequence>
                     <sequence>
                       <element name="link" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                     </sequence>
                   </choice>
                   <attribute name="type" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}LSPPathType" default="STRICT" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element ref="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}routingAlgo" minOccurs="0"/>
         </sequence>
         <attribute name="bw" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="dst" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="establishLSP" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         <attribute name="lspId" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="src" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.LSPCreationType
LSPCreationType.DiffServType, LSPCreationType.PathType
 
Method Summary
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.LSPCreationType
getBw, getDiffServ, getDst, getLspId, getMaxRate, getMetric, getPath, getRoutingAlgo, getSrc, isEstablishLSP, isSetBw, isSetDiffServ, isSetDst, isSetEstablishLSP, isSetLspId, isSetMaxRate, isSetMetric, isSetPath, isSetRoutingAlgo, isSetSrc, setBw, setDiffServ, setDst, setEstablishLSP, setLspId, setMaxRate, setMetric, setPath, setRoutingAlgo, setSrc, unsetBw, unsetDiffServ, unsetDst, unsetEstablishLSP, unsetLspId, unsetMaxRate, unsetMetric, unsetPath, unsetRoutingAlgo, unsetSrc
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASEventType
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 



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