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

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

public class ShowLinkReservationTypeImpl
extends ASEventTypeImpl
implements ShowLinkReservationType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class ShowLinkReservationTypeImpl.Unmarshaller
           
 
Field Summary
protected  int _ClassType
           
protected  java.lang.String _LinkId
           
protected  boolean _PerCT
           
protected  boolean _PerLink
           
protected  boolean _PerPrio
           
protected  int _PreemptionLevel
           
protected  boolean has_ClassType
           
protected  boolean has_PerCT
           
protected  boolean has_PerLink
           
protected  boolean has_PerPrio
           
protected  boolean has_PreemptionLevel
           
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
ShowLinkReservationTypeImpl()
           
 
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.
 int getClassType()
          Gets the value of the classType property.
 java.lang.String getLinkId()
          Gets the value of the linkId property.
 int getPreemptionLevel()
          Gets the value of the preemptionLevel property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isPerCT()
          Gets the value of the perCT property.
 boolean isPerLink()
          Gets the value of the perLink property.
 boolean isPerPrio()
          Gets the value of the perPrio property.
 boolean isSetClassType()
           
 boolean isSetLinkId()
           
 boolean isSetPerCT()
           
 boolean isSetPerLink()
           
 boolean isSetPerPrio()
           
 boolean isSetPreemptionLevel()
           
 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 setClassType(int value)
          Sets the value of the classType property.
 void setLinkId(java.lang.String value)
          Sets the value of the linkId property.
 void setPerCT(boolean value)
          Sets the value of the perCT property.
 void setPerLink(boolean value)
          Sets the value of the perLink property.
 void setPerPrio(boolean value)
          Sets the value of the perPrio property.
 void setPreemptionLevel(int value)
          Sets the value of the preemptionLevel property.
 void unsetClassType()
           
 void unsetLinkId()
           
 void unsetPerCT()
           
 void unsetPerLink()
           
 void unsetPerPrio()
           
 void unsetPreemptionLevel()
           
 
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

has_PerPrio

protected boolean has_PerPrio

_PerPrio

protected boolean _PerPrio

has_PreemptionLevel

protected boolean has_PreemptionLevel

_PreemptionLevel

protected int _PreemptionLevel

_LinkId

protected java.lang.String _LinkId

has_PerCT

protected boolean has_PerCT

_PerCT

protected boolean _PerCT

has_PerLink

protected boolean has_PerLink

_PerLink

protected boolean _PerLink

has_ClassType

protected boolean has_ClassType

_ClassType

protected int _ClassType

version

public static final java.lang.Class version
Constructor Detail

ShowLinkReservationTypeImpl

public ShowLinkReservationTypeImpl()
Method Detail

isPerPrio

public boolean isPerPrio()
Description copied from interface: ShowLinkReservationType
Gets the value of the perPrio property.

Specified by:
isPerPrio in interface ShowLinkReservationType

setPerPrio

public void setPerPrio(boolean value)
Description copied from interface: ShowLinkReservationType
Sets the value of the perPrio property.

Specified by:
setPerPrio in interface ShowLinkReservationType

isSetPerPrio

public boolean isSetPerPrio()
Specified by:
isSetPerPrio in interface ShowLinkReservationType

unsetPerPrio

public void unsetPerPrio()
Specified by:
unsetPerPrio in interface ShowLinkReservationType

getPreemptionLevel

public int getPreemptionLevel()
Description copied from interface: ShowLinkReservationType
Gets the value of the preemptionLevel property.

Specified by:
getPreemptionLevel in interface ShowLinkReservationType

setPreemptionLevel

public void setPreemptionLevel(int value)
Description copied from interface: ShowLinkReservationType
Sets the value of the preemptionLevel property.

Specified by:
setPreemptionLevel in interface ShowLinkReservationType

isSetPreemptionLevel

public boolean isSetPreemptionLevel()
Specified by:
isSetPreemptionLevel in interface ShowLinkReservationType

unsetPreemptionLevel

public void unsetPreemptionLevel()
Specified by:
unsetPreemptionLevel in interface ShowLinkReservationType

getLinkId

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

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

setLinkId

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

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

isSetLinkId

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

unsetLinkId

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

isPerCT

public boolean isPerCT()
Description copied from interface: ShowLinkReservationType
Gets the value of the perCT property.

Specified by:
isPerCT in interface ShowLinkReservationType

setPerCT

public void setPerCT(boolean value)
Description copied from interface: ShowLinkReservationType
Sets the value of the perCT property.

Specified by:
setPerCT in interface ShowLinkReservationType

isSetPerCT

public boolean isSetPerCT()
Specified by:
isSetPerCT in interface ShowLinkReservationType

unsetPerCT

public void unsetPerCT()
Specified by:
unsetPerCT in interface ShowLinkReservationType

isPerLink

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

Specified by:
isPerLink in interface ShowLinkReservationType

setPerLink

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

Specified by:
setPerLink in interface ShowLinkReservationType

isSetPerLink

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

unsetPerLink

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

getClassType

public int getClassType()
Description copied from interface: ShowLinkReservationType
Gets the value of the classType property.

Specified by:
getClassType in interface ShowLinkReservationType

setClassType

public void setClassType(int value)
Description copied from interface: ShowLinkReservationType
Sets the value of the classType property.

Specified by:
setClassType in interface ShowLinkReservationType

isSetClassType

public boolean isSetClassType()
Specified by:
isSetClassType in interface ShowLinkReservationType

unsetClassType

public void unsetClassType()
Specified by:
unsetClassType in interface ShowLinkReservationType

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.