it.unina.scenario.model.jaxb
Interface LoadDistantDomainType

All Superinterfaces:
EventType
All Known Subinterfaces:
LoadDistantDomain

public interface LoadDistantDomainType
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/UNINA-Scenario-v0_1.xsd line 11)

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


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

Method Detail

getHost

java.lang.String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

void setHost(java.lang.String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

isSetHost

boolean isSetHost()

unsetHost

void unsetHost()

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.