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

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
      extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
          extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.BgpAwareIGPWOTypeImpl
All Implemented Interfaces:
ASEventType, BgpAwareIGPWOType, EventType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
BgpAwareIGPWOImpl

public class BgpAwareIGPWOTypeImpl
extends ASEventTypeImpl
implements BgpAwareIGPWOType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
static class BgpAwareIGPWOTypeImpl.SamplingRateTypeImpl
           
static class BgpAwareIGPWOTypeImpl.TrafficMatrixTypeImpl
           
 class BgpAwareIGPWOTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.BgpAwareIGPWOType
BgpAwareIGPWOType.SamplingRateType, BgpAwareIGPWOType.TrafficMatrixType
 
Field Summary
protected  IgpwoInitialWeightArrayType _InitialWeightArray
           
protected  boolean _InterdomainTE
           
protected  int _MaxPossibleWeight
           
protected  int _NbIter
           
protected  BgpAwareIGPWOType.SamplingRateType _SamplingRate
           
protected  int _Seed
           
protected  com.sun.xml.bind.util.ListImpl _TrafficMatrix
           
protected  boolean has_InterdomainTE
           
protected  boolean has_MaxPossibleWeight
           
protected  boolean has_NbIter
           
protected  boolean has_Seed
           
static java.lang.Class version
           
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
_ASID, has_ASID
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
_Time
 
Constructor Summary
BgpAwareIGPWOTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getTrafficMatrix()
           
 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.
 IgpwoInitialWeightArrayType getInitialWeightArray()
          Gets the value of the initialWeightArray property.
 int getMaxPossibleWeight()
          Gets the value of the maxPossibleWeight property.
 int getNbIter()
          Gets the value of the nbIter property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 BgpAwareIGPWOType.SamplingRateType getSamplingRate()
          Gets the value of the samplingRate property.
 int getSeed()
          Gets the value of the seed property.
 java.util.List getTrafficMatrix()
          Gets the value of the TrafficMatrix property.
 boolean isInterdomainTE()
          Gets the value of the interdomainTE property.
 boolean isSetInitialWeightArray()
           
 boolean isSetInterdomainTE()
           
 boolean isSetMaxPossibleWeight()
           
 boolean isSetNbIter()
           
 boolean isSetSamplingRate()
           
 boolean isSetSeed()
           
 boolean isSetTrafficMatrix()
           
 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 setInitialWeightArray(IgpwoInitialWeightArrayType value)
          Sets the value of the initialWeightArray property.
 void setInterdomainTE(boolean value)
          Sets the value of the interdomainTE property.
 void setMaxPossibleWeight(int value)
          Sets the value of the maxPossibleWeight property.
 void setNbIter(int value)
          Sets the value of the nbIter property.
 void setSamplingRate(BgpAwareIGPWOType.SamplingRateType value)
          Sets the value of the samplingRate property.
 void setSeed(int value)
          Sets the value of the seed property.
 void unsetInitialWeightArray()
           
 void unsetInterdomainTE()
           
 void unsetMaxPossibleWeight()
           
 void unsetNbIter()
           
 void unsetSamplingRate()
           
 void unsetSeed()
           
 void unsetTrafficMatrix()
           
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
getTime, isSetTime, setTime, unsetTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASEventType
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

Field Detail

has_InterdomainTE

protected boolean has_InterdomainTE

_InterdomainTE

protected boolean _InterdomainTE

_TrafficMatrix

protected com.sun.xml.bind.util.ListImpl _TrafficMatrix

has_Seed

protected boolean has_Seed

_Seed

protected int _Seed

has_NbIter

protected boolean has_NbIter

_NbIter

protected int _NbIter

has_MaxPossibleWeight

protected boolean has_MaxPossibleWeight

_MaxPossibleWeight

protected int _MaxPossibleWeight

_SamplingRate

protected BgpAwareIGPWOType.SamplingRateType _SamplingRate

_InitialWeightArray

protected IgpwoInitialWeightArrayType _InitialWeightArray

version

public static final java.lang.Class version
Constructor Detail

BgpAwareIGPWOTypeImpl

public BgpAwareIGPWOTypeImpl()
Method Detail

isInterdomainTE

public boolean isInterdomainTE()
Description copied from interface: BgpAwareIGPWOType
Gets the value of the interdomainTE property.

Specified by:
isInterdomainTE in interface BgpAwareIGPWOType

setInterdomainTE

public void setInterdomainTE(boolean value)
Description copied from interface: BgpAwareIGPWOType
Sets the value of the interdomainTE property.

Specified by:
setInterdomainTE in interface BgpAwareIGPWOType

isSetInterdomainTE

public boolean isSetInterdomainTE()
Specified by:
isSetInterdomainTE in interface BgpAwareIGPWOType

unsetInterdomainTE

public void unsetInterdomainTE()
Specified by:
unsetInterdomainTE in interface BgpAwareIGPWOType

_getTrafficMatrix

protected com.sun.xml.bind.util.ListImpl _getTrafficMatrix()

getTrafficMatrix

