be.ac.ucl.ingi.totem.scenario.model.jaxb
Interface CBGPPeerRecvType

All Superinterfaces:
EventType
All Known Subinterfaces:
CBGPPeerRecv
All Known Implementing Classes:
CBGPPeerRecv, CBGPPeerRecvImpl, CBGPPeerRecvTypeImpl

public interface CBGPPeerRecvType
extends EventType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/shared_dir/belial/users/lepropre/eclipse/workspace/run-totem/src/resources/scenario/CBGP-Scenario-v1_0.xsd line 101)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}eventType">
       <attribute name="msg" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="peer" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="router" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getMsg()
          Gets the value of the msg property.
 java.lang.String getPeer()
          Gets the value of the peer property.
 java.lang.String getRouter()
          Gets the value of the router property.
 boolean isSetMsg()
           
 boolean isSetPeer()
           
 boolean isSetRouter()
           
 void setMsg(java.lang.String value)
          Sets the value of the msg property.
 void setPeer(java.lang.String value)
          Sets the value of the peer property.
 void setRouter(java.lang.String value)
          Sets the value of the router property.
 void unsetMsg()
           
 void unsetPeer()
           
 void unsetRouter()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

getMsg

java.lang.String getMsg()
Gets the value of the msg property.

Returns:
possible object is String

setMsg

void setMsg(java.lang.String value)
Sets the value of the msg property.

Parameters:
value - allowed object is String

isSetMsg

boolean isSetMsg()

unsetMsg

void unsetMsg()

getRouter

java.lang.String getRouter()
Gets the value of the router property.

Returns:
possible object is String

setRouter

void setRouter(java.lang.String value)
Sets the value of the router property.

Parameters:
value - allowed object is String

isSetRouter

boolean isSetRouter()

unsetRouter

void unsetRouter()

getPeer

java.lang.String getPeer()
Gets the value of the peer property.

Returns:
possible object is String

setPeer

void setPeer(java.lang.String value)
Sets the value of the peer property.

Parameters:
value - allowed object is String

isSetPeer

boolean isSetPeer()

unsetPeer

void unsetPeer()


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