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

All Superinterfaces:
ASEventType, ASTMEventType, EventType
All Known Subinterfaces:
ShowLinkInfo
All Known Implementing Classes:
ShowLinkInfo, ShowLinkInfoImpl, ShowLinkInfoTypeImpl

public interface ShowLinkInfoType
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_2.xsd line 403)

 <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="type" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}infoLinkType" default="LOAD" />
       <attribute name="verbose" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getSPFtype()
          Gets the value of the spFtype property.
 InfoLinkType getType()
          Gets the value of the type property.
 boolean isECMP()
          Gets the value of the ecmp property.
 boolean isSetECMP()
           
 boolean isSetSPFtype()
           
 boolean isSetType()
           
 boolean isSetVerbose()
           
 boolean isVerbose()
          Gets the value of the verbose property.
 void setECMP(boolean value)
          Sets the value of the ecmp property.
 void setSPFtype(java.lang.String value)
          Sets the value of the spFtype property.
 void setType(InfoLinkType value)
          Sets the value of the type property.
 void setVerbose(boolean value)
          Sets the value of the verbose property.
 void unsetECMP()
           
 void unsetSPFtype()
           
 void unsetType()
           
 void unsetVerbose()
           
 
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

getType

InfoLinkType getType()
Gets the value of the type property.

Returns:
possible object is InfoLinkType

setType

void setType(InfoLinkType value)
Sets the value of the type property.

Parameters:
value - allowed object is InfoLinkType

isSetType

boolean isSetType()

unsetType

void unsetType()

isVerbose

boolean isVerbose()
Gets the value of the verbose property.


setVerbose

void setVerbose(boolean value)
Sets the value of the verbose property.


isSetVerbose

boolean isSetVerbose()

unsetVerbose

void unsetVerbose()

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.