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

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

public static interface Information.UnitsType.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/trafficMatrix/TrafficMatrix-v1_2.xsd line 56)

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


Method Summary
 java.lang.String getType()
          Gets the value of the type property.
 BandwidthUnits getValue()
          Gets the value of the value property.
 boolean isSetType()
           
 boolean isSetValue()
           
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setValue(BandwidthUnits value)
          Sets the value of the value property.
 void unsetType()
           
 void unsetValue()
           
 

Method Detail

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String String

isSetType

boolean isSetType()

unsetType

void unsetType()

getValue

BandwidthUnits getValue()
Gets the value of the value property.

Returns:
possible object is BandwidthUnits

setValue

void setValue(BandwidthUnits value)
Sets the value of the value property.

Parameters:
value - allowed object is BandwidthUnits

isSetValue

boolean isSetValue()

unsetValue

void unsetValue()


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