public java.util.List getTrafficMatrix()
Description copied from interface: BgpAwareIGPWOType
Gets the value of the TrafficMatrix property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the TrafficMatrix property.

For example, to add a new item, do as follows:

    getTrafficMatrix().add(newItem);
 

Objects of the following type(s) are allowed in the list BgpAwareIGPWOType.TrafficMatrixType

Specified by:
getTrafficMatrix in interface BgpAwareIGPWOType

isSetTrafficMatrix

public boolean isSetTrafficMatrix()
Specified by:
isSetTrafficMatrix in interface BgpAwareIGPWOType

unsetTrafficMatrix

public void unsetTrafficMatrix()
Specified by:
unsetTrafficMatrix in interface BgpAwareIGPWOType

getSeed

public int getSeed()
Description copied from interface: BgpAwareIGPWOType
Gets the value of the seed property.

Specified by:
getSeed in interface BgpAwareIGPWOType

setSeed

public void setSeed(int value)
Description copied from interface: BgpAwareIGPWOType
Sets the value of the seed property.

Specified by:
setSeed in interface BgpAwareIGPWOType

isSetSeed

public boolean isSetSeed()
Specified by:
isSetSeed in interface BgpAwareIGPWOType

unsetSeed

public void unsetSeed()
Specified by:
unsetSeed in interface BgpAwareIGPWOType

getNbIter

public int getNbIter()
Description copied from interface: BgpAwareIGPWOType
Gets the value of the nbIter property.

Specified by:
getNbIter in interface BgpAwareIGPWOType

setNbIter

public void setNbIter(int value)
Description copied from interface: BgpAwareIGPWOType
Sets the value of the nbIter property.

Specified by:
setNbIter in interface BgpAwareIGPWOType

isSetNbIter

public boolean isSetNbIter()
Specified by:
isSetNbIter in interface BgpAwareIGPWOType

unsetNbIter

public void unsetNbIter()
Specified by:
unsetNbIter in interface BgpAwareIGPWOType

getMaxPossibleWeight

public int getMaxPossibleWeight()
Description copied from interface: BgpAwareIGPWOType
Gets the value of the maxPossibleWeight property.

Specified by:
getMaxPossibleWeight in interface BgpAwareIGPWOType

setMaxPossibleWeight

public void setMaxPossibleWeight(int value)
Description copied from interface: BgpAwareIGPWOType
Sets the value of the maxPossibleWeight property.

Specified by:
setMaxPossibleWeight in interface BgpAwareIGPWOType

isSetMaxPossibleWeight

public boolean isSetMaxPossibleWeight()
Specified by:
isSetMaxPossibleWeight in interface BgpAwareIGPWOType

unsetMaxPossibleWeight

public void unsetMaxPossibleWeight()
Specified by:
unsetMaxPossibleWeight in interface BgpAwareIGPWOType

getSamplingRate

public BgpAwareIGPWOType.SamplingRateType getSamplingRate()
Description copied from interface: BgpAwareIGPWOType
Gets the value of the samplingRate property.

Specified by:
getSamplingRate in interface BgpAwareIGPWOType
Returns:
possible object is BgpAwareIGPWOType.SamplingRateType

setSamplingRate

public void setSamplingRate(BgpAwareIGPWOType.SamplingRateType value)
Description copied from interface: BgpAwareIGPWOType
Sets the value of the samplingRate property.

Specified by:
setSamplingRate in interface BgpAwareIGPWOType
Parameters:
value - allowed object is BgpAwareIGPWOType.SamplingRateType

isSetSamplingRate

public boolean isSetSamplingRate()
Specified by:
isSetSamplingRate in interface BgpAwareIGPWOType

unsetSamplingRate

public void unsetSamplingRate()
Specified by:
unsetSamplingRate in interface BgpAwareIGPWOType

getInitialWeightArray

public IgpwoInitialWeightArrayType getInitialWeightArray()
Description copied from interface: BgpAwareIGPWOType
Gets the value of the initialWeightArray property.

Specified by:
getInitialWeightArray in interface BgpAwareIGPWOType
Returns:
possible object is IgpwoInitialWeightArrayType

setInitialWeightArray

public void setInitialWeightArray(IgpwoInitialWeightArrayType value)
Description copied from interface: BgpAwareIGPWOType
Sets the value of the initialWeightArray property.

Specified by:
setInitialWeightArray in interface BgpAwareIGPWOType
Parameters:
value - allowed object is IgpwoInitialWeightArrayType

isSetInitialWeightArray

public boolean isSetInitialWeightArray()
Specified by:
isSetInitialWeightArray in interface BgpAwareIGPWOType

unsetInitialWeightArray

public void unsetInitialWeightArray()
Specified by:
unsetInitialWeightArray in interface BgpAwareIGPWOType

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
Overrides:
createUnmarshaller in class ASEventTypeImpl

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
Overrides:
serializeBody in class ASEventTypeImpl
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
Overrides:
serializeAttributes in class ASEventTypeImpl
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
Overrides:
serializeURIs in class ASEventTypeImpl
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
Overrides:
getPrimaryInterface in class ASEventTypeImpl

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
Overrides:
createRawValidator in class ASEventTypeImpl


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