|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.BaseLSPCreationTypeImpl
public class BaseLSPCreationTypeImpl
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 |
---|
protected BaseLSPCreationType.AcceptedCosType _AcceptedCos
protected boolean has_MaxRate
protected float _MaxRate
protected java.lang.String _LspId
protected BaseLSPCreationType.PathType _Path
protected boolean has_Bw
protected float _Bw
protected boolean has_Metric
protected float _Metric
protected RoutingAlgoType _RoutingAlgo
protected boolean has_EstablishLSP
protected boolean _EstablishLSP
protected BaseLSPCreationType.DiffServType _DiffServ
public static final java.lang.Class version
Constructor Detail |
---|
public BaseLSPCreationTypeImpl()
Method Detail |
---|
public BaseLSPCreationType.AcceptedCosType getAcceptedCos()
BaseLSPCreationType
getAcceptedCos
in interface BaseLSPCreationType
BaseLSPCreationType.AcceptedCosType
public void setAcceptedCos(BaseLSPCreationType.AcceptedCosType value)
BaseLSPCreationType
setAcceptedCos
in interface BaseLSPCreationType
value
- allowed object is
BaseLSPCreationType.AcceptedCosType
public boolean isSetAcceptedCos()
isSetAcceptedCos
in interface BaseLSPCreationType
public void unsetAcceptedCos()
unsetAcceptedCos
in interface BaseLSPCreationType
public float getMaxRate()
BaseLSPCreationType
getMaxRate
in interface BaseLSPCreationType
public void setMaxRate(float value)
BaseLSPCreationType
setMaxRate
in interface BaseLSPCreationType
public boolean isSetMaxRate()
isSetMaxRate
in interface BaseLSPCreationType
public void unsetMaxRate()
unsetMaxRate
in interface BaseLSPCreationType
public java.lang.String getLspId()
BaseLSPCreationType
getLspId
in interface BaseLSPCreationType
String
public void setLspId(java.lang.String value)
BaseLSPCreationType
setLspId
in interface BaseLSPCreationType
value
- allowed object is
String
public boolean isSetLspId()
isSetLspId
in interface BaseLSPCreationType
public void unsetLspId()
unsetLspId
in interface BaseLSPCreationType
public BaseLSPCreationType.PathType getPath()
BaseLSPCreationType
getPath
in interface BaseLSPCreationType
BaseLSPCreationType.PathType
public void setPath(BaseLSPCreationType.PathType value)
BaseLSPCreationType
setPath
in interface BaseLSPCreationType
value
- allowed object is
BaseLSPCreationType.PathType
public boolean isSetPath()
isSetPath
in interface BaseLSPCreationType
public void unsetPath()
unsetPath
in interface BaseLSPCreationType
public float getBw()
BaseLSPCreationType
getBw
in interface BaseLSPCreationType
public void setBw(float value)
BaseLSPCreationType
setBw
in interface BaseLSPCreationType
public boolean isSetBw()
isSetBw
in interface BaseLSPCreationType
public void unsetBw()
unsetBw
in interface BaseLSPCreationType
public float getMetric()
BaseLSPCreationType
getMetric
in interface BaseLSPCreationType
public void setMetric(float value)
BaseLSPCreationType
setMetric
in interface BaseLSPCreationType
public boolean isSetMetric()
isSetMetric
in interface BaseLSPCreationType
public void unsetMetric()
unsetMetric
in interface BaseLSPCreationType
public RoutingAlgoType getRoutingAlgo()
BaseLSPCreationType
getRoutingAlgo
in interface BaseLSPCreationType
RoutingAlgoType
RoutingAlgo
public void setRoutingAlgo(RoutingAlgoType value)
BaseLSPCreationType
setRoutingAlgo
in interface BaseLSPCreationType
value
- allowed object is
RoutingAlgoType
RoutingAlgo
public boolean isSetRoutingAlgo()
isSetRoutingAlgo
in interface BaseLSPCreationType
public void unsetRoutingAlgo()
unsetRoutingAlgo
in interface BaseLSPCreationType
public boolean isEstablishLSP()
BaseLSPCreationType
isEstablishLSP
in interface BaseLSPCreationType
public void setEstablishLSP(boolean value)
BaseLSPCreationType
setEstablishLSP
in interface BaseLSPCreationType
public boolean isSetEstablishLSP()
isSetEstablishLSP
in interface BaseLSPCreationType
public void unsetEstablishLSP()
unsetEstablishLSP
in interface BaseLSPCreationType
public BaseLSPCreationType.DiffServType getDiffServ()
BaseLSPCreationType
getDiffServ
in interface BaseLSPCreationType
BaseLSPCreationType.DiffServType
public void setDiffServ(BaseLSPCreationType.DiffServType value)
BaseLSPCreationType
setDiffServ
in interface BaseLSPCreationType
value
- allowed object is
BaseLSPCreationType.DiffServType
public boolean isSetDiffServ()
isSetDiffServ
in interface BaseLSPCreationType
public void unsetDiffServ()
unsetDiffServ
in interface BaseLSPCreationType
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
createUnmarshaller
in class ASEventTypeImpl
public void serializeBody(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
serializeBody
in class ASEventTypeImpl
org.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
serializeAttributes
in class ASEventTypeImpl
org.xml.sax.SAXException
public void serializeURIs(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
serializeURIs
in class ASEventTypeImpl
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.
getPrimaryInterface
in interface ValidatableObject
getPrimaryInterface
in class ASEventTypeImpl
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
createRawValidator
in class ASEventTypeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |