be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface MplsCosRoutingType.CosType

All Known Implementing Classes:
MplsCosRoutingTypeImpl.CosTypeImpl
Enclosing interface:
MplsCosRoutingType

public static interface MplsCosRoutingType.CosType

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/scenario/Scenario-v1_3.xsd line 515)

 <complexType>
   <simpleContent>
     <extension base="<http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be>TMIdType">
       <attribute name="name" use="required" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}cosType" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 int getValue()
          Gets the value of the value property.
 boolean isSetName()
           
 boolean isSetValue()
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValue(int value)
          Sets the value of the value property.
 void unsetName()
           
 void unsetValue()
           
 

Method Detail

getValue

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


setValue

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


isSetValue

boolean isSetValue()

unsetValue

void unsetValue()

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()


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