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

All Superinterfaces:
DomainType, javax.xml.bind.Element
All Known Implementing Classes:
DomainImpl, DomainImpl

public interface Domain
extends javax.xml.bind.Element, DomainType

Java content class for domain element declaration.

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

 <element name="domain">
   <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>
 </element>
 


Method Summary
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.jaxb.DomainType
getASID, getBgp, getIgp, getInfo, getMpls, getName, getTopology, isSetASID, isSetBgp, isSetIgp, isSetInfo, isSetMpls, isSetName, isSetTopology, setASID, setBgp, setIgp, setInfo, setMpls, setName, setTopology, unsetASID, unsetBgp, unsetIgp, unsetInfo, unsetMpls, unsetName, unsetTopology
 



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