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

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

public class LSPCreationTypeImpl
extends ASEventTypeImpl
implements LSPCreationType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
static class LSPCreationTypeImpl.DiffServTypeImpl
           
static class LSPCreationTypeImpl.PathTypeImpl
           
 class LSPCreationTypeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.LSPCreationType
LSPCreationType.DiffServType, LSPCreationType.PathType
 
Field Summary
protected  float _Bw
           
protected  LSPCreationType.DiffServType _DiffServ
           
protected  java.lang.String _Dst
           
protected  boolean _EstablishLSP
           
protected  java.lang.String _LspId
           
protected  float _MaxRate
           
protected  float _Metric
           
protected  LSPCreationType.PathType _Path
           
protected  RoutingAlgoType _RoutingAlgo
           
protected  java.lang.String _Src
           
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
LSPCreationTypeImpl()
           
 
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 getBw()
          Gets the value of the bw property.
 LSPCreationType.DiffServType getDiffServ()
          Gets the value of the diffServ property.
 java.lang.String getDst()
          Gets the value of the dst 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.
 LSPCreationType.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.
 java.lang.String getSrc()
          Gets the value of the src property.
 boolean isEstablishLSP()
          Gets the value of the establishLSP property.
 boolean isSetBw()
           
 boolean isSetDiffServ()
           
 boolean isSetDst()
           
 boolean isSetEstablishLSP()
           
 boolean isSetLspId()
           
 boolean isSetMaxRate()
           
 boolean isSetMetric()
           
 boolean isSetPath()
           
 boolean isSetRoutingAlgo()
           
 boolean isSetSrc()
           
 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 setBw(float value)
          Sets the value of the bw property.
 void setDiffServ(LSPCreationType.DiffServType value)
          Sets the value of the diffServ property.
 void setDst(java.lang.String value)
          Sets the value of the dst 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(LSPCreationType.PathType value)
          Sets the value of the path property.
 void setRoutingAlgo(RoutingAlgoType value)
          Sets the value of the routingAlgo property.
 void setSrc(java.lang.String value)
          Sets the value of the src property.
 void unsetBw()
           
 void unsetDiffServ()
           
 void unsetDst()
           
 void unsetEstablishLSP()
           
 void unsetLspId()
           
 void unsetMaxRate()
           
 void unsetMetric()
           
 void unsetPath()
           
 void unsetRoutingAlgo()
           
 void unsetSrc()
           
 
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

_Dst

protected java.lang.String _Dst

has_MaxRate

protected boolean has_MaxRate

_MaxRate

protected float _MaxRate

_LspId

protected java.lang.String _LspId

_Path

protected LSPCreationType.PathType _Path

_Src

protected java.lang.String _Src

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 LSPCreationType.DiffServType _DiffServ

version

public static final java.lang.Class version
Constructor Detail

LSPCreationTypeImpl

public LSPCreationTypeImpl()
Method Detail

getDst

public java.lang.String getDst()
Description copied from interface: LSPCreationType
Gets the value of the dst property.

Specified by:
getDst in interface LSPCreationType
Returns:
possible object is String

setDst

public void setDst(java.lang.String value)
Description copied from interface: LSPCreationType
Sets the value of the dst property.

Specified by:
setDst in interface LSPCreationType
Parameters:
value - allowed object is String

isSetDst

public boolean isSetDst()
Specified by:
isSetDst in interface LSPCreationType

unsetDst

public void unsetDst()
Specified by:
unsetDst in interface LSPCreationType

getMaxRate

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

Specified by:
getMaxRate in interface LSPCreationType

setMaxRate

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

Specified by:
setMaxRate in interface LSPCreationType

isSetMaxRate

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

unsetMaxRate

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

getLspId

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

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

setLspId

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

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

isSetLspId

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

unsetLspId

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

getPath

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

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

setPath

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

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

isSetPath

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

unsetPath

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

getSrc

public java.lang.String getSrc()
Description copied from interface: LSPCreationType
Gets the value of the src property.

Specified by:
getSrc in interface LSPCreationType
Returns:
possible object is String

setSrc

public void setSrc(java.lang.String value)
Description copied from interface: LSPCreationType
Sets the value of the src property.

Specified by:
setSrc in interface LSPCreationType
Parameters:
value - allowed object is String

isSetSrc

public boolean isSetSrc()
Specified by:
isSetSrc in interface LSPCreationType

unsetSrc

public void unsetSrc()
Specified by:
unsetSrc in interface LSPCreationType

getBw

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

Specified by:
getBw in interface LSPCreationType

setBw

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

Specified by:
setBw in interface LSPCreationType

isSetBw

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

unsetBw

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

getMetric

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

Specified by:
getMetric in interface LSPCreationType

setMetric

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

Specified by:
setMetric in interface LSPCreationType

isSetMetric

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

unsetMetric

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

getRoutingAlgo

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

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

setRoutingAlgo

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

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

isSetRoutingAlgo

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

unsetRoutingAlgo

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

isEstablishLSP

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

Specified by:
isEstablishLSP in interface LSPCreationType

setEstablishLSP

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

Specified by:
setEstablishLSP in interface LSPCreationType

isSetEstablishLSP

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

unsetEstablishLSP

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

getDiffServ

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

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

setDiffServ

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

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

isSetDiffServ

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

unsetDiffServ

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

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-2006 Research Unit in Networking, All Rights Reserved.