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

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

public static interface LinkIgp.StaticType

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 321)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="metric" type="{}metricType" minOccurs="0"/>
         <element name="te-metric" type="{}metricType" minOccurs="0"/>
         <element name="mrbw" type="{}bwType" minOccurs="0"/>
         <element name="mbw" type="{}bwType" minOccurs="0"/>
         <element name="admingroup" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="diff-serv" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface LinkIgp.StaticType.DiffServType
          Java content class for anonymous complex type.
 
Method Summary
 int getAdmingroup()
          Gets the value of the admingroup property.
 LinkIgp.StaticType.DiffServType getDiffServ()
          Gets the value of the diffServ property.
 float getMbw()
          Gets the value of the mbw property.
 float getMetric()
          Gets the value of the metric property.
 float getMrbw()
          Gets the value of the mrbw property.
 float getTeMetric()
          Gets the value of the teMetric property.
 boolean isSetAdmingroup()
           
 boolean isSetDiffServ()
           
 boolean isSetMbw()
           
 boolean isSetMetric()
           
 boolean isSetMrbw()
           
 boolean isSetTeMetric()
           
 void setAdmingroup(int value)
          Sets the value of the admingroup property.
 void setDiffServ(LinkIgp.StaticType.DiffServType value)
          Sets the value of the diffServ property.
 void setMbw(float value)
          Sets the value of the mbw property.
 void setMetric(float value)
          Sets the value of the metric property.
 void setMrbw(float value)
          Sets the value of the mrbw property.
 void setTeMetric(float value)
          Sets the value of the teMetric property.
 void unsetAdmingroup()
           
 void unsetDiffServ()
           
 void unsetMbw()
           
 void unsetMetric()
           
 void unsetMrbw()
           
 void unsetTeMetric()
           
 

Method Detail

getMbw

float getMbw()
Gets the value of the mbw property.


setMbw

void setMbw(float value)
Sets the value of the mbw property.


isSetMbw

boolean isSetMbw()

unsetMbw

void unsetMbw()

getTeMetric

float getTeMetric()
Gets the value of the teMetric property.


setTeMetric

void setTeMetric(float value)
Sets the value of the teMetric property.


isSetTeMetric

boolean isSetTeMetric()

unsetTeMetric

void unsetTeMetric()

getAdmingroup

int getAdmingroup()
Gets the value of the admingroup property.


setAdmingroup

void setAdmingroup(int value)
Sets the value of the admingroup property.


isSetAdmingroup

boolean isSetAdmingroup()

unsetAdmingroup

void unsetAdmingroup()

getMrbw

float getMrbw()
Gets the value of the mrbw property.


setMrbw

void setMrbw(float value)
Sets the value of the mrbw property.


isSetMrbw

boolean isSetMrbw()

unsetMrbw

void unsetMrbw()

getMetric

float getMetric()
Gets the value of the metric property.


setMetric

void setMetric(float value)
Sets the value of the metric property.


isSetMetric

boolean isSetMetric()

unsetMetric

void unsetMetric()

getDiffServ

LinkIgp.StaticType.DiffServType getDiffServ()
Gets the value of the diffServ property.

Returns:
possible object is LinkIgp.StaticType.DiffServType

setDiffServ

void setDiffServ(LinkIgp.StaticType.DiffServType value)
Sets the value of the diffServ property.

Parameters:
value - allowed object is LinkIgp.StaticType.DiffServType

isSetDiffServ

boolean isSetDiffServ()

unsetDiffServ

void unsetDiffServ()


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