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

All Known Implementing Classes:
SubnetMeasuresImpl

public interface SubnetMeasures

Java content class for subnetMeasures 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 35)

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


Nested Class Summary
static interface SubnetMeasures.DnsServerMeasuresType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getDnsServerMeasures()
          Gets the value of the DnsServerMeasures property.
 Subnet getSubnet()
          Gets the value of the subnet property.
 void setSubnet(Subnet value)
          Sets the value of the subnet property.
 

Method Detail

getSubnet

Subnet getSubnet()
Gets the value of the subnet property.

Returns:
possible object is Subnet

setSubnet

void setSubnet(Subnet value)
Sets the value of the subnet property.

Parameters:
value - allowed object is Subnet

getDnsServerMeasures

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

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

    getDnsServerMeasures().add(newItem);
 

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



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