be.ac.ucl.ingi.totem.measurementReport.model.jaxb
Interface SubnetMeasures.DnsServerMeasuresType

All Known Implementing Classes:
SubnetMeasuresImpl.DnsServerMeasuresTypeImpl
Enclosing interface:
SubnetMeasures

public static interface SubnetMeasures.DnsServerMeasuresType

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/measurementReport.xsd line 39)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dnsServer" type="{}dnsServer"/>
         <element name="measure" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="measurementMethod" type="{}rttMeasurementMethod"/>
                   <element name="timeOfMeasurement" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
                   <element name="result">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="numberOfObservations" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                             <element name="successfulObservations" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                             <element name="minimum" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                             <element name="average" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                             <element name="maximum" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                             <element name="meanAbsoluteDeviation" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                             <element name="standardDeviation" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface SubnetMeasures.DnsServerMeasuresType.MeasureType
          Java content class for anonymous complex type.
 
Method Summary
 DnsServer getDnsServer()
          Gets the value of the dnsServer property.
 java.util.List getMeasure()
          Gets the value of the Measure property.
 void setDnsServer(DnsServer value)
          Sets the value of the dnsServer property.
 

Method Detail

getMeasure

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

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

    getMeasure().add(newItem);
 

Objects of the following type(s) are allowed in the list SubnetMeasures.DnsServerMeasuresType.MeasureType


getDnsServer

DnsServer getDnsServer()
Gets the value of the dnsServer property.

Returns:
possible object is DnsServer

setDnsServer

void setDnsServer(DnsServer value)
Sets the value of the dnsServer property.

Parameters:
value - allowed object is DnsServer


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