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

All Superinterfaces:
javax.xml.bind.Element, IntraTMType
All Known Implementing Classes:
IntraTMImpl

public interface IntraTM
extends javax.xml.bind.Element, IntraTMType

Java content class for IntraTM 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 67)

 <element name="IntraTM">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="src" maxOccurs="unbounded">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="dst" maxOccurs="unbounded">
                       <complexType>
                         <simpleContent>
                           <extension base="<>nonNegativeFloat">
                             <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                           </extension>
                         </simpleContent>
                       </complexType>
                     </element>
                   </sequence>
                   <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
         <attribute name="ASID" use="required" type="{}ASIdType" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.trafficMatrix.model.jaxb.IntraTMType
IntraTMType.SrcType
 
Method Summary
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.trafficMatrix.model.jaxb.IntraTMType
getASID, getSrc, isSetASID, isSetSrc, setASID, unsetASID, unsetSrc
 



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