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

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.ASTMEventTypeImpl
              extended by be.ac.ulg.montefiore.run.totem.repository.SAMTE.scenario.jaxb.impl.SAMTETypeImpl
All Implemented Interfaces:
SAMTEType, ASEventType, ASTMEventType, EventType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
SAMTEImpl

public class SAMTETypeImpl
extends ASTMEventTypeImpl
implements SAMTEType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class SAMTETypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _CplName
           
protected  int _NbLSP
           
protected  int _NbRun
           
protected  SimulatedAnnealingType _SimulatedAnnealing
           
protected  boolean _Verbose
           
protected  boolean has_NbLSP
           
protected  boolean has_NbRun
           
protected  boolean has_Verbose
           
static java.lang.Class version
           
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASTMEventTypeImpl
_TMID, has_TMID
 
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
SAMTETypeImpl()
           
 
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.lang.String getCplName()
          Gets the value of the cplName property.
 int getNbLSP()
          Gets the value of the nbLSP property.
 int getNbRun()
          Gets the value of the nbRun property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 SimulatedAnnealingType getSimulatedAnnealing()
          Gets the value of the simulatedAnnealing property.
 boolean isSetCplName()
           
 boolean isSetNbLSP()
           
 boolean isSetNbRun()
           
 boolean isSetSimulatedAnnealing()
           
 boolean isSetVerbose()
           
 boolean isVerbose()
          Gets the value of the verbose 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 setCplName(java.lang.String value)
          Sets the value of the cplName property.
 void setNbLSP(int value)
          Sets the value of the nbLSP property.
 void setNbRun(int value)
          Sets the value of the nbRun property.
 void setSimulatedAnnealing(SimulatedAnnealingType value)
          Sets the value of the simulatedAnnealing property.
 void setVerbose(boolean value)
          Sets the value of the verbose property.
 void unsetCplName()
           
 void unsetNbLSP()
           
 void unsetNbRun()
           
 void unsetSimulatedAnnealing()
           
 void unsetVerbose()
           
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASTMEventTypeImpl
getTMID, isSetTMID, setTMID, unsetTMID
 
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.ASTMEventType
getTMID, isSetTMID, setTMID, unsetTMID
 
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

_SimulatedAnnealing

protected SimulatedAnnealingType _SimulatedAnnealing

has_Verbose

protected boolean has_Verbose

_Verbose

protected boolean _Verbose

has_NbLSP

protected boolean has_NbLSP

_NbLSP

protected int _NbLSP

has_NbRun

protected boolean has_NbRun

_NbRun

protected int _NbRun

_CplName

protected java.lang.String _CplName

version

public static final java.lang.Class version
Constructor Detail

SAMTETypeImpl

public SAMTETypeImpl()
Method Detail

getSimulatedAnnealing

public SimulatedAnnealingType getSimulatedAnnealing()
Description copied from interface: SAMTEType
Gets the value of the simulatedAnnealing property.

Specified by:
getSimulatedAnnealing in interface SAMTEType
Returns:
possible object is SimulatedAnnealingType SimulatedAnnealing

setSimulatedAnnealing

public void setSimulatedAnnealing(SimulatedAnnealingType value)
Description copied from interface: SAMTEType
Sets the value of the simulatedAnnealing property.

Specified by:
setSimulatedAnnealing in interface SAMTEType
Parameters:
value - allowed object is SimulatedAnnealingType SimulatedAnnealing

isSetSimulatedAnnealing

public boolean isSetSimulatedAnnealing()
Specified by:
isSetSimulatedAnnealing in interface SAMTEType

unsetSimulatedAnnealing

public void unsetSimulatedAnnealing()
Specified by:
unsetSimulatedAnnealing in interface SAMTEType

isVerbose

public boolean isVerbose()
Description copied from interface: SAMTEType
Gets the value of the verbose property.

Specified by:
isVerbose in interface SAMTEType

setVerbose

public void setVerbose(boolean value)
Description copied from interface: SAMTEType
Sets the value of the verbose property.

Specified by:
setVerbose in interface SAMTEType

isSetVerbose

public boolean isSetVerbose()
Specified by:
isSetVerbose in interface SAMTEType

unsetVerbose

public void unsetVerbose()
Specified by:
unsetVerbose in interface SAMTEType

getNbLSP

public int getNbLSP()
Description copied from interface: SAMTEType
Gets the value of the nbLSP property.

Specified by:
getNbLSP in interface SAMTEType

setNbLSP

public void setNbLSP(int value)
Description copied from interface: SAMTEType
Sets the value of the nbLSP property.

Specified by:
setNbLSP in interface SAMTEType

isSetNbLSP

public boolean isSetNbLSP()
Specified by:
isSetNbLSP in interface SAMTEType

unsetNbLSP

public void unsetNbLSP()
Specified by:
unsetNbLSP in interface SAMTEType

getNbRun

public int getNbRun()
Description copied from interface: SAMTEType
Gets the value of the nbRun property.

Specified by:
getNbRun in interface SAMTEType

setNbRun

public void setNbRun(int value)
Description copied from interface: SAMTEType
Sets the value of the nbRun property.

Specified by:
setNbRun in interface SAMTEType

isSetNbRun

public boolean isSetNbRun()
Specified by:
isSetNbRun in interface SAMTEType

unsetNbRun

public void unsetNbRun()
Specified by:
unsetNbRun in interface SAMTEType

getCplName

public java.lang.String getCplName()
Description copied from interface: SAMTEType
Gets the value of the cplName property.

Specified by:
getCplName in interface SAMTEType
Returns:
possible object is String

setCplName

public void setCplName(java.lang.String value)
Description copied from interface: SAMTEType
Sets the value of the cplName property.

Specified by:
setCplName in interface SAMTEType
Parameters:
value - allowed object is String

isSetCplName

public boolean isSetCplName()
Specified by:
isSetCplName in interface SAMTEType

unsetCplName

public void unsetCplName()
Specified by:
unsetCplName in interface SAMTEType

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 ASTMEventTypeImpl

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 ASTMEventTypeImpl
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 ASTMEventTypeImpl
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 ASTMEventTypeImpl
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 ASTMEventTypeImpl

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 ASTMEventTypeImpl


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