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

All Superinterfaces:
ASEventType, BaseLSPCreationType, EventType
All Known Subinterfaces:
LSPDetourCreation
All Known Implementing Classes:
LSPDetourCreation, LSPDetourCreationImpl, LSPDetourCreationTypeImpl

public interface LSPDetourCreationType
extends BaseLSPCreationType

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_3.xsd line 339)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}BaseLSPCreationType">
       <attribute name="methodType" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}methodType" default="GLOBAL" />
       <attribute name="protectedLSP" use="required" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}lspIdType" />
       <attribute name="protectionType" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}protectionType" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.BaseLSPCreationType
BaseLSPCreationType.AcceptedCosType, BaseLSPCreationType.DiffServType, BaseLSPCreationType.PathType
 
Method Summary
 MethodType getMethodType()
          Gets the value of the methodType property.
 java.lang.String getProtectedLSP()
          Gets the value of the protectedLSP property.
 ProtectionType getProtectionType()
          Gets the value of the protectionType property.
 boolean isSetMethodType()
           
 boolean isSetProtectedLSP()
           
 boolean isSetProtectionType()
           
 void setMethodType(MethodType value)
          Sets the value of the methodType property.
 void setProtectedLSP(java.lang.String value)
          Sets the value of the protectedLSP property.
 void setProtectionType(ProtectionType value)
          Sets the value of the protectionType property.
 void unsetMethodType()
           
 void unsetProtectedLSP()
           
 void unsetProtectionType()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.BaseLSPCreationType
getAcceptedCos, getBw, getDiffServ, getLspId, getMaxRate, getMetric, getPath, getRoutingAlgo, isEstablishLSP, isSetAcceptedCos, isSetBw, isSetDiffServ, isSetEstablishLSP, isSetLspId, isSetMaxRate, isSetMetric, isSetPath, isSetRoutingAlgo, setAcceptedCos, setBw, setDiffServ, setEstablishLSP, setLspId, setMaxRate, setMetric, setPath, setRoutingAlgo, unsetAcceptedCos, unsetBw, unsetDiffServ, unsetEstablishLSP, unsetLspId, unsetMaxRate, unsetMetric, unsetPath, 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
 

Method Detail

getMethodType

MethodType getMethodType()
Gets the value of the methodType property.

Returns:
possible object is MethodType

setMethodType

void setMethodType(MethodType value)
Sets the value of the methodType property.

Parameters:
value - allowed object is MethodType

isSetMethodType

boolean isSetMethodType()

unsetMethodType

void unsetMethodType()

getProtectedLSP

java.lang.String getProtectedLSP()
Gets the value of the protectedLSP property.

Returns:
possible object is String

setProtectedLSP

void setProtectedLSP(java.lang.String value)
Sets the value of the protectedLSP property.

Parameters:
value - allowed object is String

isSetProtectedLSP

boolean isSetProtectedLSP()

unsetProtectedLSP

void unsetProtectedLSP()

getProtectionType

ProtectionType getProtectionType()
Gets the value of the protectionType property.

Returns:
possible object is ProtectionType

setProtectionType

void setProtectionType(ProtectionType value)
Sets the value of the protectionType property.

Parameters:
value - allowed object is ProtectionType

isSetProtectionType

boolean isSetProtectionType()

unsetProtectionType

void unsetProtectionType()


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