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

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

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


Nested Class Summary
static class SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.ResultTypeImpl
           
 class SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ucl.ingi.totem.measurementReport.model.jaxb.SubnetMeasures.DnsServerMeasuresType.MeasureType
SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType
 
Field Summary
protected  java.lang.String _MeasurementMethod
           
protected  SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType _Result
           
protected  java.util.Calendar _TimeOfMeasurement
           
static java.lang.Class version
           
 
Constructor Summary
SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl()
           
 
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.lang.String getMeasurementMethod()
          Gets the value of the measurementMethod property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType getResult()
          Gets the value of the result property.
 java.util.Calendar getTimeOfMeasurement()
          Gets the value of the timeOfMeasurement 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 setMeasurementMethod(java.lang.String value)
          Sets the value of the measurementMethod property.
 void setResult(SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType value)
          Sets the value of the result property.
 void setTimeOfMeasurement(java.util.Calendar value)
          Sets the value of the timeOfMeasurement property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Result

protected SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType _Result

_MeasurementMethod

protected java.lang.String _MeasurementMethod

_TimeOfMeasurement

protected java.util.Calendar _TimeOfMeasurement

version

public static final java.lang.Class version
Constructor Detail

SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl

public SubnetMeasuresImpl.DnsServerMeasuresTypeImpl.MeasureTypeImpl()
Method Detail

getResult

public SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType getResult()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType
Gets the value of the result property.

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

setResult

public void setResult(SubnetMeasures.DnsServerMeasuresType.MeasureType.ResultType value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType
Sets the value of the result property.

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

getMeasurementMethod

public java.lang.String getMeasurementMethod()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType
Gets the value of the measurementMethod property.

Specified by:
getMeasurementMethod in interface SubnetMeasures.DnsServerMeasuresType.MeasureType
Returns:
possible object is String

setMeasurementMethod

public void setMeasurementMethod(java.lang.String value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType
Sets the value of the measurementMethod property.

Specified by:
setMeasurementMethod in interface SubnetMeasures.DnsServerMeasuresType.MeasureType
Parameters:
value - allowed object is String

getTimeOfMeasurement

public java.util.Calendar getTimeOfMeasurement()
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType
Gets the value of the timeOfMeasurement property.

Specified by:
getTimeOfMeasurement in interface SubnetMeasures.DnsServerMeasuresType.MeasureType
Returns:
possible object is Calendar

setTimeOfMeasurement

public void setTimeOfMeasurement(java.util.Calendar value)
Description copied from interface: SubnetMeasures.DnsServerMeasuresType.MeasureType
Sets the value of the timeOfMeasurement property.

Specified by:
setTimeOfMeasurement in interface SubnetMeasures.DnsServerMeasuresType.MeasureType
Parameters:
value - allowed object is Calendar

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.