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

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

public static interface InterTMType.NodeType.SrcType

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

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


Nested Class Summary
static interface InterTMType.NodeType.SrcType.DstType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getDst()
          Gets the value of the Dst property.
 java.lang.String getPrefix()
          Gets the value of the prefix property.
 boolean isSetDst()
           
 boolean isSetPrefix()
           
 void setPrefix(java.lang.String value)
          Sets the value of the prefix property.
 void unsetDst()
           
 void unsetPrefix()
           
 

Method Detail

getDst

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

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

    getDst().add(newItem);
 

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


isSetDst

boolean isSetDst()

unsetDst

void unsetDst()

getPrefix

java.lang.String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

void setPrefix(java.lang.String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String

isSetPrefix

boolean isSetPrefix()

unsetPrefix

void unsetPrefix()


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