be.ac.ucl.ingi.totem.measurementReport.model.jaxb.impl
Class SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.ResultTypeImpl

java.lang.Object
  extended by be.ac.ucl.ingi.totem.measurementReport.model.jaxb.impl.SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.ResultTypeImpl
All Implemented Interfaces:
SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Enclosing class:
SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl

public static class SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.ResultTypeImpl
extends java.lang.Object
implements SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.ResultTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.math.BigDecimal _Average
           
protected  java.math.BigDecimal _Maximum
           
protected  java.math.BigDecimal _MeanAbsoluteDeviation
           
protected  java.math.BigDecimal _Minimum
           
protected  java.math.BigDecimal _NumberOfObservations
           
protected  java.math.BigDecimal _StandardDeviation
           
protected  java.math.BigDecimal _SuccessfulObservations
           
static java.lang.Class version
           
 
Constructor Summary
SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.ResultTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 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.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.math.BigDecimal getStandardDeviation()
          Gets the value of the standardDeviation property.
 java.math.BigDecimal getSuccessfulObservations()
          Gets the value of the successfulObservations property.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Minimum

protected java.math.BigDecimal _Minimum

_MeanAbsoluteDeviation

protected java.math.BigDecimal _MeanAbsoluteDeviation

_Maximum

protected java.math.BigDecimal _Maximum

_Average

protected java.math.BigDecimal _Average

_NumberOfObservations

protected java.math.BigDecimal _NumberOfObservations

_SuccessfulObservations

protected java.math.BigDecimal _SuccessfulObservations

_StandardDeviation

protected java.math.BigDecimal _StandardDeviation

version

public static final java.lang.Class version
Constructor Detail

SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.ResultTypeImpl

public SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.ResultTypeImpl()
Method Detail

getMinimum

public java.math.BigDecimal getMinimum()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Gets the value of the minimum property.

Specified by:
getMinimum in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Returns:
possible object is BigDecimal

setMinimum

public void setMinimum(java.math.BigDecimal value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Sets the value of the minimum property.

Specified by:
setMinimum in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Parameters:
value - allowed object is BigDecimal

getMeanAbsoluteDeviation

public java.math.BigDecimal getMeanAbsoluteDeviation()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Gets the value of the meanAbsoluteDeviation property.

Specified by:
getMeanAbsoluteDeviation in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Returns:
possible object is BigDecimal

setMeanAbsoluteDeviation

public void setMeanAbsoluteDeviation(java.math.BigDecimal value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Sets the value of the meanAbsoluteDeviation property.

Specified by:
setMeanAbsoluteDeviation in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Parameters:
value - allowed object is BigDecimal

getMaximum

public java.math.BigDecimal getMaximum()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Gets the value of the maximum property.

Specified by:
getMaximum in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Returns:
possible object is BigDecimal

setMaximum

public void setMaximum(java.math.BigDecimal value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Sets the value of the maximum property.

Specified by:
setMaximum in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Parameters:
value - allowed object is BigDecimal

getAverage

public java.math.BigDecimal getAverage()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Gets the value of the average property.

Specified by:
getAverage in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Returns:
possible object is BigDecimal

setAverage

public void setAverage(java.math.BigDecimal value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Sets the value of the average property.

Specified by:
setAverage in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Parameters:
value - allowed object is BigDecimal

getNumberOfObservations

public java.math.BigDecimal getNumberOfObservations()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Gets the value of the numberOfObservations property.

Specified by:
getNumberOfObservations in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Returns:
possible object is BigDecimal

setNumberOfObservations

public void setNumberOfObservations(java.math.BigDecimal value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Sets the value of the numberOfObservations property.

Specified by:
setNumberOfObservations in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Parameters:
value - allowed object is BigDecimal

getSuccessfulObservations

public java.math.BigDecimal getSuccessfulObservations()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Gets the value of the successfulObservations property.

Specified by:
getSuccessfulObservations in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Returns:
possible object is BigDecimal

setSuccessfulObservations

public void setSuccessfulObservations(java.math.BigDecimal value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Sets the value of the successfulObservations property.

Specified by:
setSuccessfulObservations in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Parameters:
value - allowed object is BigDecimal

getStandardDeviation

public java.math.BigDecimal getStandardDeviation()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Gets the value of the standardDeviation property.

Specified by:
getStandardDeviation in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Returns:
possible object is BigDecimal

setStandardDeviation

public void setStandardDeviation(java.math.BigDecimal value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Sets the value of the standardDeviation property.

Specified by:
setStandardDeviation in interface SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
Parameters:
value - allowed object is BigDecimal

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject


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