be.ac.ucl.ingi.totem.measurementRequest.model.jaxb.impl
Class RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl

java.lang.Object
  extended by be.ac.ucl.ingi.totem.measurementRequest.model.jaxb.impl.RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl
All Implemented Interfaces:
RttMeasurementRequestType.RequestListType.RequestType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Enclosing class:
RttMeasurementRequestTypeImpl.RequestListTypeImpl

public static class RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl
extends java.lang.Object
implements RttMeasurementRequestType.RequestListType.RequestType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
static class RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl.PoissonParametersTypeImpl
           
 class RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ucl.ingi.totem.measurementRequest.model.jaxb.RttMeasurementRequestType.RequestListType.RequestType
RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType
 
Field Summary
protected  java.lang.String _MeasurementMethod
           
protected  java.math.BigInteger _NumberOfQueries
           
protected  RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType _PoissonParameters
           
protected  boolean _RandomizeDnsInList
           
protected  java.util.Calendar _StartTime
           
protected  boolean has_RandomizeDnsInList
           
static java.lang.Class version
           
 
Constructor Summary
RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl()
           
 
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.math.BigInteger getNumberOfQueries()
          Gets the value of the numberOfQueries property.
 RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType getPoissonParameters()
          Gets the value of the poissonParameters property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.util.Calendar getStartTime()
          Gets the value of the startTime property.
 boolean isRandomizeDnsInList()
          Gets the value of the randomizeDnsInList 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 setNumberOfQueries(java.math.BigInteger value)
          Sets the value of the numberOfQueries property.
 void setPoissonParameters(RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType value)
          Sets the value of the poissonParameters property.
 void setRandomizeDnsInList(boolean value)
          Sets the value of the randomizeDnsInList property.
 void setStartTime(java.util.Calendar value)
          Sets the value of the startTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_StartTime

protected java.util.Calendar _StartTime

_PoissonParameters

protected RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType _PoissonParameters

_MeasurementMethod

protected java.lang.String _MeasurementMethod

_NumberOfQueries

protected java.math.BigInteger _NumberOfQueries

has_RandomizeDnsInList

protected boolean has_RandomizeDnsInList

_RandomizeDnsInList

protected boolean _RandomizeDnsInList

version

public static final java.lang.Class version
Constructor Detail

RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl

public RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl()
Method Detail

getStartTime

public java.util.Calendar getStartTime()
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Gets the value of the startTime property.

Specified by:
getStartTime in interface RttMeasurementRequestType.RequestListType.RequestType
Returns:
possible object is Calendar

setStartTime

public void setStartTime(java.util.Calendar value)
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Sets the value of the startTime property.

Specified by:
setStartTime in interface RttMeasurementRequestType.RequestListType.RequestType
Parameters:
value - allowed object is Calendar

getPoissonParameters

public RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType getPoissonParameters()
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Gets the value of the poissonParameters property.

Specified by:
getPoissonParameters in interface RttMeasurementRequestType.RequestListType.RequestType
Returns:
possible object is RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

setPoissonParameters

public void setPoissonParameters(RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType value)
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Sets the value of the poissonParameters property.

Specified by:
setPoissonParameters in interface RttMeasurementRequestType.RequestListType.RequestType
Parameters:
value - allowed object is RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

getMeasurementMethod

public java.lang.String getMeasurementMethod()
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Gets the value of the measurementMethod property.

Specified by:
getMeasurementMethod in interface RttMeasurementRequestType.RequestListType.RequestType
Returns:
possible object is String

setMeasurementMethod

public void setMeasurementMethod(java.lang.String value)
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Sets the value of the measurementMethod property.

Specified by:
setMeasurementMethod in interface RttMeasurementRequestType.RequestListType.RequestType
Parameters:
value - allowed object is String

getNumberOfQueries

public java.math.BigInteger getNumberOfQueries()
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Gets the value of the numberOfQueries property.

Specified by:
getNumberOfQueries in interface RttMeasurementRequestType.RequestListType.RequestType
Returns:
possible object is BigInteger

setNumberOfQueries

public void setNumberOfQueries(java.math.BigInteger value)
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Sets the value of the numberOfQueries property.

Specified by:
setNumberOfQueries in interface RttMeasurementRequestType.RequestListType.RequestType
Parameters:
value - allowed object is BigInteger

isRandomizeDnsInList

public boolean isRandomizeDnsInList()
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Gets the value of the randomizeDnsInList property.

Specified by:
isRandomizeDnsInList in interface RttMeasurementRequestType.RequestListType.RequestType

setRandomizeDnsInList

public void setRandomizeDnsInList(boolean value)
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType
Sets the value of the randomizeDnsInList property.

Specified by:
setRandomizeDnsInList in interface RttMeasurementRequestType.RequestListType.RequestType

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.