be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl
Class BgpAwareIGPWOTypeImpl.SamplingRateTypeImpl

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.BgpAwareIGPWOTypeImpl.SamplingRateTypeImpl
All Implemented Interfaces:
BgpAwareIGPWOType.SamplingRateType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Enclosing class:
BgpAwareIGPWOTypeImpl

public static class BgpAwareIGPWOTypeImpl.SamplingRateTypeImpl
extends java.lang.Object
implements BgpAwareIGPWOType.SamplingRateType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class BgpAwareIGPWOTypeImpl.SamplingRateTypeImpl.Unmarshaller
           
 
Field Summary
protected  float _Initial
           
protected  float _Max
           
protected  float _Min
           
protected  boolean has_Initial
           
protected  boolean has_Max
           
protected  boolean has_Min
           
static java.lang.Class version
           
 
Constructor Summary
BgpAwareIGPWOTypeImpl.SamplingRateTypeImpl()
           
 
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.
 float getInitial()
          Gets the value of the initial property.
 float getMax()
          Gets the value of the max property.
 float getMin()
          Gets the value of the min property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isSetInitial()
           
 boolean isSetMax()
           
 boolean isSetMin()
           
 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 setInitial(float value)
          Sets the value of the initial property.
 void setMax(float value)
          Sets the value of the max property.
 void setMin(float value)
          Sets the value of the min property.
 void unsetInitial()
           
 void unsetMax()
           
 void unsetMin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_Max

protected boolean has_Max

_Max

protected float _Max

has_Initial

protected boolean has_Initial

_Initial

protected float _Initial

has_Min

protected boolean has_Min

_Min

protected float _Min

version

public static final java.lang.Class version
Constructor Detail

BgpAwareIGPWOTypeImpl.SamplingRateTypeImpl

public BgpAwareIGPWOTypeImpl.SamplingRateTypeImpl()
Method Detail

getMax

public float getMax()
Description copied from interface: BgpAwareIGPWOType.SamplingRateType
Gets the value of the max property.

Specified by:
getMax in interface BgpAwareIGPWOType.SamplingRateType

setMax

public void setMax(float value)
Description copied from interface: BgpAwareIGPWOType.SamplingRateType
Sets the value of the max property.

Specified by:
setMax in interface BgpAwareIGPWOType.SamplingRateType

isSetMax

public boolean isSetMax()
Specified by:
isSetMax in interface BgpAwareIGPWOType.SamplingRateType

unsetMax

public void unsetMax()
Specified by:
unsetMax in interface BgpAwareIGPWOType.SamplingRateType

getInitial

public float getInitial()
Description copied from interface: BgpAwareIGPWOType.SamplingRateType
Gets the value of the initial property.

Specified by:
getInitial in interface BgpAwareIGPWOType.SamplingRateType

setInitial

public void setInitial(float value)
Description copied from interface: BgpAwareIGPWOType.SamplingRateType
Sets the value of the initial property.

Specified by:
setInitial in interface BgpAwareIGPWOType.SamplingRateType

isSetInitial

public boolean isSetInitial()
Specified by:
isSetInitial in interface BgpAwareIGPWOType.SamplingRateType

unsetInitial

public void unsetInitial()
Specified by:
unsetInitial in interface BgpAwareIGPWOType.SamplingRateType

getMin

public float getMin()
Description copied from interface: BgpAwareIGPWOType.SamplingRateType
Gets the value of the min property.

Specified by:
getMin in interface BgpAwareIGPWOType.SamplingRateType

setMin

public void setMin(float value)
Description copied from interface: BgpAwareIGPWOType.SamplingRateType
Sets the value of the min property.

Specified by:
setMin in interface BgpAwareIGPWOType.SamplingRateType

isSetMin

public boolean isSetMin()
Specified by:
isSetMin in interface BgpAwareIGPWOType.SamplingRateType

unsetMin

public void unsetMin()
Specified by:
unsetMin in interface BgpAwareIGPWOType.SamplingRateType

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.