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_3.xsd line 37)

 <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.
 boolean isSetASID()
           
 boolean isSetBgp()
           
 boolean isSetIgp()
           
 boolean isSetInfo()
           
 boolean isSetMpls()
           
 boolean isSetName()
           
 boolean isSetTopology()
           
 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.
 void unsetASID()
           
 void unsetBgp()
           
 void unsetIgp()
           
 void unsetInfo()
           
 void unsetMpls()
           
 void unsetName()
           
 void unsetTopology()
           
 

Method Detail

getASID

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


setASID

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


isSetASID

boolean isSetASID()

unsetASID

void unsetASID()

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

isSetBgp

boolean isSetBgp()

unsetBgp

void unsetBgp()

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

isSetIgp

boolean isSetIgp()

unsetIgp

void unsetIgp()

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

isSetMpls

boolean isSetMpls()

unsetMpls

void unsetMpls()

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

isSetName

boolean isSetName()

unsetName

void unsetName()

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

isSetTopology

boolean isSetTopology()

unsetTopology

void unsetTopology()

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

isSetInfo

boolean isSetInfo()

unsetInfo

void unsetInfo()


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