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

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.BaseLSPCreationTypeImpl
All Implemented Interfaces:
ASEventType, BaseLSPCreationType, EventType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
LSPBackupCreationTypeImpl, LSPBypassCreationTypeImpl, LSPCreationTypeImpl, LSPDetourCreationTypeImpl

public class BaseLSPCreationTypeImpl
extends ASEventTypeImpl
implements BaseLSPCreationType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
static class BaseLSPCreationTypeImpl.AcceptedCosTypeImpl
           
static class BaseLSPCreationTypeImpl.DiffServTypeImpl
           
static class BaseLSPCreationTypeImpl.PathTypeImpl
           
 class BaseLSPCreationTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.BaseLSPCreationType
BaseLSPCreationType.AcceptedCosType, BaseLSPCreationType.DiffServType, BaseLSPCreationType.PathType
 
Field Summary
protected  BaseLSPCreationType.AcceptedCosType _AcceptedCos
           
protected  float _Bw
           
protected  BaseLSPCreationType.DiffServType _DiffServ
           
protected  boolean _EstablishLSP
           
protected  java.lang.String _LspId
           
protected  float _MaxRate
           
protected  float _Metric
           
protected  BaseLSPCreationType.PathType _Path
           
protected  RoutingAlgoType _RoutingAlgo
           
protected  boolean has_Bw
           
protected  boolean has_EstablishLSP
           
protected  boolean has_MaxRate
           
protected  boolean has_Metric
           
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
BaseLSPCreationTypeImpl()
           
 
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.
 BaseLSPCreationType.AcceptedCosType getAcceptedCos()
          Gets the value of the acceptedCos property.
 float getBw()
          Gets the value of the bw property.
 BaseLSPCreationType.DiffServType getDiffServ()
          Gets the value of the diffServ property.
 java.lang.String getLspId()
          Gets the value of the lspId property.
 float getMaxRate()
          Gets the value of the maxRate property.
 float getMetric()
          Gets the value of the metric property.
 BaseLSPCreationType.PathType getPath()
          Gets the value of the path property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 RoutingAlgoType getRoutingAlgo()
          Gets the value of the routingAlgo property.
 boolean isEstablishLSP()
          Gets the value of the establishLSP property.
 boolean isSetAcceptedCos()
           
 boolean isSetBw()
           
 boolean isSetDiffServ()
           
 boolean isSetEstablishLSP()
           
 boolean isSetLspId()
           
 boolean isSetMaxRate()
           
 boolean isSetMetric()
           
 boolean isSetPath()
           
 boolean isSetRoutingAlgo()
           
 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 setAcceptedCos(BaseLSPCreationType.AcceptedCosType value)
          Sets the value of the acceptedCos property.
 void setBw(float value)
          Sets the value of the bw property.
 void setDiffServ(BaseLSPCreationType.DiffServType value)
          Sets the value of the diffServ property.
 void setEstablishLSP(boolean value)
          Sets the value of the establishLSP property.
 void setLspId(java.lang.String value)
          Sets the value of the lspId property.
 void setMaxRate(float value)
          Sets the value of the maxRate property.
 void setMetric(float value)
          Sets the value of the metric property.
 void setPath(BaseLSPCreationType.PathType value)
          Sets the value of the path property.
 void setRoutingAlgo(RoutingAlgoType value)
          Sets the value of the routingAlgo property.
 void unsetAcceptedCos()
           
 void unsetBw()
           
 void unsetDiffServ()
           
 void unsetEstablishLSP()
           
 void unsetLspId()
           
 void unsetMaxRate()
           
 void unsetMetric()
           
 void unsetPath()
           
 void unsetRoutingAlgo()
           
 
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

_AcceptedCos

protected BaseLSPCreationType.AcceptedCosType _AcceptedCos

has_MaxRate

protected boolean has_MaxRate

_MaxRate

protected float _MaxRate

_LspId

protected java.lang.String _LspId

_Path

protected BaseLSPCreationType.PathType _Path

has_Bw

protected boolean has_Bw

_Bw

protected float _Bw

has_Metric

protected boolean has_Metric

_Metric

protected float _Metric

_RoutingAlgo

protected RoutingAlgoType _RoutingAlgo

has_EstablishLSP

protected boolean has_EstablishLSP

_EstablishLSP

protected boolean _EstablishLSP

_DiffServ

protected BaseLSPCreationType.DiffServType _DiffServ

version

public static final java.lang.Class version
Constructor Detail

BaseLSPCreationTypeImpl

public BaseLSPCreationTypeImpl()
Method Detail

getAcceptedCos

public BaseLSPCreationType.AcceptedCosType getAcceptedCos()
Description copied from interface: BaseLSPCreationType
Gets the value of the acceptedCos property.

Specified by:
getAcceptedCos in interface BaseLSPCreationType
Returns:
possible object is BaseLSPCreationType.AcceptedCosType

setAcceptedCos

public void setAcceptedCos(BaseLSPCreationType.AcceptedCosType value)
Description copied from interface: BaseLSPCreationType
Sets the value of the acceptedCos property.

Specified by:
setAcceptedCos in interface BaseLSPCreationType
Parameters:
value - allowed object is BaseLSPCreationType.AcceptedCosType

isSetAcceptedCos

public boolean isSetAcceptedCos()
Specified by:
isSetAcceptedCos in interface BaseLSPCreationType

unsetAcceptedCos

public void unsetAcceptedCos()
Specified by:
unsetAcceptedCos in interface BaseLSPCreationType

getMaxRate

public float getMaxRate()
Description copied from interface: BaseLSPCreationType
Gets the value of the maxRate property.

