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

All Known Implementing Classes:
LinkIgpImpl.DynamicTypeImpl.RbwTypeImpl.PriorityTypeImpl
Enclosing interface:
LinkIgp.DynamicType.RbwType

public static interface LinkIgp.DynamicType.RbwType.PriorityType

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

 <complexType>
   <simpleContent>
     <extension base="<>bwType">
       <attribute name="id" use="required" type="{}priorityIdType" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 int getId()
          Gets the value of the id property.
 float getValue()
          Gets the value of the value property.
 boolean isSetId()
           
 boolean isSetValue()
           
 void setId(int value)
          Sets the value of the id property.
 void setValue(float value)
          Sets the value of the value property.
 void unsetId()
           
 void unsetValue()
           
 

Method Detail

getValue

float getValue()
Gets the value of the value property.


setValue

void setValue(float value)
Sets the value of the value property.


isSetValue

boolean isSetValue()

unsetValue

void unsetValue()

getId

int getId()
Gets the value of the id property.


setId

void setId(int value)
Sets the value of the id property.


isSetId

boolean isSetId()

unsetId

void unsetId()


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