be.ac.ucl.ingi.totem.measurementRequest.model.jaxb
Interface RttMeasurementRequest

All Superinterfaces:
javax.xml.bind.Element, RttMeasurementRequestType
All Known Implementing Classes:
RttMeasurementRequestImpl

public interface RttMeasurementRequest
extends javax.xml.bind.Element, RttMeasurementRequestType

Java content class for rttMeasurementRequest element declaration.

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

 <element name="rttMeasurementRequest">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="requestList" maxOccurs="unbounded" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="subnetDNS" maxOccurs="unbounded">
                       <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                             <sequence>
                               <element name="subnet" type="{}subnet"/>
                               <element name="dnsServer" type="{}dnsServer" maxOccurs="unbounded"/>
                             </sequence>
                           </restriction>
                         </complexContent>
                       </complexType>
                     </element>
                     <element name="request" maxOccurs="unbounded">
                       <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>
                     </element>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface be.ac.ucl.ingi.totem.measurementRequest.model.jaxb.RttMeasurementRequestType
RttMeasurementRequestType.RequestListType
 
Method Summary
 
Methods inherited from interface be.ac.ucl.ingi.totem.measurementRequest.model.jaxb.RttMeasurementRequestType
getRequestList
 



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