|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ShowLinkReservationTypeImpl
public class ShowLinkReservationTypeImpl
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 |
---|
protected boolean has_PerPrio
protected boolean _PerPrio
protected boolean has_PreemptionLevel
protected int _PreemptionLevel
protected java.lang.String _LinkId
protected boolean has_PerCT
protected boolean _PerCT
protected boolean has_PerLink
protected boolean _PerLink
protected boolean has_ClassType
protected int _ClassType
public static final java.lang.Class version
Constructor Detail |
---|
public ShowLinkReservationTypeImpl()
Method Detail |
---|
public boolean isPerPrio()
ShowLinkReservationType
isPerPrio
in interface ShowLinkReservationType
public void setPerPrio(boolean value)
ShowLinkReservationType
setPerPrio
in interface ShowLinkReservationType
public boolean isSetPerPrio()
isSetPerPrio
in interface ShowLinkReservationType
public void unsetPerPrio()
unsetPerPrio
in interface ShowLinkReservationType
public int getPreemptionLevel()
ShowLinkReservationType
getPreemptionLevel
in interface ShowLinkReservationType
public void setPreemptionLevel(int value)
ShowLinkReservationType
setPreemptionLevel
in interface ShowLinkReservationType
public boolean isSetPreemptionLevel()
isSetPreemptionLevel
in interface ShowLinkReservationType
public void unsetPreemptionLevel()
unsetPreemptionLevel
in interface ShowLinkReservationType
public java.lang.String getLinkId()
ShowLinkReservationType
getLinkId
in interface ShowLinkReservationType
String
public void setLinkId(java.lang.String value)
ShowLinkReservationType
setLinkId
in interface ShowLinkReservationType
value
- allowed object is
String
public boolean isSetLinkId()
isSetLinkId
in interface ShowLinkReservationType
public void unsetLinkId()
unsetLinkId
in interface ShowLinkReservationType
public boolean isPerCT()
ShowLinkReservationType
isPerCT
in interface ShowLinkReservationType
public void setPerCT(boolean value)
ShowLinkReservationType
setPerCT
in interface ShowLinkReservationType
public boolean isSetPerCT()
isSetPerCT
in interface ShowLinkReservationType
public void unsetPerCT()
unsetPerCT
in interface ShowLinkReservationType
public boolean isPerLink()
ShowLinkReservationType
isPerLink
in interface ShowLinkReservationType
public void setPerLink(boolean value)
ShowLinkReservationType
setPerLink
in interface ShowLinkReservationType
public boolean isSetPerLink()
isSetPerLink
in interface ShowLinkReservationType
public void unsetPerLink()
unsetPerLink
in interface ShowLinkReservationType
public int getClassType()
ShowLinkReservationType
getClassType
in interface ShowLinkReservationType
public void setClassType(int value)
ShowLinkReservationType
setClassType
in interface ShowLinkReservationType
public boolean isSetClassType()
isSetClassType
in interface ShowLinkReservationType
public void unsetClassType()
unsetClassType
in interface ShowLinkReservationType
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
createUnmarshaller
in class ASEventTypeImpl
public void serializeBody(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
serializeBody
in class ASEventTypeImpl
org.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
serializeAttributes
in class ASEventTypeImpl
org.xml.sax.SAXException
public void serializeURIs(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
serializeURIs
in class ASEventTypeImpl
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.
getPrimaryInterface
in interface ValidatableObject
getPrimaryInterface
in class ASEventTypeImpl
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
createRawValidator
in class ASEventTypeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |