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

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

public static interface RttMeasurementRequestType.RequestListType

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

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


Nested Class Summary
static interface RttMeasurementRequestType.RequestListType.RequestType
          Java content class for anonymous complex type.
static interface RttMeasurementRequestType.RequestListType.SubnetDNSType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getRequest()
          Gets the value of the Request property.
 java.util.List getSubnetDNS()
          Gets the value of the SubnetDNS property.
 

Method Detail

getSubnetDNS

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

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

    getSubnetDNS().add(newItem);
 

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


getRequest

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

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

    getRequest().add(newItem);
 

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



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