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

All Superinterfaces:
javax.xml.bind.Element, TrafficMatrixFileType
All Known Implementing Classes:
TrafficMatrixFileImpl

public interface TrafficMatrixFile
extends javax.xml.bind.Element, TrafficMatrixFileType

Java content class for TrafficMatrixFile element declaration.

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

 <element name="TrafficMatrixFile">
   <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>
 </element>
 


Method Summary
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.trafficMatrix.model.jaxb.TrafficMatrixFileType
getInfo, getInterTM, getIntraTM, isSetInfo, isSetInterTM, isSetIntraTM, setInfo, setInterTM, setIntraTM, unsetInfo, unsetInterTM, unsetIntraTM
 



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