|
||||||||||
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.ASTMEventTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.IGPRoutingTypeImpl
public class IGPRoutingTypeImpl
Nested Class Summary | |
---|---|
class |
IGPRoutingTypeImpl.Unmarshaller
|
Field Summary | |
---|---|
protected boolean |
_ECMP
|
protected java.lang.String |
_LlcId
|
protected java.lang.String |
_SPFtype
|
protected StrategyType |
_Strategy
|
protected boolean |
has_ECMP
|
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 | |
---|---|
IGPRoutingTypeImpl()
|
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 |
getLlcId()
Gets the value of the llcId property. |
java.lang.Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
java.lang.String |
getSPFtype()
Gets the value of the spFtype property. |
StrategyType |
getStrategy()
Gets the value of the strategy property. |
boolean |
isECMP()
Gets the value of the ecmp property. |
boolean |
isSetECMP()
|
boolean |
isSetLlcId()
|
boolean |
isSetSPFtype()
|
boolean |
isSetStrategy()
|
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 |
setECMP(boolean value)
Sets the value of the ecmp property. |
void |
setLlcId(java.lang.String value)
Sets the value of the llcId property. |
void |
setSPFtype(java.lang.String value)
Sets the value of the spFtype property. |
void |
setStrategy(StrategyType value)
Sets the value of the strategy property. |
void |
unsetECMP()
|
void |
unsetLlcId()
|
void |
unsetSPFtype()
|
void |
unsetStrategy()
|
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 |
---|
protected StrategyType _Strategy
protected java.lang.String _LlcId
protected boolean has_ECMP
protected boolean _ECMP
protected java.lang.String _SPFtype
public static final java.lang.Class version
Constructor Detail |
---|
public IGPRoutingTypeImpl()
Method Detail |
---|
public StrategyType getStrategy()
IGPRoutingType
getStrategy
in interface IGPRoutingType
StrategyType
public void setStrategy(StrategyType value)
IGPRoutingType
setStrategy
in interface IGPRoutingType
value
- allowed object is
StrategyType
public boolean isSetStrategy()
isSetStrategy
in interface IGPRoutingType
public void unsetStrategy()
unsetStrategy
in interface IGPRoutingType
public java.lang.String getLlcId()
IGPRoutingType
getLlcId
in interface IGPRoutingType
String
public void setLlcId(java.lang.String value)
IGPRoutingType
setLlcId
in interface IGPRoutingType
value
- allowed object is
String
public boolean isSetLlcId()
isSetLlcId
in interface IGPRoutingType
public void unsetLlcId()
unsetLlcId
in interface IGPRoutingType
public boolean isECMP()
IGPRoutingType
isECMP
in interface IGPRoutingType
public void setECMP(boolean value)
IGPRoutingType
setECMP
in interface IGPRoutingType
public boolean isSetECMP()
isSetECMP
in interface IGPRoutingType
public void unsetECMP()
unsetECMP
in interface IGPRoutingType
public java.lang.String getSPFtype()
IGPRoutingType
getSPFtype
in interface IGPRoutingType
String
public void setSPFtype(java.lang.String value)
IGPRoutingType
setSPFtype
in interface IGPRoutingType
value
- allowed object is
String
public boolean isSetSPFtype()
isSetSPFtype
in interface IGPRoutingType
public void unsetSPFtype()
unsetSPFtype
in interface IGPRoutingType
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
createUnmarshaller
in class ASTMEventTypeImpl
public void serializeBody(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
serializeBody
in class ASTMEventTypeImpl
org.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
serializeAttributes
in class ASTMEventTypeImpl
org.xml.sax.SAXException
public void serializeURIs(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
serializeURIs
in class ASTMEventTypeImpl
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.
getPrimaryInterface
in interface ValidatableObject
getPrimaryInterface
in class ASTMEventTypeImpl
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
createRawValidator
in class ASTMEventTypeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |