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

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

public static interface RttMeasurementRequestType.RequestListType.RequestType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="poissonParameters">
           <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>
         </element>
         <element name="measurementMethod" type="{}rttMeasurementMethod"/>
         <element name="numberOfQueries" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="randomizeDnsInList" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getMeasurementMethod()
          Gets the value of the measurementMethod property.
 java.math.BigInteger getNumberOfQueries()
          Gets the value of the numberOfQueries property.
 RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType getPoissonParameters()
          Gets the value of the poissonParameters property.
 java.util.Calendar getStartTime()
          Gets the value of the startTime property.
 boolean isRandomizeDnsInList()
          Gets the value of the randomizeDnsInList property.
 void setMeasurementMethod(java.lang.String value)
          Sets the value of the measurementMethod property.
 void setNumberOfQueries(java.math.BigInteger value)
          Sets the value of the numberOfQueries property.
 void setPoissonParameters(RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType value)
          Sets the value of the poissonParameters property.
 void setRandomizeDnsInList(boolean value)
          Sets the value of the randomizeDnsInList property.
 void setStartTime(java.util.Calendar value)
          Sets the value of the startTime property.
 

Method Detail

getStartTime

java.util.Calendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is Calendar

setStartTime

void setStartTime(java.util.Calendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is Calendar

getPoissonParameters

RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType getPoissonParameters()
Gets the value of the poissonParameters property.

Returns:
possible object is RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

setPoissonParameters

void setPoissonParameters(RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType value)
Sets the value of the poissonParameters property.

Parameters:
value - allowed object is RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

getMeasurementMethod

java.lang.String getMeasurementMethod()
Gets the value of the measurementMethod property.

Returns:
possible object is String

setMeasurementMethod

void setMeasurementMethod(java.lang.String value)
Sets the value of the measurementMethod property.

Parameters:
value - allowed object is String

getNumberOfQueries

java.math.BigInteger getNumberOfQueries()
Gets the value of the numberOfQueries property.

Returns:
possible object is BigInteger

setNumberOfQueries

void setNumberOfQueries(java.math.BigInteger value)
Sets the value of the numberOfQueries property.

Parameters:
value - allowed object is BigInteger

isRandomizeDnsInList

boolean isRandomizeDnsInList()
Gets the value of the randomizeDnsInList property.


setRandomizeDnsInList

void setRandomizeDnsInList(boolean value)
Sets the value of the randomizeDnsInList property.



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