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

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.GenerateIntraTMTypeImpl
All Implemented Interfaces:
EventType, GenerateIntraTMType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
GenerateIntraTMImpl

public class GenerateIntraTMTypeImpl
extends EventTypeImpl
implements GenerateIntraTMType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class GenerateIntraTMTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _BGPbaseDirectory
           
protected  java.lang.String _BGPdirFileName
           
protected  java.lang.String _ClusterFileName
           
protected  int _Minutes
           
protected  java.lang.String _NETFLOWbaseDirectory
           
protected  java.lang.String _NETFLOWdirFileName
           
protected  int _SamplingRate
           
protected  java.lang.String _TrafficMatrixFileName
           
protected  boolean has_Minutes
           
protected  boolean has_SamplingRate
           
static java.lang.Class version
           
 
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
_Time
 
Constructor Summary
GenerateIntraTMTypeImpl()
           
 
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 getBGPbaseDirectory()
          Gets the value of the bgPbaseDirectory property.
 java.lang.String getBGPdirFileName()
          Gets the value of the bgPdirFileName property.
 java.lang.String getClusterFileName()
          Gets the value of the clusterFileName property.
 int getMinutes()
          Gets the value of the minutes property.
 java.lang.String getNETFLOWbaseDirectory()
          Gets the value of the netfloWbaseDirectory property.
 java.lang.String getNETFLOWdirFileName()
          Gets the value of the netfloWdirFileName property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getSamplingRate()
          Gets the value of the samplingRate property.
 java.lang.String getTrafficMatrixFileName()
          Gets the value of the trafficMatrixFileName property.
 boolean isSetBGPbaseDirectory()
           
 boolean isSetBGPdirFileName()
           
 boolean isSetClusterFileName()
           
 boolean isSetMinutes()
           
 boolean isSetNETFLOWbaseDirectory()
           
 boolean isSetNETFLOWdirFileName()
           
 boolean isSetSamplingRate()
           
 boolean isSetTrafficMatrixFileName()
           
 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 setBGPbaseDirectory(java.lang.String value)
          Sets the value of the bgPbaseDirectory property.
 void setBGPdirFileName(java.lang.String value)
          Sets the value of the bgPdirFileName property.
 void setClusterFileName(java.lang.String value)
          Sets the value of the clusterFileName property.
 void setMinutes(int value)
          Sets the value of the minutes property.
 void setNETFLOWbaseDirectory(java.lang.String value)
          Sets the value of the netfloWbaseDirectory property.
 void setNETFLOWdirFileName(java.lang.String value)
          Sets the value of the netfloWdirFileName property.
 void setSamplingRate(int value)
          Sets the value of the samplingRate property.
 void setTrafficMatrixFileName(java.lang.String value)
          Sets the value of the trafficMatrixFileName property.
 void unsetBGPbaseDirectory()
           
 void unsetBGPdirFileName()
           
 void unsetClusterFileName()
           
 void unsetMinutes()
           
 void unsetNETFLOWbaseDirectory()
           
 void unsetNETFLOWdirFileName()
           
 void unsetSamplingRate()
           
 void unsetTrafficMatrixFileName()
           
 
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.EventType
getTime, isSetTime, setTime, unsetTime
 

Field Detail

has_Minutes

protected boolean has_Minutes

_Minutes

protected int _Minutes

_TrafficMatrixFileName

protected java.lang.String _TrafficMatrixFileName

_ClusterFileName

protected java.lang.String _ClusterFileName

_BGPdirFileName

protected java.lang.String _BGPdirFileName

has_SamplingRate

protected boolean has_SamplingRate

_SamplingRate

protected int _SamplingRate

_NETFLOWdirFileName

protected java.lang.String _NETFLOWdirFileName

_NETFLOWbaseDirectory

protected java.lang.String _NETFLOWbaseDirectory

_BGPbaseDirectory

protected java.lang.String _BGPbaseDirectory

version

public static final java.lang.Class version
Constructor Detail

GenerateIntraTMTypeImpl

public GenerateIntraTMTypeImpl()
Method Detail

getMinutes

public int getMinutes()
Description copied from interface: GenerateIntraTMType
Gets the value of the minutes property.

Specified by:
getMinutes in interface GenerateIntraTMType

setMinutes

public void setMinutes(int value)
Description copied from interface: GenerateIntraTMType
Sets the value of the minutes property.

Specified by:
setMinutes in interface GenerateIntraTMType

isSetMinutes

public boolean isSetMinutes()
Specified by:
isSetMinutes in interface GenerateIntraTMType

unsetMinutes

public void unsetMinutes()
Specified by:
unsetMinutes in interface GenerateIntraTMType

getTrafficMatrixFileName

public java.lang.String getTrafficMatrixFileName()
Description copied from interface: GenerateIntraTMType
Gets the value of the trafficMatrixFileName property.

Specified by:
getTrafficMatrixFileName in interface GenerateIntraTMType
Returns:
possible object is String

setTrafficMatrixFileName

public void setTrafficMatrixFileName(java.lang.String value)
Description copied from interface: GenerateIntraTMType
Sets the value of the trafficMatrixFileName property.

Specified by:
setTrafficMatrixFileName in interface GenerateIntraTMType
Parameters:
value - allowed object is String

isSetTrafficMatrixFileName

public boolean isSetTrafficMatrixFileName()
Specified by:
isSetTrafficMatrixFileName in interface GenerateIntraTMType

