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

All Superinterfaces:
javax.xml.bind.Element, InterTMType
All Known Implementing Classes:
InterTMImpl

public interface InterTM
extends javax.xml.bind.Element, InterTMType

Java content class for InterTM 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 92)

 <element name="InterTM">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="node" maxOccurs="unbounded">
             <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="prefix" use="required" type="{}IPAddressMask" />
                                     </extension>
                                   </simpleContent>
                                 </complexType>
                               </element>
                             </sequence>
                             <attribute name="prefix" use="required" type="{}IPAddressMask" />
                           </restriction>
                         </complexContent>
                       </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.InterTMType
InterTMType.NodeType
 
Method Summary
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.trafficMatrix.model.jaxb.InterTMType
getASID, getNode, isSetASID, isSetNode, setASID, unsetASID, unsetNode
 



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