|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Lsp
Java content class for lsp complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/monfort/Projects/run-totem/src/resources/domain/Domain-v1_3.xsd line 298)
<complexType name="lsp"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="path"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="link" type="{}linkIdType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="bw" type="{}bwType" minOccurs="0"/> <element name="metric" type="{}metricType" minOccurs="0"/> <element name="max_rate" type="{}bwType" minOccurs="0"/> <element name="diff-serv" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ct" type="{}ctType"/> <element name="preemption"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="holding" use="required" type="{}preemptionType" /> <attribute name="setup" use="required" type="{}preemptionType" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="accepted_cos" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cos" type="{}cosType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="backup" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="protected_lsp" type="{}lspIdType" minOccurs="0"/> <element name="protected_links"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="protected_link" type="{}linkIdType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="type" use="required" type="{}lspBackupType" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" use="required" type="{}lspIdType" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
Lsp.AcceptedCosType
Java content class for anonymous complex type. |
static interface |
Lsp.BackupType
Java content class for anonymous complex type. |
static interface |
Lsp.DiffServType
Java content class for anonymous complex type. |
static interface |
Lsp.PathType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
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. |
boolean |
isSetAcceptedCos()
|
boolean |
isSetBackup()
|
boolean |
isSetBw()
|
boolean |
isSetDiffServ()
|
boolean |
isSetId()
|
boolean |
isSetMaxRate()
|
boolean |
isSetMetric()
|
boolean |
isSetPath()
|
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()
|
Method Detail |
---|
Lsp.AcceptedCosType getAcceptedCos()
Lsp.AcceptedCosType
void setAcceptedCos(Lsp.AcceptedCosType value)
value
- allowed object is
Lsp.AcceptedCosType
boolean isSetAcceptedCos()
void unsetAcceptedCos()
float getMaxRate()
void setMaxRate(float value)
boolean isSetMaxRate()
void unsetMaxRate()
Lsp.BackupType getBackup()
Lsp.BackupType
void setBackup(Lsp.BackupType value)
value
- allowed object is
Lsp.BackupType
boolean isSetBackup()
void unsetBackup()
float getBw()
void setBw(float value)
boolean isSetBw()
void unsetBw()
Lsp.PathType getPath()
Lsp.PathType
void setPath(Lsp.PathType value)
value
- allowed object is
Lsp.PathType
boolean isSetPath()
void unsetPath()
float getMetric()
void setMetric(float value)
boolean isSetMetric()
void unsetMetric()
Lsp.DiffServType getDiffServ()
Lsp.DiffServType
void setDiffServ(Lsp.DiffServType value)
value
- allowed object is
Lsp.DiffServType
boolean isSetDiffServ()
void unsetDiffServ()
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
boolean isSetId()
void unsetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |