be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface IGPWOCalculateWeightsType.SamplingRateType

All Known Implementing Classes:
IGPWOCalculateWeightsTypeImpl.SamplingRateTypeImpl
Enclosing interface:
IGPWOCalculateWeightsType

public static interface IGPWOCalculateWeightsType.SamplingRateType

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 353)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="initial" type="{http://www.w3.org/2001/XMLSchema}float" default="0.2" />
       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}float" default="0.4" />
       <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}float" default="0.01" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 float getInitial()
          Gets the value of the initial property.
 float getMax()
          Gets the value of the max property.
 float getMin()
          Gets the value of the min property.
 boolean isSetInitial()
           
 boolean isSetMax()
           
 boolean isSetMin()
           
 void setInitial(float value)
          Sets the value of the initial property.
 void setMax(float value)
          Sets the value of the max property.
 void setMin(float value)
          Sets the value of the min property.
 void unsetInitial()
           
 void unsetMax()
           
 void unsetMin()
           
 

Method Detail

getMax

float getMax()
Gets the value of the max property.


setMax

void setMax(float value)
Sets the value of the max property.


isSetMax

boolean isSetMax()

unsetMax

void unsetMax()

getInitial

float getInitial()
Gets the value of the initial property.


setInitial

void setInitial(float value)
Sets the value of the initial property.


isSetInitial

boolean isSetInitial()

unsetInitial

void unsetInitial()

getMin

float getMin()
Gets the value of the min property.


setMin

void setMin(float value)
Sets the value of the min property.


isSetMin

boolean isSetMin()

unsetMin

void unsetMin()


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