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

All Known Implementing Classes:
SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.ResultTypeImpl
Enclosing interface:
SubnetMeasures.DnsServerMeasuresType.MeasureType

public static interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType

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

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


Method Summary
 java.math.BigDecimal getAverage()
          Gets the value of the average property.
 java.math.BigDecimal getMaximum()
          Gets the value of the maximum property.
 java.math.BigDecimal getMeanAbsoluteDeviation()
          Gets the value of the meanAbsoluteDeviation property.
 java.math.BigDecimal getMinimum()
          Gets the value of the minimum property.
 java.math.BigDecimal getNumberOfObservations()
          Gets the value of the numberOfObservations property.
 java.math.BigDecimal getStandardDeviation()
          Gets the value of the standardDeviation property.
 java.math.BigDecimal getSuccessfulObservations()
          Gets the value of the successfulObservations property.
 void setAverage(java.math.BigDecimal value)
          Sets the value of the average property.
 void setMaximum(java.math.BigDecimal value)
          Sets the value of the maximum property.
 void setMeanAbsoluteDeviation(java.math.BigDecimal value)
          Sets the value of the meanAbsoluteDeviation property.
 void setMinimum(java.math.BigDecimal value)
          Sets the value of the minimum property.
 void setNumberOfObservations(java.math.BigDecimal value)
          Sets the value of the numberOfObservations property.
 void setStandardDeviation(java.math.BigDecimal value)
          Sets the value of the standardDeviation property.
 void setSuccessfulObservations(java.math.BigDecimal value)
          Sets the value of the successfulObservations property.
 

Method Detail

getMinimum

java.math.BigDecimal getMinimum()
Gets the value of the minimum property.

Returns:
possible object is BigDecimal

setMinimum

void setMinimum(java.math.BigDecimal value)
Sets the value of the minimum property.

Parameters:
value - allowed object is BigDecimal

getMeanAbsoluteDeviation

java.math.BigDecimal getMeanAbsoluteDeviation()
Gets the value of the meanAbsoluteDeviation property.

Returns:
possible object is BigDecimal

setMeanAbsoluteDeviation

void setMeanAbsoluteDeviation(java.math.BigDecimal value)
Sets the value of the meanAbsoluteDeviation property.

Parameters:
value - allowed object is BigDecimal

getMaximum

java.math.BigDecimal getMaximum()
Gets the value of the maximum property.

Returns:
possible object is BigDecimal

setMaximum

void setMaximum(java.math.BigDecimal value)
Sets the value of the maximum property.

Parameters:
value - allowed object is BigDecimal

getAverage

java.math.BigDecimal getAverage()
Gets the value of the average property.

Returns:
possible object is BigDecimal

setAverage

void setAverage(java.math.BigDecimal value)
Sets the value of the average property.

Parameters:
value - allowed object is BigDecimal

getNumberOfObservations

java.math.BigDecimal getNumberOfObservations()
Gets the value of the numberOfObservations property.

Returns:
possible object is BigDecimal

setNumberOfObservations

void setNumberOfObservations(java.math.BigDecimal value)
Sets the value of the numberOfObservations property.

Parameters:
value - allowed object is BigDecimal

getSuccessfulObservations

java.math.BigDecimal getSuccessfulObservations()
Gets the value of the successfulObservations property.

Returns:
possible object is BigDecimal

setSuccessfulObservations

void setSuccessfulObservations(java.math.BigDecimal value)
Sets the value of the successfulObservations property.

Parameters:
value - allowed object is BigDecimal

getStandardDeviation

java.math.BigDecimal getStandardDeviation()
Gets the value of the standardDeviation property.

Returns:
possible object is BigDecimal

setStandardDeviation

void setStandardDeviation(java.math.BigDecimal value)
Sets the value of the standardDeviation property.

Parameters:
value - allowed object is BigDecimal


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