|
||||||||||
| 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.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.BackupType, Lsp.DiffServType, Lsp.PathType |
| Field Summary | |
|---|---|
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.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 |
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 |
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 |
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 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 float getMaxRate()
Lsp
getMaxRate in interface Lsppublic void setMaxRate(float value)
Lsp
setMaxRate in interface Lsppublic boolean isSetMaxRate()
isSetMaxRate in interface Lsppublic void unsetMaxRate()
unsetMaxRate in interface Lsppublic Lsp.BackupType getBackup()
Lsp
getBackup in interface LspLsp.BackupTypepublic void setBackup(Lsp.BackupType value)
Lsp
setBackup in interface Lspvalue - allowed object is
Lsp.BackupTypepublic boolean isSetBackup()
isSetBackup in interface Lsppublic void unsetBackup()
unsetBackup in interface Lsppublic float getBw()
Lsp
getBw in interface Lsppublic void setBw(float value)
Lsp
setBw in interface Lsppublic boolean isSetBw()
isSetBw in interface Lsppublic void unsetBw()
unsetBw in interface Lsppublic Lsp.PathType getPath()
Lsp
getPath in interface LspLsp.PathTypepublic void setPath(Lsp.PathType value)
Lsp
setPath in interface Lspvalue - allowed object is
Lsp.PathTypepublic boolean isSetPath()
isSetPath in interface Lsppublic void unsetPath()
unsetPath in interface Lsppublic float getMetric()
Lsp
getMetric in interface Lsppublic void setMetric(float value)
Lsp
setMetric in interface Lsppublic boolean isSetMetric()
isSetMetric in interface Lsppublic void unsetMetric()
unsetMetric in interface Lsppublic Lsp.DiffServType getDiffServ()
Lsp
getDiffServ in interface LspLsp.DiffServTypepublic void setDiffServ(Lsp.DiffServType value)
Lsp
setDiffServ in interface Lspvalue - allowed object is
Lsp.DiffServTypepublic boolean isSetDiffServ()
isSetDiffServ in interface Lsppublic void unsetDiffServ()
unsetDiffServ in interface Lsppublic java.lang.String getId()
Lsp
getId in interface LspStringpublic void setId(java.lang.String value)
Lsp
setId in interface Lspvalue - allowed object is
Stringpublic boolean isSetId()
isSetId in interface Lsppublic void unsetId()
unsetId in interface Lsppublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeBody in interface XMLSerializableorg.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableorg.xml.sax.SAXException
public void serializeURIs(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeURIs in interface XMLSerializableorg.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic 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 | |||||||||