|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPRoutingType
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 |
---|
StrategyType getStrategy()
StrategyType
void setStrategy(StrategyType value)
value
- allowed object is
StrategyType
boolean isSetStrategy()
void unsetStrategy()
java.lang.String getLlcId()
String
void setLlcId(java.lang.String value)
value
- allowed object is
String
boolean isSetLlcId()
void unsetLlcId()
boolean isECMP()
void setECMP(boolean value)
boolean isSetECMP()
void unsetECMP()
java.lang.String getSPFtype()
String
void setSPFtype(java.lang.String value)
value
- allowed object is
String
boolean isSetSPFtype()
void unsetSPFtype()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |