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

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

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


Nested Class Summary
 class RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl.PoissonParametersTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.math.BigDecimal _Lambda
           
protected  java.math.BigInteger _NumberOfObservations
           
protected  boolean _PoissonDistribution
           
protected  boolean _TakeFirstMeasureDirectly
           
protected  java.lang.String _TimingUnits
           
protected  boolean has_PoissonDistribution
           
protected  boolean has_TakeFirstMeasureDirectly
           
static java.lang.Class version
           
 
Constructor Summary
RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl.PoissonParametersTypeImpl()
           
 
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 getLambda()
          Gets the value of the lambda property.
 java.math.BigInteger getNumberOfObservations()
          Gets the value of the numberOfObservations property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getTimingUnits()
          Gets the value of the timingUnits property.
 boolean isPoissonDistribution()
          Gets the value of the poissonDistribution property.
 boolean isTakeFirstMeasureDirectly()
          Gets the value of the takeFirstMeasureDirectly 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 setLambda(java.math.BigDecimal value)
          Sets the value of the lambda property.
 void setNumberOfObservations(java.math.BigInteger value)
          Sets the value of the numberOfObservations property.
 void setPoissonDistribution(boolean value)
          Sets the value of the poissonDistribution property.
 void setTakeFirstMeasureDirectly(boolean value)
          Sets the value of the takeFirstMeasureDirectly property.
 void setTimingUnits(java.lang.String value)
          Sets the value of the timingUnits property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_TakeFirstMeasureDirectly

protected boolean has_TakeFirstMeasureDirectly

_TakeFirstMeasureDirectly

protected boolean _TakeFirstMeasureDirectly

_TimingUnits

protected java.lang.String _TimingUnits

_NumberOfObservations

protected java.math.BigInteger _NumberOfObservations

_Lambda

protected java.math.BigDecimal _Lambda

has_PoissonDistribution

protected boolean has_PoissonDistribution

_PoissonDistribution

protected boolean _PoissonDistribution

version

public static final java.lang.Class version
Constructor Detail

RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl.PoissonParametersTypeImpl

public RttMeasurementRequestTypeImpl.RequestListTypeImpl.RequestTypeImpl.PoissonParametersTypeImpl()
Method Detail

isTakeFirstMeasureDirectly

public boolean isTakeFirstMeasureDirectly()
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType
Gets the value of the takeFirstMeasureDirectly property.

Specified by:
isTakeFirstMeasureDirectly in interface RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

setTakeFirstMeasureDirectly

public void setTakeFirstMeasureDirectly(boolean value)
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType
Sets the value of the takeFirstMeasureDirectly property.

Specified by:
setTakeFirstMeasureDirectly in interface RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

getTimingUnits

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

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

setTimingUnits

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

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

getNumberOfObservations

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

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

setNumberOfObservations

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

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

getLambda

public java.math.BigDecimal getLambda()
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType
Gets the value of the lambda property.

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

setLambda

public void setLambda(java.math.BigDecimal value)
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType
Sets the value of the lambda property.

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

isPoissonDistribution

public boolean isPoissonDistribution()
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType
Gets the value of the poissonDistribution property.

Specified by:
isPoissonDistribution in interface RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

setPoissonDistribution

public void setPoissonDistribution(boolean value)
Description copied from interface: RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType
Sets the value of the poissonDistribution property.

Specified by:
setPoissonDistribution in interface RttMeasurementRequestType.RequestListType.RequestType.PoissonParametersType

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.