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

All Known Subinterfaces:
InterTM
All Known Implementing Classes:
InterTMImpl, InterTMTypeImpl

public interface InterTMType

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

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


Nested Class Summary
static interface InterTMType.NodeType
          Java content class for anonymous complex type.
 
Method Summary
 int getASID()
          Gets the value of the asid property.
 java.util.List getNode()
          Gets the value of the Node property.
 boolean isSetASID()
           
 boolean isSetNode()
           
 void setASID(int value)
          Sets the value of the asid property.
 void unsetASID()
           
 void unsetNode()
           
 

Method Detail

getNode

java.util.List getNode()
Gets the value of the Node property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Node property.

For example, to add a new item, do as follows:

    getNode().add(newItem);
 

Objects of the following type(s) are allowed in the list InterTMType.NodeType


isSetNode

boolean isSetNode()

unsetNode

void unsetNode()

getASID

int getASID()
Gets the value of the asid property.


setASID

void setASID(int value)
Sets the value of the asid property.


isSetASID

boolean isSetASID()

unsetASID

void unsetASID()


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