be.ac.ulg.montefiore.run.totem.repository.SAMTE.scenario.jaxb.impl
Class SimulatedAnnealingTypeImpl

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.repository.SAMTE.scenario.jaxb.impl.SimulatedAnnealingTypeImpl
All Implemented Interfaces:
SimulatedAnnealingType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
SimulatedAnnealingImpl

public class SimulatedAnnealingTypeImpl
extends java.lang.Object
implements SimulatedAnnealingType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class SimulatedAnnealingTypeImpl.Unmarshaller
           
 
Field Summary
protected  float _Alpha
           
protected  int _E
           
protected  InitialSolutionType _InitialSolution
           
protected  int _K
           
protected  int _L
           
protected  NeighbourhoodType _Neighbourhood
           
protected  ObjectiveFunctionType _ObjectiveFunction
           
protected  float _T0
           
protected  boolean has_Alpha
           
protected  boolean has_E
           
protected  boolean has_K
           
protected  boolean has_L
           
protected  boolean has_T0
           
static java.lang.Class version
           
 
Constructor Summary
SimulatedAnnealingTypeImpl()
           
 
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 getAlpha()
          Gets the value of the alpha property.
 int getE()
          Gets the value of the e property.
 InitialSolutionType getInitialSolution()
          Gets the value of the initialSolution property.
 int getK()
          Gets the value of the k property.
 int getL()
          Gets the value of the l property.
 NeighbourhoodType getNeighbourhood()
          Gets the value of the neighbourhood property.
 ObjectiveFunctionType getObjectiveFunction()
          Gets the value of the objectiveFunction property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 float getT0()
          Gets the value of the t0 property.
 boolean isSetAlpha()
           
 boolean isSetE()
           
 boolean isSetInitialSolution()
           
 boolean isSetK()
           
 boolean isSetL()
           
 boolean isSetNeighbourhood()
           
 boolean isSetObjectiveFunction()
           
 boolean isSetT0()
           
 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 setAlpha(float value)
          Sets the value of the alpha property.
 void setE(int value)
          Sets the value of the e property.
 void setInitialSolution(InitialSolutionType value)
          Sets the value of the initialSolution property.
 void setK(int value)
          Sets the value of the k property.
 void setL(int value)
          Sets the value of the l property.
 void setNeighbourhood(NeighbourhoodType value)
          Sets the value of the neighbourhood property.
 void setObjectiveFunction(ObjectiveFunctionType value)
          Sets the value of the objectiveFunction property.
 void setT0(float value)
          Sets the value of the t0 property.
 void unsetAlpha()
           
 void unsetE()
           
 void unsetInitialSolution()
           
 void unsetK()
           
 void unsetL()
           
 void unsetNeighbourhood()
           
 void unsetObjectiveFunction()
           
 void unsetT0()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Neighbourhood

protected NeighbourhoodType _Neighbourhood

has_Alpha

protected boolean has_Alpha

_Alpha

protected float _Alpha

has_K

protected boolean has_K

_K

protected int _K

_InitialSolution

protected InitialSolutionType _InitialSolution

has_T0

protected boolean has_T0

_T0

protected float _T0

has_L

protected boolean has_L

_L

protected int _L

_ObjectiveFunction

protected ObjectiveFunctionType _ObjectiveFunction

has_E

protected boolean has_E

_E

protected int _E

version

public static final java.lang.Class version
Constructor Detail

SimulatedAnnealingTypeImpl

public SimulatedAnnealingTypeImpl()
Method Detail

getNeighbourhood

public NeighbourhoodType getNeighbourhood()
Description copied from interface: SimulatedAnnealingType
Gets the value of the neighbourhood property.

Specified by:
getNeighbourhood in interface SimulatedAnnealingType
Returns:
possible object is NeighbourhoodType

setNeighbourhood

public void setNeighbourhood(NeighbourhoodType value)
Description copied from interface: SimulatedAnnealingType
Sets the value of the neighbourhood property.

Specified by:
setNeighbourhood in interface SimulatedAnnealingType
Parameters:
value - allowed object is NeighbourhoodType

isSetNeighbourhood

public boolean isSetNeighbourhood()
Specified by:
isSetNeighbourhood in interface SimulatedAnnealingType

unsetNeighbourhood

public void unsetNeighbourhood()
Specified by:
unsetNeighbourhood in interface SimulatedAnnealingType

getAlpha

public float getAlpha()
Description copied from interface: SimulatedAnnealingType
Gets the value of the alpha property.

