be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl
Class BgpRouterImpl

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl.BgpRouterImpl
All Implemented Interfaces:
BgpRouter, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
Direct Known Subclasses:
BgpRouterImpl

public class BgpRouterImpl
extends java.lang.Object
implements BgpRouter, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
static class BgpRouterImpl.NeighborsTypeImpl
           
static class BgpRouterImpl.NetworksTypeImpl
           
 class BgpRouterImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.jaxb.BgpRouter
BgpRouter.NeighborsType, BgpRouter.NetworksType
 
Field Summary
protected  java.lang.String _Id
           
protected  BgpRouter.NeighborsType _Neighbors
           
protected  BgpRouter.NetworksType _Networks
           
protected  boolean _Reflector
           
protected  java.lang.String _Rid
           
protected  boolean has_Reflector
           
static java.lang.Class version
           
 
Constructor Summary
BgpRouterImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 java.lang.String getId()
          Gets the value of the id property.
 BgpRouter.NeighborsType getNeighbors()
          Gets the value of the neighbors property.
 BgpRouter.NetworksType getNetworks()
          Gets the value of the networks property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getRid()
          Gets the value of the rid property.
 boolean isReflector()
          Gets the value of the reflector property.
 boolean isSetId()
           
 boolean isSetNeighbors()
           
 boolean isSetNetworks()
           
 boolean isSetReflector()
           
 boolean isSetRid()
           
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setNeighbors(BgpRouter.NeighborsType value)
          Sets the value of the neighbors property.
 void setNetworks(BgpRouter.NetworksType value)
          Sets the value of the networks property.
 void setReflector(boolean value)
          Sets the value of the reflector property.
 void setRid(java.lang.String value)
          Sets the value of the rid property.
 void unsetId()
           
 void unsetNeighbors()
           
 void unsetNetworks()
           
 void unsetReflector()
           
 void unsetRid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Networks

protected BgpRouter.NetworksType _Networks

has_Reflector

protected boolean has_Reflector

_Reflector

protected boolean _Reflector

_Neighbors

protected BgpRouter.NeighborsType _Neighbors

_Id

protected java.lang.String _Id

_Rid

protected java.lang.String _Rid

version

public static final java.lang.Class version
Constructor Detail

BgpRouterImpl

public BgpRouterImpl()
Method Detail

getNetworks

public BgpRouter.NetworksType getNetworks()
Description copied from interface: BgpRouter
Gets the value of the networks property.

Specified by:
getNetworks in interface BgpRouter
Returns:
possible object is BgpRouter.NetworksType

setNetworks

public void setNetworks(BgpRouter.NetworksType value)
Description copied from interface: BgpRouter
Sets the value of the networks property.

Specified by:
setNetworks in interface BgpRouter
Parameters:
value - allowed object is BgpRouter.NetworksType

isSetNetworks

public boolean isSetNetworks()
Specified by:
isSetNetworks in interface BgpRouter

unsetNetworks

public void unsetNetworks()
Specified by:
unsetNetworks in interface BgpRouter

isReflector

public boolean isReflector()
Description copied from interface: BgpRouter
Gets the value of the reflector property.

Specified by:
isReflector in interface BgpRouter

setReflector

public void setReflector(boolean value)
Description copied from interface: BgpRouter
Sets the value of the reflector property.

Specified by:
setReflector in interface BgpRouter

isSetReflector

public boolean isSetReflector()
Specified by:
isSetReflector in interface BgpRouter

unsetReflector

public void unsetReflector()
Specified by:
unsetReflector in interface BgpRouter

getNeighbors

public BgpRouter.NeighborsType getNeighbors()
Description copied from interface: BgpRouter
Gets the value of the neighbors property.

Specified by:
getNeighbors in interface BgpRouter
Returns:
possible object is BgpRouter.NeighborsType

setNeighbors

public void setNeighbors(BgpRouter.NeighborsType value)
Description copied from interface: BgpRouter
Sets the value of the neighbors property.

Specified by:
setNeighbors in interface BgpRouter
Parameters:
value - allowed object is BgpRouter.NeighborsType

isSetNeighbors

public boolean isSetNeighbors()
Specified by:
isSetNeighbors in interface BgpRouter

unsetNeighbors

public void unsetNeighbors()
Specified by:
unsetNeighbors in interface BgpRouter

getId

public java.lang.String getId()
Description copied from interface: BgpRouter
Gets the value of the id property.

Specified by:
getId in interface BgpRouter
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: BgpRouter
Sets the value of the id property.

Specified by:
setId in interface BgpRouter
Parameters:
value - allowed object is String

isSetId

public boolean isSetId()
Specified by:
isSetId in interface BgpRouter

unsetId

public void unsetId()
Specified by:
unsetId in interface BgpRouter

getRid

public java.lang.String getRid()
Description copied from interface: BgpRouter
Gets the value of the rid property.

Specified by:
getRid in interface BgpRouter
Returns:
possible object is String

setRid

public void setRid(java.lang.String value)
Description copied from interface: BgpRouter
Sets the value of the rid property.

Specified by:
setRid in interface BgpRouter
Parameters:
value - allowed object is String

isSetRid

public boolean isSetRid()
Specified by:
isSetRid in interface BgpRouter

unsetRid

public void unsetRid()
Specified by:
unsetRid in interface BgpRouter

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject


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