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

All Superinterfaces:
EventType
All Known Subinterfaces:
StartScenarioServer
All Known Implementing Classes:
StartScenarioServer, StartScenarioServerImpl, StartScenarioServerTypeImpl

public interface StartScenarioServerType
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:/home/monfort/Projects/run-totem/src/resources/scenario/Scenario-v1_2.xsd line 656)

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


Method Summary
 int getPort()
          Gets the value of the port property.
 boolean isSetPort()
           
 void setPort(int value)
          Sets the value of the port property.
 void unsetPort()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

getPort

int getPort()
Gets the value of the port property.


setPort

void setPort(int value)
Sets the value of the port property.


isSetPort

boolean isSetPort()

unsetPort

void unsetPort()


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