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

All Known Subinterfaces:
RttMeasurementReport
All Known Implementing Classes:
RttMeasurementReportImpl, RttMeasurementReportTypeImpl

public interface RttMeasurementReportType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="info" type="{}information"/>
         <element name="measures" type="{}subnetMeasures" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Information getInfo()
          Gets the value of the info property.
 java.util.List getMeasures()
          Gets the value of the Measures property.
 void setInfo(Information value)
          Sets the value of the info property.
 

Method Detail

getMeasures

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

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

    getMeasures().add(newItem);
 

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


getInfo

Information getInfo()
Gets the value of the info property.

Returns:
possible object is Information

setInfo

void setInfo(Information value)
Sets the value of the info property.

Parameters:
value - allowed object is Information


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