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

All Known Implementing Classes:
IntraTMTypeImpl.SrcTypeImpl
Enclosing interface:
IntraTMType

public static interface IntraTMType.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 71)

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


Nested Class Summary
static interface IntraTMType.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 getId()
          Gets the value of the id property.
 boolean isSetDst()
           
 boolean isSetId()
           
 void setId(java.lang.String value)
          Sets the value of the id property.
 void unsetDst()
           
 void unsetId()
           
 

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 IntraTMType.SrcType.DstType


isSetDst

boolean isSetDst()

unsetDst

void unsetDst()

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.