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

All Superinterfaces:
ASEventType, ASTMEventType, EventType
All Known Subinterfaces:
IGPRouting
All Known Implementing Classes:
IGPRouting, IGPRoutingImpl, IGPRoutingTypeImpl

public interface IGPRoutingType
extends ASTMEventType

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

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASTMEventType">
       <attribute name="ECMP" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="SPFtype" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="llcId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="strategy" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}strategyType" default="IP" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getLlcId()
          Gets the value of the llcId property.
 java.lang.String getSPFtype()
          Gets the value of the spFtype property.
 StrategyType getStrategy()
          Gets the value of the strategy property.
 boolean isECMP()
          Gets the value of the ecmp property.
 boolean isSetECMP()
           
 boolean isSetLlcId()
           
 boolean isSetSPFtype()
           
 boolean isSetStrategy()
           
 void setECMP(boolean value)
          Sets the value of the ecmp property.
 void setLlcId(java.lang.String value)
          Sets the value of the llcId property.
 void setSPFtype(java.lang.String value)
          Sets the value of the spFtype property.
 void setStrategy(StrategyType value)
          Sets the value of the strategy property.
 void unsetECMP()
           
 void unsetLlcId()
           
 void unsetSPFtype()
           
 void unsetStrategy()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASTMEventType
getTMID, isSetTMID, setTMID, unsetTMID
 
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

getStrategy

StrategyType getStrategy()
Gets the value of the strategy property.

Returns:
possible object is StrategyType

setStrategy

void setStrategy(StrategyType value)
Sets the value of the strategy property.

Parameters:
value - allowed object is StrategyType

isSetStrategy

boolean isSetStrategy()

unsetStrategy

void unsetStrategy()

getLlcId

java.lang.String getLlcId()
Gets the value of the llcId property.

Returns:
possible object is String

setLlcId

void setLlcId(java.lang.String value)
Sets the value of the llcId property.

Parameters:
value - allowed object is String

isSetLlcId

boolean isSetLlcId()

unsetLlcId

void unsetLlcId()

isECMP

boolean isECMP()
Gets the value of the ecmp property.


setECMP

void setECMP(boolean value)
Sets the value of the ecmp property.


isSetECMP

boolean isSetECMP()

unsetECMP

void unsetECMP()

getSPFtype

java.lang.String getSPFtype()
Gets the value of the spFtype property.

Returns:
possible object is String

setSPFtype

void setSPFtype(java.lang.String value)
Sets the value of the spFtype property.

Parameters:
value - allowed object is String

isSetSPFtype

boolean isSetSPFtype()

unsetSPFtype

void unsetSPFtype()


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