be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface Topology

All Known Implementing Classes:
TopologyImpl

public interface Topology

Java content class for topology complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/monfort/Projects/run-totem/src/resources/domain/Domain-v1_3.xsd line 165)

 <complexType name="topology">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nodes">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="node" type="{}node" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="links" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="link" type="{}link" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Topology.LinksType
          Java content class for anonymous complex type.
static interface Topology.NodesType
          Java content class for anonymous complex type.
 
Method Summary
 Topology.LinksType getLinks()
          Gets the value of the links property.
 Topology.NodesType getNodes()
          Gets the value of the nodes property.
 boolean isSetLinks()
           
 boolean isSetNodes()
           
 void setLinks(Topology.LinksType value)
          Sets the value of the links property.
 void setNodes(Topology.NodesType value)
          Sets the value of the nodes property.
 void unsetLinks()
           
 void unsetNodes()
           
 

Method Detail

getNodes

Topology.NodesType getNodes()
Gets the value of the nodes property.

Returns:
possible object is Topology.NodesType

setNodes

void setNodes(Topology.NodesType value)
Sets the value of the nodes property.

Parameters:
value - allowed object is Topology.NodesType

isSetNodes

boolean isSetNodes()

unsetNodes

void unsetNodes()

getLinks

Topology.LinksType getLinks()
Gets the value of the links property.

Returns:
possible object is Topology.LinksType

setLinks

void setLinks(Topology.LinksType value)
Sets the value of the links property.

Parameters:
value - allowed object is Topology.LinksType

isSetLinks

boolean isSetLinks()

unsetLinks

void unsetLinks()


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