be.ac.ulg.montefiore.run.totem.util.jaxb.totemBase
Interface UnitType

All Known Subinterfaces:
Unit
All Known Implementing Classes:
UnitImpl, UnitTypeImpl

public interface UnitType

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/TOTEM-base/TOTEM-base-v1_0.xsd line 24)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" use="required" type="{}unitsType" />
       <attribute name="value" use="required" type="{}unitsValue" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 UnitsType getType()
          Gets the value of the type property.
 java.lang.Object getValue()
          Gets the value of the value property.
 void setType(UnitsType value)
          Sets the value of the type property.
 void setValue(java.lang.Object value)
          Sets the value of the value property.
 

Method Detail

getType

UnitsType getType()
Gets the value of the type property.

Returns:
possible object is UnitsType

setType

void setType(UnitsType value)
Sets the value of the type property.

Parameters:
value - allowed object is UnitsType

getValue

java.lang.Object getValue()
Gets the value of the value property.

Returns:
possible object is DelayUnits BandwidthUnits

setValue

void setValue(java.lang.Object value)
Sets the value of the value property.

Parameters:
value - allowed object is DelayUnits BandwidthUnits


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