be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface LoadDomain
- All Superinterfaces:
- javax.xml.bind.Element, EventType, LoadDomainType
- All Known Implementing Classes:
- LoadDomain, LoadDomainImpl
public interface LoadDomain
- extends javax.xml.bind.Element, LoadDomainType
Java content class for loadDomain element declaration.
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_3.xsd line 127)
<element name="loadDomain">
<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>
</element>
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.LoadDomainType |
getFile, isDefaultDomain, isRemoveMultipleLinks, isSetDefaultDomain, isSetFile, isSetRemoveMultipleLinks, isSetUseBWSharing, isUseBWSharing, setDefaultDomain, setFile, setRemoveMultipleLinks, setUseBWSharing, unsetDefaultDomain, unsetFile, unsetRemoveMultipleLinks, unsetUseBWSharing |
Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.