Specified by:
getAlpha in interface SimulatedAnnealingType

setAlpha

public void setAlpha(float value)
Description copied from interface: SimulatedAnnealingType
Sets the value of the alpha property.

Specified by:
setAlpha in interface SimulatedAnnealingType

isSetAlpha

public boolean isSetAlpha()
Specified by:
isSetAlpha in interface SimulatedAnnealingType

unsetAlpha

public void unsetAlpha()
Specified by:
unsetAlpha in interface SimulatedAnnealingType

getK

public int getK()
Description copied from interface: SimulatedAnnealingType
Gets the value of the k property.

Specified by:
getK in interface SimulatedAnnealingType

setK

public void setK(int value)
Description copied from interface: SimulatedAnnealingType
Sets the value of the k property.

Specified by:
setK in interface SimulatedAnnealingType

isSetK

public boolean isSetK()
Specified by:
isSetK in interface SimulatedAnnealingType

unsetK

public void unsetK()
Specified by:
unsetK in interface SimulatedAnnealingType

getInitialSolution

public InitialSolutionType getInitialSolution()
Description copied from interface: SimulatedAnnealingType
Gets the value of the initialSolution property.

Specified by:
getInitialSolution in interface SimulatedAnnealingType
Returns:
possible object is InitialSolutionType

setInitialSolution

public void setInitialSolution(InitialSolutionType value)
Description copied from interface: SimulatedAnnealingType
Sets the value of the initialSolution property.

Specified by:
setInitialSolution in interface SimulatedAnnealingType
Parameters:
value - allowed object is InitialSolutionType

isSetInitialSolution

public boolean isSetInitialSolution()
Specified by:
isSetInitialSolution in interface SimulatedAnnealingType

unsetInitialSolution

public void unsetInitialSolution()
Specified by:
unsetInitialSolution in interface SimulatedAnnealingType

getT0

public float getT0()
Description copied from interface: SimulatedAnnealingType
Gets the value of the t0 property.

Specified by:
getT0 in interface SimulatedAnnealingType

setT0

public void setT0(float value)
Description copied from interface: SimulatedAnnealingType
Sets the value of the t0 property.

Specified by:
setT0 in interface SimulatedAnnealingType

isSetT0

public boolean isSetT0()
Specified by:
isSetT0 in interface SimulatedAnnealingType

unsetT0

public void unsetT0()
Specified by:
unsetT0 in interface SimulatedAnnealingType

getL

public int getL()
Description copied from interface: SimulatedAnnealingType
Gets the value of the l property.

Specified by:
getL in interface SimulatedAnnealingType

setL

public void setL(int value)
Description copied from interface: SimulatedAnnealingType
Sets the value of the l property.

Specified by:
setL in interface SimulatedAnnealingType

isSetL

public boolean isSetL()
Specified by:
isSetL in interface SimulatedAnnealingType

unsetL

public void unsetL()
Specified by:
unsetL in interface SimulatedAnnealingType

getObjectiveFunction

public ObjectiveFunctionType getObjectiveFunction()
Description copied from interface: SimulatedAnnealingType
Gets the value of the objectiveFunction property.

Specified by:
getObjectiveFunction in interface SimulatedAnnealingType
Returns:
possible object is ObjectiveFunction ObjectiveFunctionType

setObjectiveFunction

public void setObjectiveFunction(ObjectiveFunctionType value)
Description copied from interface: SimulatedAnnealingType
Sets the value of the objectiveFunction property.

Specified by:
setObjectiveFunction in interface SimulatedAnnealingType
Parameters:
value - allowed object is ObjectiveFunction ObjectiveFunctionType

isSetObjectiveFunction

public boolean isSetObjectiveFunction()
Specified by:
isSetObjectiveFunction in interface SimulatedAnnealingType

unsetObjectiveFunction

public void unsetObjectiveFunction()
Specified by:
unsetObjectiveFunction in interface SimulatedAnnealingType

getE

public int getE()
Description copied from interface: SimulatedAnnealingType
Gets the value of the e property.

Specified by:
getE in interface SimulatedAnnealingType

setE

public void setE(int value)
Description copied from interface: SimulatedAnnealingType
Sets the value of the e property.

Specified by:
setE in interface SimulatedAnnealingType

isSetE

public boolean isSetE()
Specified by:
isSetE in interface SimulatedAnnealingType

unsetE

public void unsetE()
Specified by:
unsetE in interface SimulatedAnnealingType

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.