|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MplsCosRoutingType
Java content class for anonymous 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/scenario/Scenario-v1_3.xsd line 510)
<complexType> <complexContent> <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASEventType"> <sequence> <element name="cos" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be>TMIdType"> <attribute name="name" use="required" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}cosType" /> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="llcId" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
MplsCosRoutingType.CosType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
java.util.List |
getCos()
Gets the value of the Cos property. |
java.lang.String |
getLlcId()
Gets the value of the llcId property. |
boolean |
isSetCos()
|
boolean |
isSetLlcId()
|
void |
setLlcId(java.lang.String value)
Sets the value of the llcId property. |
void |
unsetCos()
|
void |
unsetLlcId()
|
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 |
Method Detail |
---|
java.lang.String getLlcId()
String
void setLlcId(java.lang.String value)
value
- allowed object is
String
boolean isSetLlcId()
void unsetLlcId()
java.util.List getCos()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the Cos property.
For example, to add a new item, do as follows:
getCos().add(newItem);
Objects of the following type(s) are allowed in the list
MplsCosRoutingType.CosType
boolean isSetCos()
void unsetCos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |