|
||||||||||
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.ShowLinkLoadTypeImpl
public class ShowLinkLoadTypeImpl
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 |
---|
protected java.lang.String _LlcId
protected java.lang.String _LinkId
protected boolean has_PerCos
protected boolean _PerCos
protected java.lang.String _ClassOfService
protected boolean has_PerLink
protected boolean _PerLink
public static final java.lang.Class version
Constructor Detail |
---|
public ShowLinkLoadTypeImpl()
Method Detail |
---|
public java.lang.String getLlcId()
ShowLinkLoadType
getLlcId
in interface ShowLinkLoadType
String
public void setLlcId(java.lang.String value)
ShowLinkLoadType
setLlcId
in interface ShowLinkLoadType
value
- allowed object is
String
public boolean isSetLlcId()
isSetLlcId
in interface ShowLinkLoadType
public void unsetLlcId()
unsetLlcId
in interface ShowLinkLoadType
public java.lang.String getLinkId()
ShowLinkLoadType
getLinkId
in interface ShowLinkLoadType
String
public void setLinkId(java.lang.String value)
ShowLinkLoadType
setLinkId
in interface ShowLinkLoadType
value
- allowed object is
String
public boolean isSetLinkId()
isSetLinkId
in interface ShowLinkLoadType
public void unsetLinkId()
unsetLinkId
in interface ShowLinkLoadType
public boolean isPerCos()
ShowLinkLoadType
isPerCos
in interface ShowLinkLoadType
public void setPerCos(boolean value)
ShowLinkLoadType
setPerCos
in interface ShowLinkLoadType
public boolean isSetPerCos()
isSetPerCos
in interface ShowLinkLoadType
public void unsetPerCos()
unsetPerCos
in interface ShowLinkLoadType
public java.lang.String getClassOfService()
ShowLinkLoadType
getClassOfService
in interface ShowLinkLoadType
String
public void setClassOfService(java.lang.String value)
ShowLinkLoadType
setClassOfService
in interface ShowLinkLoadType
value
- allowed object is
String
public boolean isSetClassOfService()
isSetClassOfService
in interface ShowLinkLoadType
public void unsetClassOfService()
unsetClassOfService
in interface ShowLinkLoadType
public boolean isPerLink()
ShowLinkLoadType
isPerLink
in interface ShowLinkLoadType
public void setPerLink(boolean value)
ShowLinkLoadType
setPerLink
in interface ShowLinkLoadType
public boolean isSetPerLink()
isSetPerLink
in interface ShowLinkLoadType
public void unsetPerLink()
unsetPerLink
in interface ShowLinkLoadType
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 |