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

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.scenario.model.jaxb.impl.IGPRoutingTypeImpl
All Implemented Interfaces:
ASEventType, ASTMEventType, EventType, IGPRoutingType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
IGPRoutingImpl

public class IGPRoutingTypeImpl
extends ASTMEventTypeImpl
implements IGPRoutingType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


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

_Strategy

protected StrategyType _Strategy

_LlcId

protected java.lang.String _LlcId

has_ECMP

protected boolean has_ECMP

_ECMP

protected boolean _ECMP

_SPFtype

protected java.lang.String _SPFtype

version

public static final java.lang.Class version
Constructor Detail

IGPRoutingTypeImpl

public IGPRoutingTypeImpl()
Method Detail

getStrategy

public StrategyType getStrategy()
Description copied from interface: IGPRoutingType
Gets the value of the strategy property.

Specified by:
getStrategy in interface IGPRoutingType
Returns:
possible object is StrategyType

setStrategy

public void setStrategy(StrategyType value)
Description copied from interface: IGPRoutingType
Sets the value of the strategy property.

Specified by:
setStrategy in interface IGPRoutingType
Parameters:
value - allowed object is StrategyType

isSetStrategy

public boolean isSetStrategy()
Specified by:
isSetStrategy in interface IGPRoutingType

unsetStrategy

public void unsetStrategy()
Specified by:
unsetStrategy in interface IGPRoutingType

getLlcId

public java.lang.String getLlcId()
Description copied from interface: IGPRoutingType
Gets the value of the llcId property.

Specified by:
getLlcId in interface IGPRoutingType
Returns:
possible object is String

setLlcId

public void setLlcId(java.lang.String value)
Description copied from interface: IGPRoutingType
Sets the value of the llcId property.

Specified by:
setLlcId in interface IGPRoutingType
Parameters:
value - allowed object is String

isSetLlcId

public boolean isSetLlcId()
Specified by:
isSetLlcId in interface IGPRoutingType

unsetLlcId

public void unsetLlcId()
Specified by:
unsetLlcId in interface IGPRoutingType

isECMP

public boolean isECMP()
Description copied from interface: IGPRoutingType
Gets the value of the ecmp property.

Specified by:
isECMP in interface IGPRoutingType

setECMP

public void setECMP(boolean value)
Description copied from interface: IGPRoutingType
Sets the value of the ecmp property.

Specified by:
setECMP in interface IGPRoutingType

isSetECMP

public boolean isSetECMP()
Specified by:
isSetECMP in interface IGPRoutingType

unsetECMP

public void unsetECMP()
Specified by:
unsetECMP in interface IGPRoutingType

getSPFtype

public java.lang.String getSPFtype()
Description copied from interface: IGPRoutingType
Gets the value of the spFtype property.

Specified by:
getSPFtype in interface IGPRoutingType
Returns:
possible object is String

setSPFtype

public void setSPFtype(java.lang.String value)
Description copied from interface: IGPRoutingType
Sets the value of the spFtype property.

Specified by:
setSPFtype in interface IGPRoutingType
Parameters:
value - allowed object is String

isSetSPFtype

public boolean isSetSPFtype()
Specified by:
isSetSPFtype in interface IGPRoutingType

unsetSPFtype

public void unsetSPFtype()
Specified by:
unsetSPFtype in interface IGPRoutingType

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.