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

All Superinterfaces:
EventType
All Known Subinterfaces:
LoadDomain
All Known Implementing Classes:
LoadDomain, LoadDomainImpl, LoadDomainTypeImpl

public interface LoadDomainType
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 118)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}eventType">
       <attribute name="defaultDomain" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="removeMultipleLinks" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="useBWSharing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getFile()
          Gets the value of the file property.
 boolean isDefaultDomain()
          Gets the value of the defaultDomain property.
 boolean isRemoveMultipleLinks()
          Gets the value of the removeMultipleLinks property.
 boolean isSetDefaultDomain()
           
 boolean isSetFile()
           
 boolean isSetRemoveMultipleLinks()
           
 boolean isSetUseBWSharing()
           
 boolean isUseBWSharing()
          Gets the value of the useBWSharing property.
 void setDefaultDomain(boolean value)
          Sets the value of the defaultDomain property.
 void setFile(java.lang.String value)
          Sets the value of the file property.
 void setRemoveMultipleLinks(boolean value)
          Sets the value of the removeMultipleLinks property.
 void setUseBWSharing(boolean value)
          Sets the value of the useBWSharing property.
 void unsetDefaultDomain()
           
 void unsetFile()
           
 void unsetRemoveMultipleLinks()
           
 void unsetUseBWSharing()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

isDefaultDomain

boolean isDefaultDomain()
Gets the value of the defaultDomain property.


setDefaultDomain

void setDefaultDomain(boolean value)
Sets the value of the defaultDomain property.


isSetDefaultDomain

boolean isSetDefaultDomain()

unsetDefaultDomain

void unsetDefaultDomain()

isUseBWSharing

boolean isUseBWSharing()
Gets the value of the useBWSharing property.


setUseBWSharing

void setUseBWSharing(boolean value)
Sets the value of the useBWSharing property.


isSetUseBWSharing

boolean isSetUseBWSharing()

unsetUseBWSharing

void unsetUseBWSharing()

isRemoveMultipleLinks

boolean isRemoveMultipleLinks()
Gets the value of the removeMultipleLinks property.


setRemoveMultipleLinks

void setRemoveMultipleLinks(boolean value)
Sets the value of the removeMultipleLinks property.


isSetRemoveMultipleLinks

boolean isSetRemoveMultipleLinks()

unsetRemoveMultipleLinks

void unsetRemoveMultipleLinks()

getFile

java.lang.String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

void setFile(java.lang.String value)
Sets the value of the file property.

Parameters:
value - allowed object is String

isSetFile

boolean isSetFile()

unsetFile

void unsetFile()


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