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

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

public class ShowLinkLoadTypeImpl
extends ASEventTypeImpl
implements ShowLinkLoadType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class ShowLinkLoadTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _ClassOfService
           
protected  java.lang.String _LinkId
           
protected  java.lang.String _LlcId
           
protected  boolean _PerCos
           
protected  boolean _PerLink
           
protected  boolean has_PerCos
           
protected  boolean has_PerLink
           
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
ShowLinkLoadTypeImpl()
           
 
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 getClassOfService()
          Gets the value of the classOfService property.
 java.lang.String getLinkId()
          Gets the value of the linkId property.
 java.lang.String getLlcId()
          Gets the value of the llcId property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isPerCos()
          Gets the value of the perCos property.
 boolean isPerLink()
          Gets the value of the perLink property.
 boolean isSetClassOfService()
           
 boolean isSetLinkId()
           
 boolean isSetLlcId()
           
 boolean isSetPerCos()
           
 boolean isSetPerLink()
           
 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 setClassOfService(java.lang.String value)
          Sets the value of the classOfService property.
 void setLinkId(java.lang.String value)
          Sets the value of the linkId property.
 void setLlcId(java.lang.String value)
          Sets the value of the llcId property.
 void setPerCos(boolean value)
          Sets the value of the perCos property.
 void setPerLink(boolean value)
          Sets the value of the perLink property.
 void unsetClassOfService()
           
 void unsetLinkId()
           
 void unsetLlcId()
           
 void unsetPerCos()
           
 void unsetPerLink()
           
 
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

_LlcId

protected java.lang.String _LlcId

_LinkId

protected java.lang.String _LinkId

has_PerCos

protected boolean has_PerCos

_PerCos

protected boolean _PerCos

_ClassOfService

protected java.lang.String _ClassOfService

has_PerLink

protected boolean has_PerLink

_PerLink

protected boolean _PerLink

version

public static final java.lang.Class version
Constructor Detail

ShowLinkLoadTypeImpl

public ShowLinkLoadTypeImpl()
Method Detail

getLlcId

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

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

setLlcId

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

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

isSetLlcId

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

unsetLlcId

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

getLinkId

public java.lang.String getLinkId()
Description copied from interface: ShowLinkLoadType
Gets the value of the linkId property.

Specified by:
getLinkId in interface ShowLinkLoadType
Returns:
possible object is String

setLinkId

public void setLinkId(java.lang.String value)
Description copied from interface: ShowLinkLoadType
Sets the value of the linkId property.

Specified by:
setLinkId in interface ShowLinkLoadType
Parameters:
value - allowed object is String

isSetLinkId

public boolean isSetLinkId()
Specified by:
isSetLinkId in interface ShowLinkLoadType

unsetLinkId

public void unsetLinkId()
Specified by:
unsetLinkId in interface ShowLinkLoadType

isPerCos

public boolean isPerCos()
Description copied from interface: ShowLinkLoadType
Gets the value of the perCos property.

Specified by:
isPerCos in interface ShowLinkLoadType

setPerCos

public void setPerCos(boolean value)
Description copied from interface: ShowLinkLoadType
Sets the value of the perCos property.

Specified by:
setPerCos in interface ShowLinkLoadType

isSetPerCos

public boolean isSetPerCos()
Specified by:
isSetPerCos in interface ShowLinkLoadType

unsetPerCos

public void unsetPerCos()
Specified by:
unsetPerCos in interface ShowLinkLoadType

getClassOfService

public java.lang.String getClassOfService()
Description copied from interface: ShowLinkLoadType
Gets the value of the classOfService property.

Specified by:
getClassOfService in interface ShowLinkLoadType
Returns:
possible object is String

setClassOfService

public void setClassOfService(java.lang.String value)
Description copied from interface: ShowLinkLoadType
Sets the value of the classOfService property.

Specified by:
setClassOfService in interface ShowLinkLoadType
Parameters:
value - allowed object is String

isSetClassOfService

public boolean isSetClassOfService()
Specified by:
isSetClassOfService in interface ShowLinkLoadType

unsetClassOfService

public void unsetClassOfService()
Specified by:
unsetClassOfService in interface ShowLinkLoadType

isPerLink

public boolean isPerLink()
Description copied from interface: ShowLinkLoadType
Gets the value of the perLink property.

Specified by:
isPerLink in interface ShowLinkLoadType

setPerLink

public void setPerLink(boolean value)
Description copied from interface: ShowLinkLoadType
Sets the value of the perLink property.

Specified by:
setPerLink in interface ShowLinkLoadType

isSetPerLink

public boolean isSetPerLink()
Specified by:
isSetPerLink in interface ShowLinkLoadType

unsetPerLink

public void unsetPerLink()
Specified by:
unsetPerLink in interface ShowLinkLoadType

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.