be.ac.ulg.montefiore.run.totem.trafficMatrix.model.jaxb
Interface IntraTMType.SrcType.DstType

All Known Implementing Classes:
IntraTMTypeImpl.SrcTypeImpl.DstTypeImpl
Enclosing interface:
IntraTMType.SrcType

public static interface IntraTMType.SrcType.DstType

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/lepropre/projects/run-totem/src/resources/trafficMatrix/TrafficMatrix-v1_2.xsd line 74)

 <complexType>
   <simpleContent>
     <extension base="<>nonNegativeFloat">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 float getValue()
          Gets the value of the value property.
 boolean isSetId()
           
 boolean isSetValue()
           
 void setId(java.lang.String 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

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


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