be.ac.ulg.montefiore.run.totem.domain.model.jaxb
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 http://totem.run.montefiore.ulg.ac.be/Schema/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.
 boolean isSetType()
           
 boolean isSetValue()
           
 void setType(UnitsType value)
          Sets the value of the type property.
 void setValue(java.lang.Object value)
          Sets the value of the value property.
 void unsetType()
           
 void unsetValue()
           
 

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

isSetType

boolean isSetType()

unsetType

void unsetType()

getValue

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

Returns:
possible object is BandwidthUnits DelayUnits

setValue

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

Parameters:
value - allowed object is BandwidthUnits DelayUnits

isSetValue

boolean isSetValue()

unsetValue

void unsetValue()


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