be.ac.ulg.montefiore.run.totem.trafficMatrix.model.jaxb
Interface TrafficMatrixFileType

All Known Subinterfaces:
TrafficMatrixFile
All Known Implementing Classes:
TrafficMatrixFileImpl, TrafficMatrixFileTypeImpl

public interface TrafficMatrixFileType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="info" type="{}information" minOccurs="0"/>
         <choice>
           <element ref="{}IntraTM"/>
           <element ref="{}InterTM"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Information getInfo()
          Gets the value of the info property.
 InterTMType getInterTM()
          Gets the value of the interTM property.
 IntraTMType getIntraTM()
          Gets the value of the intraTM property.
 boolean isSetInfo()
           
 boolean isSetInterTM()
           
 boolean isSetIntraTM()
           
 void setInfo(Information value)
          Sets the value of the info property.
 void setInterTM(InterTMType value)
          Sets the value of the interTM property.
 void setIntraTM(IntraTMType value)
          Sets the value of the intraTM property.
 void unsetInfo()
           
 void unsetInterTM()
           
 void unsetIntraTM()
           
 

Method Detail

getInterTM

InterTMType getInterTM()
Gets the value of the interTM property.

Returns:
possible object is InterTM InterTMType

setInterTM

void setInterTM(InterTMType value)
Sets the value of the interTM property.

Parameters:
value - allowed object is InterTM InterTMType

isSetInterTM

boolean isSetInterTM()

unsetInterTM

void unsetInterTM()

getIntraTM

IntraTMType getIntraTM()
Gets the value of the intraTM property.

Returns:
possible object is IntraTMType IntraTM

setIntraTM

void setIntraTM(IntraTMType value)
Sets the value of the intraTM property.

Parameters:
value - allowed object is IntraTMType IntraTM

isSetIntraTM

boolean isSetIntraTM()

unsetIntraTM

void unsetIntraTM()

getInfo

Information getInfo()
Gets the value of the info property.

Returns:
possible object is Information

setInfo

void setInfo(Information value)
Sets the value of the info property.

Parameters:
value - allowed object is Information

isSetInfo

boolean isSetInfo()

unsetInfo

void unsetInfo()


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