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

All Known Implementing Classes:
LinkIgpImpl

public interface LinkIgp

Java content class for linkIgp 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 318)

 <complexType name="linkIgp">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="static" minOccurs="0">
           <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>
         </element>
         <element name="dynamic" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="rbw">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="priority" maxOccurs="8">
                               <complexType>
                                 <simpleContent>
                                   <extension base="<>bwType">
                                     <attribute name="id" use="required" type="{}priorityIdType" />
                                   </extension>
                                 </simpleContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" use="required" type="{}linkIdType" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface LinkIgp.DynamicType
          Java content class for anonymous complex type.
static interface LinkIgp.StaticType
          Java content class for anonymous complex type.
 
Method Summary
 LinkIgp.DynamicType getDynamic()
          Gets the value of the dynamic property.
 java.lang.String getId()
          Gets the value of the id property.
 LinkIgp.StaticType getStatic()
          Gets the value of the static property.
 boolean isSetDynamic()
           
 boolean isSetId()
           
 boolean isSetStatic()
           
 void setDynamic(LinkIgp.DynamicType value)
          Sets the value of the dynamic property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setStatic(LinkIgp.StaticType value)
          Sets the value of the static property.
 void unsetDynamic()
           
 void unsetId()
           
 void unsetStatic()
           
 

Method Detail

getDynamic

LinkIgp.DynamicType getDynamic()
Gets the value of the dynamic property.

Returns:
possible object is LinkIgp.DynamicType

setDynamic

void setDynamic(LinkIgp.DynamicType value)
Sets the value of the dynamic property.

Parameters:
value - allowed object is LinkIgp.DynamicType

isSetDynamic

boolean isSetDynamic()

unsetDynamic

void unsetDynamic()

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

boolean isSetId()

unsetId

void unsetId()

getStatic

LinkIgp.StaticType getStatic()
Gets the value of the static property.

Returns:
possible object is LinkIgp.StaticType

setStatic

void setStatic(LinkIgp.StaticType value)
Sets the value of the static property.

Parameters:
value - allowed object is LinkIgp.StaticType

isSetStatic

boolean isSetStatic()

unsetStatic

void unsetStatic()


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