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

All Known Subinterfaces:
RttMeasurementRequest
All Known Implementing Classes:
RttMeasurementRequestImpl, RttMeasurementRequestTypeImpl

public interface RttMeasurementRequestType

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

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


Nested Class Summary
static interface RttMeasurementRequestType.RequestListType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getRequestList()
          Gets the value of the RequestList property.
 

Method Detail

getRequestList

java.util.List getRequestList()
Gets the value of the RequestList 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 RequestList property.

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

    getRequestList().add(newItem);
 

Objects of the following type(s) are allowed in the list RttMeasurementRequestType.RequestListType



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