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

All Known Subinterfaces:
Domain
All Known Implementing Classes:
DomainImpl, DomainImpl, DomainTypeImpl

public interface DomainType

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/monfort/Projects/run-totem/src/resources/domain/Domain-v1_2.xsd line 33)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="info" type="{}information"/>
         <element name="topology" type="{}topology"/>
         <element name="mpls" type="{}mpls" minOccurs="0"/>
         <element name="igp" type="{}igp" minOccurs="0"/>
         <element name="bgp" type="{}bgp" minOccurs="0"/>
       </sequence>
       <attribute name="ASID" use="required" type="{}ASIdType" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 int getASID()
          Gets the value of the asid property.
 Bgp getBgp()
          Gets the value of the bgp property.
 Igp getIgp()
          Gets the value of the igp property.
 Information getInfo()
          Gets the value of the info property.
 Mpls getMpls()
          Gets the value of the mpls property.
 java.lang.String getName()
          Gets the value of the name property.
 Topology getTopology()
          Gets the value of the topology property.
 void setASID(int value)
          Sets the value of the asid property.
 void setBgp(Bgp value)
          Sets the value of the bgp property.
 void setIgp(Igp value)
          Sets the value of the igp property.
 void setInfo(Information value)
          Sets the value of the info property.
 void setMpls(Mpls value)
          Sets the value of the mpls property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTopology(Topology value)
          Sets the value of the topology property.
 

Method Detail

getASID

int getASID()
Gets the value of the asid property.


setASID

void setASID(int value)
Sets the value of the asid property.


getBgp

Bgp getBgp()
Gets the value of the bgp property.

Returns:
possible object is Bgp

setBgp

void setBgp(Bgp value)
Sets the value of the bgp property.

Parameters:
value - allowed object is Bgp

getIgp

Igp getIgp()
Gets the value of the igp property.

Returns:
possible object is Igp

setIgp

void setIgp(Igp value)
Sets the value of the igp property.

Parameters:
value - allowed object is Igp

getMpls

Mpls getMpls()
Gets the value of the mpls property.

Returns:
possible object is Mpls

setMpls

void setMpls(Mpls value)
Sets the value of the mpls property.

Parameters:
value - allowed object is Mpls

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getTopology

Topology getTopology()
Gets the value of the topology property.

Returns:
possible object is Topology

setTopology

void setTopology(Topology value)
Sets the value of the topology property.

Parameters:
value - allowed object is Topology

getInfo

Information getInfo()
Gets the value of the info property.

Returns:
possible object is Information

setInfo

void setInfo(Information value)
Sets the value of the info property.

Parameters:
value - allowed object is Information


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