be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface LinkIgp.StaticType.DiffServType

All Known Implementing Classes:
LinkIgpImpl.StaticTypeImpl.DiffServTypeImpl
Enclosing interface:
LinkIgp.StaticType

public static interface LinkIgp.StaticType.DiffServType

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/domain/Domain-v1_3.xsd line 329)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bcm" type="{}bcmType"/>
         <element name="bc" maxOccurs="unbounded">
           <complexType>
             <simpleContent>
               <extension base="<>bwType">
                 <attribute name="id" use="required" type="{}bcIdType" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface LinkIgp.StaticType.DiffServType.BcType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getBc()
          Gets the value of the Bc property.
 BcmType getBcm()
          Gets the value of the bcm property.
 boolean isSetBc()
           
 boolean isSetBcm()
           
 void setBcm(BcmType value)
          Sets the value of the bcm property.
 void unsetBc()
           
 void unsetBcm()
           
 

Method Detail

getBcm

BcmType getBcm()
Gets the value of the bcm property.

Returns:
possible object is BcmType

setBcm

void setBcm(BcmType value)
Sets the value of the bcm property.

Parameters:
value - allowed object is BcmType

isSetBcm

boolean isSetBcm()

unsetBcm

void unsetBcm()

getBc

java.util.List getBc()
Gets the value of the Bc 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 Bc property.

For example, to add a new item, do as follows:

    getBc().add(newItem);
 

Objects of the following type(s) are allowed in the list LinkIgp.StaticType.DiffServType.BcType


isSetBc

boolean isSetBc()

unsetBc

void unsetBc()


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