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

All Known Implementing Classes:
InterTMTypeImpl.NodeTypeImpl
Enclosing interface:
InterTMType

public static interface InterTMType.NodeType

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

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


Nested Class Summary
static interface InterTMType.NodeType.SrcType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.util.List getSrc()
          Gets the value of the Src property.
 boolean isSetId()
           
 boolean isSetSrc()
           
 void setId(java.lang.String value)
          Sets the value of the id property.
 void unsetId()
           
 void unsetSrc()
           
 

Method Detail

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 InterTMType.NodeType.SrcType


isSetSrc

boolean isSetSrc()

unsetSrc

void unsetSrc()

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isSetId

boolean isSetId()

unsetId

void unsetId()


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