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

All Known Subinterfaces:
IntraTM
All Known Implementing Classes:
IntraTMImpl, IntraTMTypeImpl

public interface IntraTMType

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

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


Nested Class Summary
static interface IntraTMType.SrcType
          Java content class for anonymous complex type.
 
Method Summary
 int getASID()
          Gets the value of the asid property.
 java.util.List getSrc()
          Gets the value of the Src property.
 boolean isSetASID()
           
 boolean isSetSrc()
           
 void setASID(int value)
          Sets the value of the asid property.
 void unsetASID()
           
 void unsetSrc()
           
 

Method Detail

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

getSrc

java.util.List getSrc()
Gets the value of the Src 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 Src property.

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

    getSrc().add(newItem);
 

Objects of the following type(s) are allowed in the list IntraTMType.SrcType


isSetSrc

boolean isSetSrc()

unsetSrc

void unsetSrc()


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