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

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

public class ListShortestPathsTypeImpl
extends ASEventTypeImpl
implements ListShortestPathsType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class ListShortestPathsTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _Dst
           
protected  boolean _ECMP
           
protected  boolean _NodeList
           
protected  java.lang.String _SPFtype
           
protected  java.lang.String _Src
           
protected  boolean has_ECMP
           
protected  boolean has_NodeList
           
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
ListShortestPathsTypeImpl()
           
 
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 getDst()
          Gets the value of the dst property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getSPFtype()
          Gets the value of the spFtype property.
 java.lang.String getSrc()
          Gets the value of the src property.
 boolean isECMP()
          Gets the value of the ecmp property.
 boolean isNodeList()
          Gets the value of the nodeList property.
 boolean isSetDst()
           
 boolean isSetECMP()
           
 boolean isSetNodeList()
           
 boolean isSetSPFtype()
           
 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 setDst(java.lang.String value)
          Sets the value of the dst property.
 void setECMP(boolean value)
          Sets the value of the ecmp property.
 void setNodeList(boolean value)
          Sets the value of the nodeList property.
 void setSPFtype(java.lang.String value)
          Sets the value of the spFtype property.
 void setSrc(java.lang.String value)
          Sets the value of the src property.
 void unsetDst()
           
 void unsetECMP()
           
 void unsetNodeList()
           
 void unsetSPFtype()
           
 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

_Src

protected java.lang.String _Src

has_NodeList

protected boolean has_NodeList

_NodeList

protected boolean _NodeList

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

ListShortestPathsTypeImpl

public ListShortestPathsTypeImpl()
Method Detail

getDst

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

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

setDst

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

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

isSetDst

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

unsetDst

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

getSrc

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

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

setSrc

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

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

isSetSrc

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

unsetSrc

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

isNodeList

public boolean isNodeList()
Description copied from interface: ListShortestPathsType
Gets the value of the nodeList property.

Specified by:
isNodeList in interface ListShortestPathsType

setNodeList

public void setNodeList(boolean value)
Description copied from interface: ListShortestPathsType
Sets the value of the nodeList property.

Specified by:
setNodeList in interface ListShortestPathsType

isSetNodeList

public boolean isSetNodeList()
Specified by:
isSetNodeList in interface ListShortestPathsType

unsetNodeList

public void unsetNodeList()
Specified by:
unsetNodeList in interface ListShortestPathsType

isECMP

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

Specified by:
isECMP in interface ListShortestPathsType

setECMP

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

Specified by:
setECMP in interface ListShortestPathsType

isSetECMP

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

unsetECMP

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

getSPFtype

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

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

setSPFtype

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

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

isSetSPFtype

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

unsetSPFtype

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

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.