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

All Known Implementing Classes:
IgpImpl

public interface Igp

Java content class for igp 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 305)

 <complexType name="igp">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="links">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="link" type="{}linkIgp" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="type" type="{}igpType" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Igp.IgpLinksType
          Java content class for links element declaration.
static interface Igp.LinksType
          Java content class for anonymous complex type.
 
Method Summary
 Igp.IgpLinksType getLinks()
          Gets the value of the links property.
 IgpType getType()
          Gets the value of the type property.
 boolean isSetLinks()
           
 boolean isSetType()
           
 void setLinks(Igp.IgpLinksType value)
          Sets the value of the links property.
 void setType(IgpType value)
          Sets the value of the type property.
 void unsetLinks()
           
 void unsetType()
           
 

Method Detail

getType

IgpType getType()
Gets the value of the type property.

Returns:
possible object is IgpType

setType

void setType(IgpType value)
Sets the value of the type property.

Parameters:
value - allowed object is IgpType

isSetType

boolean isSetType()

unsetType

void unsetType()

getLinks

Igp.IgpLinksType getLinks()
Gets the value of the links property.

Returns:
possible object is Igp.IgpLinksType

setLinks

void setLinks(Igp.IgpLinksType value)
Sets the value of the links property.

Parameters:
value - allowed object is Igp.IgpLinksType

isSetLinks

boolean isSetLinks()

unsetLinks

void unsetLinks()


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