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

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

public class ShowLinkReservableBandwidthTypeImpl
extends ASEventTypeImpl
implements ShowLinkReservableBandwidthType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class ShowLinkReservableBandwidthTypeImpl.Unmarshaller
           
 
Field Summary
protected  java.lang.String _LinkId
           
protected  int _Priority
           
protected  boolean has_Priority
           
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
ShowLinkReservableBandwidthTypeImpl()
           
 
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 getLinkId()
          Gets the value of the linkId property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 int getPriority()
          Gets the value of the priority property.
 boolean isSetLinkId()
           
 boolean isSetPriority()
           
 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 setLinkId(java.lang.String value)
          Sets the value of the linkId property.
 void setPriority(int value)
          Sets the value of the priority property.
 void unsetLinkId()
           
 void unsetPriority()
           
 
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

_LinkId

protected java.lang.String _LinkId

has_Priority

protected boolean has_Priority

_Priority

protected int _Priority

version

public static final java.lang.Class version
Constructor Detail

ShowLinkReservableBandwidthTypeImpl

public ShowLinkReservableBandwidthTypeImpl()
Method Detail

getLinkId

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

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

setLinkId

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

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

isSetLinkId

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

unsetLinkId

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

getPriority

public int getPriority()
Description copied from interface: ShowLinkReservableBandwidthType
Gets the value of the priority property.

Specified by:
getPriority in interface ShowLinkReservableBandwidthType

setPriority

public void setPriority(int value)
Description copied from interface: ShowLinkReservableBandwidthType
Sets the value of the priority property.

Specified by:
setPriority in interface ShowLinkReservableBandwidthType

isSetPriority

public boolean isSetPriority()
Specified by:
isSetPriority in interface ShowLinkReservableBandwidthType

unsetPriority

public void unsetPriority()
Specified by:
unsetPriority in interface ShowLinkReservableBandwidthType

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.