Specified by:
getMaxRate in interface BaseLSPCreationType

setMaxRate

public void setMaxRate(float value)
Description copied from interface: BaseLSPCreationType
Sets the value of the maxRate property.

Specified by:
setMaxRate in interface BaseLSPCreationType

isSetMaxRate

public boolean isSetMaxRate()
Specified by:
isSetMaxRate in interface BaseLSPCreationType

unsetMaxRate

public void unsetMaxRate()
Specified by:
unsetMaxRate in interface BaseLSPCreationType

getLspId

public java.lang.String getLspId()
Description copied from interface: BaseLSPCreationType
Gets the value of the lspId property.

Specified by:
getLspId in interface BaseLSPCreationType
Returns:
possible object is String

setLspId

public void setLspId(java.lang.String value)
Description copied from interface: BaseLSPCreationType
Sets the value of the lspId property.

Specified by:
setLspId in interface BaseLSPCreationType
Parameters:
value - allowed object is String

isSetLspId

public boolean isSetLspId()
Specified by:
isSetLspId in interface BaseLSPCreationType

unsetLspId

public void unsetLspId()
Specified by:
unsetLspId in interface BaseLSPCreationType

getPath

public BaseLSPCreationType.PathType getPath()
Description copied from interface: BaseLSPCreationType
Gets the value of the path property.

Specified by:
getPath in interface BaseLSPCreationType
Returns:
possible object is BaseLSPCreationType.PathType

setPath

public void setPath(BaseLSPCreationType.PathType value)
Description copied from interface: BaseLSPCreationType
Sets the value of the path property.

Specified by:
setPath in interface BaseLSPCreationType
Parameters:
value - allowed object is BaseLSPCreationType.PathType

isSetPath

public boolean isSetPath()
Specified by:
isSetPath in interface BaseLSPCreationType

unsetPath

public void unsetPath()
Specified by:
unsetPath in interface BaseLSPCreationType

getBw

public float getBw()
Description copied from interface: BaseLSPCreationType
Gets the value of the bw property.

Specified by:
getBw in interface BaseLSPCreationType

setBw

public void setBw(float value)
Description copied from interface: BaseLSPCreationType
Sets the value of the bw property.

Specified by:
setBw in interface BaseLSPCreationType

isSetBw

public boolean isSetBw()
Specified by:
isSetBw in interface BaseLSPCreationType

unsetBw

public void unsetBw()
Specified by:
unsetBw in interface BaseLSPCreationType

getMetric

public float getMetric()
Description copied from interface: BaseLSPCreationType
Gets the value of the metric property.

Specified by:
getMetric in interface BaseLSPCreationType

setMetric

public void setMetric(float value)
Description copied from interface: BaseLSPCreationType
Sets the value of the metric property.

Specified by:
setMetric in interface BaseLSPCreationType

isSetMetric

public boolean isSetMetric()
Specified by:
isSetMetric in interface BaseLSPCreationType

unsetMetric

public void unsetMetric()
Specified by:
unsetMetric in interface BaseLSPCreationType

getRoutingAlgo

public RoutingAlgoType getRoutingAlgo()
Description copied from interface: BaseLSPCreationType
Gets the value of the routingAlgo property.

Specified by:
getRoutingAlgo in interface BaseLSPCreationType
Returns:
possible object is RoutingAlgoType RoutingAlgo

setRoutingAlgo

public void setRoutingAlgo(RoutingAlgoType value)
Description copied from interface: BaseLSPCreationType
Sets the value of the routingAlgo property.

Specified by:
setRoutingAlgo in interface BaseLSPCreationType
Parameters:
value - allowed object is RoutingAlgoType RoutingAlgo

isSetRoutingAlgo

public boolean isSetRoutingAlgo()
Specified by:
isSetRoutingAlgo in interface BaseLSPCreationType

unsetRoutingAlgo

public void unsetRoutingAlgo()
Specified by:
unsetRoutingAlgo in interface BaseLSPCreationType

isEstablishLSP

public boolean isEstablishLSP()
Description copied from interface: BaseLSPCreationType
Gets the value of the establishLSP property.

Specified by:
isEstablishLSP in interface BaseLSPCreationType

setEstablishLSP

public void setEstablishLSP(boolean value)
Description copied from interface: BaseLSPCreationType
Sets the value of the establishLSP property.

Specified by:
setEstablishLSP in interface BaseLSPCreationType

isSetEstablishLSP

public boolean isSetEstablishLSP()
Specified by:
isSetEstablishLSP in interface BaseLSPCreationType

unsetEstablishLSP

public void unsetEstablishLSP()
Specified by:
unsetEstablishLSP in interface BaseLSPCreationType

getDiffServ

public BaseLSPCreationType.DiffServType getDiffServ()
Description copied from interface: BaseLSPCreationType
Gets the value of the diffServ property.

Specified by:
getDiffServ in interface BaseLSPCreationType
Returns:
possible object is BaseLSPCreationType.DiffServType

setDiffServ

public void setDiffServ(BaseLSPCreationType.DiffServType value)
Description copied from interface: BaseLSPCreationType
Sets the value of the diffServ property.

Specified by:
setDiffServ in interface BaseLSPCreationType
Parameters:
value - allowed object is BaseLSPCreationType.DiffServType

isSetDiffServ

public boolean isSetDiffServ()
Specified by:
isSetDiffServ in interface BaseLSPCreationType

unsetDiffServ

public void unsetDiffServ()
Specified by:
unsetDiffServ in interface BaseLSPCreationType

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.