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

All Superinterfaces:
ASEventType, javax.xml.bind.Element, EventType, LSPBackupCreationType
All Known Implementing Classes:
LSPBackupCreation, LSPBackupCreationImpl

public interface LSPBackupCreation
extends javax.xml.bind.Element, LSPBackupCreationType

Java content class for LSPBackupCreation 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 313)

 <element name="LSPBackupCreation">
   <complexType>
     <complexContent>
       <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASEventType">
         <sequence>
           <choice>
             <element name="Detour">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="methodType" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}methodType" default="GLOBAL" />
                     <attribute name="protectedLSP" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="protectionType" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}protectionType" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Bypass">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="protectedLink" maxOccurs="unbounded">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="linkId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
           <element ref="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}routingAlgo"/>
         </sequence>
         <attribute name="bw" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="lspId" 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.LSPBackupCreationType
LSPBackupCreationType.BypassType, LSPBackupCreationType.DetourType
 
Method Summary
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.LSPBackupCreationType
getBw, getBypass, getDetour, getLspId, getRoutingAlgo, isSetBw, isSetBypass, isSetDetour, isSetLspId, isSetRoutingAlgo, setBw, setBypass, setDetour, setLspId, setRoutingAlgo, unsetBw, unsetBypass, unsetDetour, unsetLspId, unsetRoutingAlgo
 
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.