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

All Superinterfaces:
ASEventType, EventType
All Known Subinterfaces:
ListShortestPaths
All Known Implementing Classes:
ListShortestPaths, ListShortestPathsImpl, ListShortestPathsTypeImpl

public interface ListShortestPathsType
extends ASEventType

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_2.xsd line 534)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASEventType">
       <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="dst" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="nodeList" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="src" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDst()
          Gets the value of the dst property.
 java.lang.String getSPFtype()
          Gets the value of the spFtype property.
 java.lang.String getSrc()
          Gets the value of the src property.
 boolean isECMP()
          Gets the value of the ecmp property.
 boolean isNodeList()
          Gets the value of the nodeList property.
 boolean isSetDst()
           
 boolean isSetECMP()
           
 boolean isSetNodeList()
           
 boolean isSetSPFtype()
           
 boolean isSetSrc()
           
 void setDst(java.lang.String value)
          Sets the value of the dst property.
 void setECMP(boolean value)
          Sets the value of the ecmp property.
 void setNodeList(boolean value)
          Sets the value of the nodeList property.
 void setSPFtype(java.lang.String value)
          Sets the value of the spFtype property.
 void setSrc(java.lang.String value)
          Sets the value of the src property.
 void unsetDst()
           
 void unsetECMP()
           
 void unsetNodeList()
           
 void unsetSPFtype()
           
 void 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
 

Method Detail

getDst

java.lang.String getDst()
Gets the value of the dst property.

Returns:
possible object is String

setDst

void setDst(java.lang.String value)
Sets the value of the dst property.

Parameters:
value - allowed object is String

isSetDst

boolean isSetDst()

unsetDst

void unsetDst()

getSrc

java.lang.String getSrc()
Gets the value of the src property.

Returns:
possible object is String

setSrc

void setSrc(java.lang.String value)
Sets the value of the src property.

Parameters:
value - allowed object is String

isSetSrc

boolean isSetSrc()

unsetSrc

void unsetSrc()

isNodeList

boolean isNodeList()
Gets the value of the nodeList property.


setNodeList

void setNodeList(boolean value)
Sets the value of the nodeList property.


isSetNodeList

boolean isSetNodeList()

unsetNodeList

void unsetNodeList()

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.