be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface MplsCosRoutingType

All Superinterfaces:
ASEventType, EventType
All Known Subinterfaces:
MplsCosRouting
All Known Implementing Classes:
MplsCosRouting, MplsCosRoutingImpl, MplsCosRoutingTypeImpl

public interface MplsCosRoutingType
extends ASEventType

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

getLlcId

java.lang.String getLlcId()
Gets the value of the llcId property.

Returns:
possible object is String

setLlcId

void setLlcId(java.lang.String value)
Sets the value of the llcId property.

Parameters:
value - allowed object is String

isSetLlcId

boolean isSetLlcId()

unsetLlcId

void unsetLlcId()

getCos

java.util.List getCos()
Gets the value of the Cos property.

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


isSetCos

boolean isSetCos()

unsetCos

void unsetCos()


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.