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

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.IGPWOCalculateWeightsTypeImpl
All Implemented Interfaces:
ASEventType, EventType, IGPWOCalculateWeightsType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
IGPWOCalculateWeightsImpl

public class IGPWOCalculateWeightsTypeImpl
extends ASEventTypeImpl
implements IGPWOCalculateWeightsType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
static class IGPWOCalculateWeightsTypeImpl.SamplingRateTypeImpl
           
static class IGPWOCalculateWeightsTypeImpl.TrafficMatrixTypeImpl
           
 class IGPWOCalculateWeightsTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.IGPWOCalculateWeightsType
IGPWOCalculateWeightsType.SamplingRateType, IGPWOCalculateWeightsType.TrafficMatrixType
 
Field Summary
protected  IgpwoInitialWeightArrayType _InitialWeightArray
           
protected  int _MaxPossibleWeight
           
protected  int _NbIter
           
protected  IGPWOCalculateWeightsType.SamplingRateType _SamplingRate
           
protected  int _Seed
           
protected  com.sun.xml.bind.util.ListImpl _TrafficMatrix
           
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
IGPWOCalculateWeightsTypeImpl()
           
 
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.
 IGPWOCalculateWeightsType.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 isSetInitialWeightArray()
           
 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 setMaxPossibleWeight(int value)
          Sets the value of the maxPossibleWeight property.
 void setNbIter(int value)
          Sets the value of the nbIter property.
 void setSamplingRate(IGPWOCalculateWeightsType.SamplingRateType value)
          Sets the value of the samplingRate property.
 void setSeed(int value)
          Sets the value of the seed property.
 void unsetInitialWeightArray()
           
 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

_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 IGPWOCalculateWeightsType.SamplingRateType _SamplingRate

_InitialWeightArray

protected IgpwoInitialWeightArrayType _InitialWeightArray

version

public static final java.lang.Class version
Constructor Detail

IGPWOCalculateWeightsTypeImpl

public IGPWOCalculateWeightsTypeImpl()
Method Detail

_getTrafficMatrix

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

getTrafficMatrix

public java.util.List getTrafficMatrix()
Description copied from interface: IGPWOCalculateWeightsType
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 IGPWOCalculateWeightsType.TrafficMatrixType

Specified by:
getTrafficMatrix in interface IGPWOCalculateWeightsType

isSetTrafficMatrix

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

unsetTrafficMatrix

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

getSeed

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

Specified by:
getSeed in interface IGPWOCalculateWeightsType

setSeed

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

Specified by:
setSeed in interface IGPWOCalculateWeightsType

isSetSeed

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

unsetSeed

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

getNbIter

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

Specified by:
getNbIter in interface IGPWOCalculateWeightsType

setNbIter

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

Specified by:
setNbIter in interface IGPWOCalculateWeightsType

isSetNbIter

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

unsetNbIter

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

getMaxPossibleWeight

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

Specified by:
getMaxPossibleWeight in interface IGPWOCalculateWeightsType

setMaxPossibleWeight

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

Specified by:
setMaxPossibleWeight in interface IGPWOCalculateWeightsType

isSetMaxPossibleWeight

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

unsetMaxPossibleWeight

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

getSamplingRate

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

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

setSamplingRate

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

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

isSetSamplingRate

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

unsetSamplingRate

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

getInitialWeightArray

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

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

setInitialWeightArray

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

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

isSetInitialWeightArray

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

unsetInitialWeightArray

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

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.