at.ftw.scenario.model.jaxb
Interface LSPDimensioningType

All Superinterfaces:
EventType
All Known Subinterfaces:
LSPDimensioning
All Known Implementing Classes:
LSPDimensioning, LSPDimensioningImpl, LSPDimensioningTypeImpl

public interface LSPDimensioningType
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:/shared_dir/belial/users/lepropre/eclipse/workspace/run-totem/src/resources/scenario/FTW-Scenario-v1_0.xsd line 47)

 <complexType>
   <complexContent>
     <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}eventType">
       <sequence>
         <element name="loadSample" type="{http://www.w3.org/2001/XMLSchema}float" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getLoadSample()
          Gets the value of the LoadSample property.
 boolean isSetLoadSample()
           
 void unsetLoadSample()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Method Detail

getLoadSample

java.util.List getLoadSample()
Gets the value of the LoadSample property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the LoadSample property.

For example, to add a new item, do as follows:

    getLoadSample().add(newItem);
 

Objects of the following type(s) are allowed in the list float


isSetLoadSample

boolean isSetLoadSample()

unsetLoadSample

void unsetLoadSample()


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