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

All Known Implementing Classes:
BgpNetworkImpl, BgpNetworkImpl

public interface BgpNetwork

Java content class for bgpNetwork 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 406)

 <complexType name="bgpNetwork">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="prefix" type="{}IPAddressMask" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getPrefix()
          Gets the value of the prefix property.
 boolean isSetPrefix()
           
 void setPrefix(java.lang.String value)
          Sets the value of the prefix property.
 void unsetPrefix()
           
 

Method Detail

getPrefix

java.lang.String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

void setPrefix(java.lang.String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String

isSetPrefix

boolean isSetPrefix()

unsetPrefix

void unsetPrefix()


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