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

All Known Implementing Classes:
InterTMTypeImpl.NodeTypeImpl.SrcTypeImpl.DstTypeImpl
Enclosing interface:
InterTMType.NodeType.SrcType

public static interface InterTMType.NodeType.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 102)

 <complexType>
   <simpleContent>
     <extension base="<>nonNegativeFloat">
       <attribute name="prefix" use="required" type="{}IPAddressMask" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getPrefix()
          Gets the value of the prefix property.
 float getValue()
          Gets the value of the value property.
 boolean isSetPrefix()
           
 boolean isSetValue()
           
 void setPrefix(java.lang.String value)
          Sets the value of the prefix property.
 void setValue(float value)
          Sets the value of the value property.
 void unsetPrefix()
           
 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()

getPrefix

java.lang.String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

void setPrefix(java.lang.String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String

isSetPrefix

boolean isSetPrefix()

unsetPrefix

void unsetPrefix()


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