be.ac.ucl.ingi.totem.measurementRequest.model.jaxb
Interface RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

All Known Implementing Classes:
RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl.PoissonParametersTypeImpl
Enclosing interface:
RttMeasurementRequestType.RequestListType.RequestType

public static interface RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/biom/biom1/tdekens/workspace/rtt/xml/measurementRequest.xsd line 32)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="poissonDistribution" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="numberOfObservations" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="lambda" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="timingUnits" type="{}delayUnits"/>
         <element name="takeFirstMeasureDirectly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.math.BigDecimal getLambda()
          Gets the value of the lambda property.
 java.math.BigInteger getNumberOfObservations()
          Gets the value of the numberOfObservations property.
 java.lang.String getTimingUnits()
          Gets the value of the timingUnits property.
 boolean isPoissonDistribution()
          Gets the value of the poissonDistribution property.
 boolean isTakeFirstMeasureDirectly()
          Gets the value of the takeFirstMeasureDirectly property.
 void setLambda(java.math.BigDecimal value)
          Sets the value of the lambda property.
 void setNumberOfObservations(java.math.BigInteger value)
          Sets the value of the numberOfObservations property.
 void setPoissonDistribution(boolean value)
          Sets the value of the poissonDistribution property.
 void setTakeFirstMeasureDirectly(boolean value)
          Sets the value of the takeFirstMeasureDirectly property.
 void setTimingUnits(java.lang.String value)
          Sets the value of the timingUnits property.
 

Method Detail

isTakeFirstMeasureDirectly

boolean isTakeFirstMeasureDirectly()
Gets the value of the takeFirstMeasureDirectly property.


setTakeFirstMeasureDirectly

void setTakeFirstMeasureDirectly(boolean value)
Sets the value of the takeFirstMeasureDirectly property.


getTimingUnits

java.lang.String getTimingUnits()
Gets the value of the timingUnits property.

Returns:
possible object is String

setTimingUnits

void setTimingUnits(java.lang.String value)
Sets the value of the timingUnits property.

Parameters:
value - allowed object is String

getNumberOfObservations

java.math.BigInteger getNumberOfObservations()
Gets the value of the numberOfObservations property.

Returns:
possible object is BigInteger

setNumberOfObservations

void setNumberOfObservations(java.math.BigInteger value)
Sets the value of the numberOfObservations property.

Parameters:
value - allowed object is BigInteger

getLambda

java.math.BigDecimal getLambda()
Gets the value of the lambda property.

Returns:
possible object is BigDecimal

setLambda

void setLambda(java.math.BigDecimal value)
Sets the value of the lambda property.

Parameters:
value - allowed object is BigDecimal

isPoissonDistribution

boolean isPoissonDistribution()
Gets the value of the poissonDistribution property.


setPoissonDistribution

void setPoissonDistribution(boolean value)
Sets the value of the poissonDistribution property.



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