|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl.LspImpl
public class LspImpl
Nested Class Summary | |
---|---|
static class |
LspImpl.AcceptedCosTypeImpl
|
static class |
LspImpl.BackupTypeImpl
|
static class |
LspImpl.DiffServTypeImpl
|
static class |
LspImpl.PathTypeImpl
|
class |
LspImpl.Unmarshaller
|
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.jaxb.Lsp |
---|
Lsp.AcceptedCosType, Lsp.BackupType, Lsp.DiffServType, Lsp.PathType |
Field Summary | |
---|---|
protected Lsp.AcceptedCosType |
_AcceptedCos
|
protected Lsp.BackupType |
_Backup
|
protected float |
_Bw
|
protected Lsp.DiffServType |
_DiffServ
|
protected java.lang.String |
_Id
|
protected float |
_MaxRate
|
protected float |
_Metric
|
protected Lsp.PathType |
_Path
|
protected boolean |
has_Bw
|
protected boolean |
has_MaxRate
|
protected boolean |
has_Metric
|
static java.lang.Class |
version
|
Constructor Summary | |
---|---|
LspImpl()
|
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. |
Lsp.AcceptedCosType |
getAcceptedCos()
Gets the value of the acceptedCos property. |
Lsp.BackupType |
getBackup()
Gets the value of the backup property. |
float |
getBw()
Gets the value of the bw property. |
Lsp.DiffServType |
getDiffServ()
Gets the value of the diffServ property. |
java.lang.String |
getId()
Gets the value of the id property. |
float |
getMaxRate()
Gets the value of the maxRate property. |
float |
getMetric()
Gets the value of the metric property. |
Lsp.PathType |
getPath()
Gets the value of the path property. |
java.lang.Class |
getPrimaryInterface()
Gets the main interface that this object implements. |
boolean |
isSetAcceptedCos()
|
boolean |
isSetBackup()
|
boolean |
isSetBw()
|
boolean |
isSetDiffServ()
|
boolean |
isSetId()
|
boolean |
isSetMaxRate()
|
boolean |
isSetMetric()
|
boolean |
isSetPath()
|
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 |
setAcceptedCos(Lsp.AcceptedCosType value)
Sets the value of the acceptedCos property. |
void |
setBackup(Lsp.BackupType value)
Sets the value of the backup property. |
void |
setBw(float value)
Sets the value of the bw property. |
void |
setDiffServ(Lsp.DiffServType value)
Sets the value of the diffServ property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setMaxRate(float value)
Sets the value of the maxRate property. |
void |
setMetric(float value)
Sets the value of the metric property. |
void |
setPath(Lsp.PathType value)
Sets the value of the path property. |
void |
unsetAcceptedCos()
|
void |
unsetBackup()
|
void |
unsetBw()
|
void |
unsetDiffServ()
|
void |
unsetId()
|
void |
unsetMaxRate()
|
void |
unsetMetric()
|
void |
unsetPath()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Lsp.AcceptedCosType _AcceptedCos
protected boolean has_MaxRate
protected float _MaxRate
protected Lsp.BackupType _Backup
protected boolean has_Bw
protected float _Bw
protected Lsp.PathType _Path
protected boolean has_Metric
protected float _Metric
protected Lsp.DiffServType _DiffServ
protected java.lang.String _Id
public static final java.lang.Class version
Constructor Detail |
---|
public LspImpl()
Method Detail |
---|
public Lsp.AcceptedCosType getAcceptedCos()
Lsp
getAcceptedCos
in interface Lsp
Lsp.AcceptedCosType
public void setAcceptedCos(Lsp.AcceptedCosType value)
Lsp
setAcceptedCos
in interface Lsp
value
- allowed object is
Lsp.AcceptedCosType
public boolean isSetAcceptedCos()
isSetAcceptedCos
in interface Lsp
public void unsetAcceptedCos()
unsetAcceptedCos
in interface Lsp
public float getMaxRate()
Lsp
getMaxRate
in interface Lsp
public void setMaxRate(float value)
Lsp
setMaxRate
in interface Lsp
public boolean isSetMaxRate()
isSetMaxRate
in interface Lsp
public void unsetMaxRate()
unsetMaxRate
in interface Lsp
public Lsp.BackupType getBackup()
Lsp
getBackup
in interface Lsp
Lsp.BackupType
public void setBackup(Lsp.BackupType value)
Lsp
setBackup
in interface Lsp
value
- allowed object is
Lsp.BackupType
public boolean isSetBackup()
isSetBackup
in interface Lsp
public void unsetBackup()
unsetBackup
in interface Lsp
public float getBw()
Lsp
getBw
in interface Lsp
public void setBw(float value)
Lsp
setBw
in interface Lsp
public boolean isSetBw()
isSetBw
in interface Lsp
public void unsetBw()
unsetBw
in interface Lsp
public Lsp.PathType getPath()
Lsp
getPath
in interface Lsp
Lsp.PathType
public void setPath(Lsp.PathType value)
Lsp
setPath
in interface Lsp
value
- allowed object is
Lsp.PathType
public boolean isSetPath()
isSetPath
in interface Lsp
public void unsetPath()
unsetPath
in interface Lsp
public float getMetric()
Lsp
getMetric
in interface Lsp
public void setMetric(float value)
Lsp
setMetric
in interface Lsp
public boolean isSetMetric()
isSetMetric
in interface Lsp
public void unsetMetric()
unsetMetric
in interface Lsp
public Lsp.DiffServType getDiffServ()
Lsp
getDiffServ
in interface Lsp
Lsp.DiffServType
public void setDiffServ(Lsp.DiffServType value)
Lsp
setDiffServ
in interface Lsp
value
- allowed object is
Lsp.DiffServType
public boolean isSetDiffServ()
isSetDiffServ
in interface Lsp
public void unsetDiffServ()
unsetDiffServ
in interface Lsp
public java.lang.String getId()
Lsp
getId
in interface Lsp
String
public void setId(java.lang.String value)
Lsp
setId
in interface Lsp
value
- allowed object is
String
public boolean isSetId()
isSetId
in interface Lsp
public void unsetId()
unsetId
in interface Lsp
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
public void serializeBody(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
org.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
org.xml.sax.SAXException
public void serializeURIs(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.
getPrimaryInterface
in interface ValidatableObject
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |