be.ac.ulg.montefiore.run.totem.trafficMatrix.model.jaxb
Interface Information.UnitsType

All Known Implementing Classes:
InformationImpl.UnitsTypeImpl
Enclosing interface:
Information

public static interface Information.UnitsType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unit">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="bandwidth" />
                 <attribute name="value" use="required" type="{}bandwidthUnits" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Information.UnitsType.UnitType
          Java content class for anonymous complex type.
 
Method Summary
 Information.UnitsType.UnitType getUnit()
          Gets the value of the unit property.
 boolean isSetUnit()
           
 void setUnit(Information.UnitsType.UnitType value)
          Sets the value of the unit property.
 void unsetUnit()
           
 

Method Detail

getUnit

Information.UnitsType.UnitType getUnit()
Gets the value of the unit property.

Returns:
possible object is Information.UnitsType.UnitType

setUnit

void setUnit(Information.UnitsType.UnitType value)
Sets the value of the unit property.

Parameters:
value - allowed object is Information.UnitsType.UnitType

isSetUnit

boolean isSetUnit()

unsetUnit

void unsetUnit()


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