unsetTrafficMatrixFileName

public void unsetTrafficMatrixFileName()
Specified by:
unsetTrafficMatrixFileName in interface GenerateIntraTMType

getClusterFileName

public java.lang.String getClusterFileName()
Description copied from interface: GenerateIntraTMType
Gets the value of the clusterFileName property.

Specified by:
getClusterFileName in interface GenerateIntraTMType
Returns:
possible object is String

setClusterFileName

public void setClusterFileName(java.lang.String value)
Description copied from interface: GenerateIntraTMType
Sets the value of the clusterFileName property.

Specified by:
setClusterFileName in interface GenerateIntraTMType
Parameters:
value - allowed object is String

isSetClusterFileName

public boolean isSetClusterFileName()
Specified by:
isSetClusterFileName in interface GenerateIntraTMType

unsetClusterFileName

public void unsetClusterFileName()
Specified by:
unsetClusterFileName in interface GenerateIntraTMType

getBGPdirFileName

public java.lang.String getBGPdirFileName()
Description copied from interface: GenerateIntraTMType
Gets the value of the bgPdirFileName property.

Specified by:
getBGPdirFileName in interface GenerateIntraTMType
Returns:
possible object is String

setBGPdirFileName

public void setBGPdirFileName(java.lang.String value)
Description copied from interface: GenerateIntraTMType
Sets the value of the bgPdirFileName property.

Specified by:
setBGPdirFileName in interface GenerateIntraTMType
Parameters:
value - allowed object is String

isSetBGPdirFileName

public boolean isSetBGPdirFileName()
Specified by:
isSetBGPdirFileName in interface GenerateIntraTMType

unsetBGPdirFileName

public void unsetBGPdirFileName()
Specified by:
unsetBGPdirFileName in interface GenerateIntraTMType

getSamplingRate

public int getSamplingRate()
Description copied from interface: GenerateIntraTMType
Gets the value of the samplingRate property.

Specified by:
getSamplingRate in interface GenerateIntraTMType

setSamplingRate

public void setSamplingRate(int value)
Description copied from interface: GenerateIntraTMType
Sets the value of the samplingRate property.

Specified by:
setSamplingRate in interface GenerateIntraTMType

isSetSamplingRate

public boolean isSetSamplingRate()
Specified by:
isSetSamplingRate in interface GenerateIntraTMType

unsetSamplingRate

public void unsetSamplingRate()
Specified by:
unsetSamplingRate in interface GenerateIntraTMType

getNETFLOWdirFileName

public java.lang.String getNETFLOWdirFileName()
Description copied from interface: GenerateIntraTMType
Gets the value of the netfloWdirFileName property.

Specified by:
getNETFLOWdirFileName in interface GenerateIntraTMType
Returns:
possible object is String

setNETFLOWdirFileName

public void setNETFLOWdirFileName(java.lang.String value)
Description copied from interface: GenerateIntraTMType
Sets the value of the netfloWdirFileName property.

Specified by:
setNETFLOWdirFileName in interface GenerateIntraTMType
Parameters:
value - allowed object is String

isSetNETFLOWdirFileName

public boolean isSetNETFLOWdirFileName()
Specified by:
isSetNETFLOWdirFileName in interface GenerateIntraTMType

unsetNETFLOWdirFileName

public void unsetNETFLOWdirFileName()
Specified by:
unsetNETFLOWdirFileName in interface GenerateIntraTMType

getNETFLOWbaseDirectory

public java.lang.String getNETFLOWbaseDirectory()
Description copied from interface: GenerateIntraTMType
Gets the value of the netfloWbaseDirectory property.

Specified by:
getNETFLOWbaseDirectory in interface GenerateIntraTMType
Returns:
possible object is String

setNETFLOWbaseDirectory

public void setNETFLOWbaseDirectory(java.lang.String value)
Description copied from interface: GenerateIntraTMType
Sets the value of the netfloWbaseDirectory property.

Specified by:
setNETFLOWbaseDirectory in interface GenerateIntraTMType
Parameters:
value - allowed object is String

isSetNETFLOWbaseDirectory

public boolean isSetNETFLOWbaseDirectory()
Specified by:
isSetNETFLOWbaseDirectory in interface GenerateIntraTMType

unsetNETFLOWbaseDirectory

public void unsetNETFLOWbaseDirectory()
Specified by:
unsetNETFLOWbaseDirectory in interface GenerateIntraTMType

getBGPbaseDirectory

public java.lang.String getBGPbaseDirectory()
Description copied from interface: GenerateIntraTMType
Gets the value of the bgPbaseDirectory property.

Specified by:
getBGPbaseDirectory in interface GenerateIntraTMType
Returns:
possible object is String

setBGPbaseDirectory

public void setBGPbaseDirectory(java.lang.String value)
Description copied from interface: GenerateIntraTMType
Sets the value of the bgPbaseDirectory property.

Specified by:
setBGPbaseDirectory in interface GenerateIntraTMType
Parameters:
value - allowed object is String

isSetBGPbaseDirectory

public boolean isSetBGPbaseDirectory()
Specified by:
isSetBGPbaseDirectory in interface GenerateIntraTMType

unsetBGPbaseDirectory

public void unsetBGPbaseDirectory()
Specified by:
unsetBGPbaseDirectory in interface GenerateIntraTMType

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 EventTypeImpl

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

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 EventTypeImpl


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