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

All Superinterfaces:
javax.xml.bind.Element, ParamType
All Known Implementing Classes:
ParamImpl

public interface Param
extends javax.xml.bind.Element, ParamType

Java content class for param 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_2.xsd line 694)

 <element name="param">
   <complexType>
     <simpleContent>
       <extension base="<http://www.w3.org/2001/XMLSchema>string">
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </extension>
     </simpleContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ParamType
getName, getValue, isSetName, isSetValue, setName, setValue, unsetName, unsetValue
 



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