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

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

public static interface LinkIgp.DynamicType

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

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


Nested Class Summary
static interface LinkIgp.DynamicType.RbwType
          Java content class for anonymous complex type.
 
Method Summary
 LinkIgp.DynamicType.RbwType getRbw()
          Gets the value of the rbw property.
 boolean isSetRbw()
           
 void setRbw(LinkIgp.DynamicType.RbwType value)
          Sets the value of the rbw property.
 void unsetRbw()
           
 

Method Detail

getRbw

LinkIgp.DynamicType.RbwType getRbw()
Gets the value of the rbw property.

Returns:
possible object is LinkIgp.DynamicType.RbwType

setRbw

void setRbw(LinkIgp.DynamicType.RbwType value)
Sets the value of the rbw property.

Parameters:
value - allowed object is LinkIgp.DynamicType.RbwType

isSetRbw

boolean isSetRbw()

unsetRbw

void unsetRbw()


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