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

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ScenarioTypeImpl
All Implemented Interfaces:
ScenarioType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
ScenarioImpl

public class ScenarioTypeImpl
extends java.lang.Object
implements ScenarioType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class ScenarioTypeImpl.Unmarshaller
           
 
Field Summary
protected  com.sun.xml.bind.util.ListImpl _Event
           
protected  java.lang.String _PathsRelativeTo
           
static java.lang.Class version
           
 
Constructor Summary
ScenarioTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getEvent()
           
 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.util.List getEvent()
          Gets the value of the Event property.
 java.lang.String getPathsRelativeTo()
          Gets the value of the pathsRelativeTo property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isSetEvent()
           
 boolean isSetPathsRelativeTo()
           
 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 setPathsRelativeTo(java.lang.String value)
          Sets the value of the pathsRelativeTo property.
 void unsetEvent()
           
 void unsetPathsRelativeTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_PathsRelativeTo

protected java.lang.String _PathsRelativeTo

_Event

protected com.sun.xml.bind.util.ListImpl _Event

version

public static final java.lang.Class version
Constructor Detail

ScenarioTypeImpl

public ScenarioTypeImpl()
Method Detail

getPathsRelativeTo

public java.lang.String getPathsRelativeTo()
Description copied from interface: ScenarioType
Gets the value of the pathsRelativeTo property.

Specified by:
getPathsRelativeTo in interface ScenarioType
Returns:
possible object is String

setPathsRelativeTo

public void setPathsRelativeTo(java.lang.String value)
Description copied from interface: ScenarioType
Sets the value of the pathsRelativeTo property.

Specified by:
setPathsRelativeTo in interface ScenarioType
Parameters:
value - allowed object is String

isSetPathsRelativeTo

public boolean isSetPathsRelativeTo()
Specified by:
isSetPathsRelativeTo in interface ScenarioType

unsetPathsRelativeTo

public void unsetPathsRelativeTo()
Specified by:
unsetPathsRelativeTo in interface ScenarioType

_getEvent

protected com.sun.xml.bind.util.ListImpl _getEvent()

getEvent

public java.util.List getEvent()
Description copied from interface: ScenarioType
Gets the value of the Event property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Event property.

For example, to add a new item, do as follows:

    getEvent().add(newItem);
 

Objects of the following type(s) are allowed in the list StartScenarioServer LinkDown RemoveTrafficMatrix LinkUp EnableTrafficSwitching ShowLinkReservableBandwidth Echo AddNetworkController LoadDistantDomain Template ShowLinkInfo ChartDeletion ECMPAnalysis LSPDeletion NodeUp ChartCreation ListenToLSPsDemands RemoveNetworkController ComputeMCF ChartSave ChartAddSeries GenerateIntraTM OptDivideTM LSPCreation IGPWOCalculateWeights TopologyGeneration TrafficMatrixGeneration StartAlgo SaveDomain LSPBWChange LSPBackupCreation ListShortestPaths NodeDown LinkMetricChange BgpAwareIGPWO LinkTeMetricChange StopAlgo LoadTrafficMatrix DeleteAllLSP LoadDomain

Specified by:
getEvent in interface ScenarioType

isSetEvent

public boolean isSetEvent()
Specified by:
isSetEvent in interface ScenarioType

unsetEvent

public void unsetEvent()
Specified by:
unsetEvent in interface ScenarioType

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

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
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
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
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

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


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.