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

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

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


Nested Class Summary
static class BgpNeighborImpl.FiltersTypeImpl
           
 class BgpNeighborImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.jaxb.BgpNeighbor
BgpNeighbor.FiltersType
 
Field Summary
protected  int _As
           
protected  BgpNeighbor.FiltersType _Filters
           
protected  java.lang.String _Ip
           
protected  boolean _NextHopSelf
           
protected  boolean _ReflectorClient
           
protected  boolean has_As
           
protected  boolean has_NextHopSelf
           
protected  boolean has_ReflectorClient
           
static java.lang.Class version
           
 
Constructor Summary
BgpNeighborImpl()
           
 
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.
 int getAs()
          Gets the value of the as property.
 BgpNeighbor.FiltersType getFilters()
          Gets the value of the filters property.
 java.lang.String getIp()
          Gets the value of the ip property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 boolean isNextHopSelf()
          Gets the value of the nextHopSelf property.
 boolean isReflectorClient()
          Gets the value of the reflectorClient property.
 boolean isSetAs()
           
 boolean isSetFilters()
           
 boolean isSetIp()
           
 boolean isSetNextHopSelf()
           
 boolean isSetReflectorClient()
           
 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 setAs(int value)
          Sets the value of the as property.
 void setFilters(BgpNeighbor.FiltersType value)
          Sets the value of the filters property.
 void setIp(java.lang.String value)
          Sets the value of the ip property.
 void setNextHopSelf(boolean value)
          Sets the value of the nextHopSelf property.
 void setReflectorClient(boolean value)
          Sets the value of the reflectorClient property.
 void unsetAs()
           
 void unsetFilters()
           
 void unsetIp()
           
 void unsetNextHopSelf()
           
 void unsetReflectorClient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_NextHopSelf

protected boolean has_NextHopSelf

_NextHopSelf

protected boolean _NextHopSelf

has_ReflectorClient

protected boolean has_ReflectorClient

_ReflectorClient

protected boolean _ReflectorClient

_Filters

protected BgpNeighbor.FiltersType _Filters

has_As

protected boolean has_As

_As

protected int _As

_Ip

protected java.lang.String _Ip

version

public static final java.lang.Class version
Constructor Detail

BgpNeighborImpl

public BgpNeighborImpl()
Method Detail

isNextHopSelf

public boolean isNextHopSelf()
Description copied from interface: BgpNeighbor
Gets the value of the nextHopSelf property.

Specified by:
isNextHopSelf in interface BgpNeighbor

setNextHopSelf

public void setNextHopSelf(boolean value)
Description copied from interface: BgpNeighbor
Sets the value of the nextHopSelf property.

Specified by:
setNextHopSelf in interface BgpNeighbor

isSetNextHopSelf

public boolean isSetNextHopSelf()
Specified by:
isSetNextHopSelf in interface BgpNeighbor

unsetNextHopSelf

public void unsetNextHopSelf()
Specified by:
unsetNextHopSelf in interface BgpNeighbor

isReflectorClient

public boolean isReflectorClient()
Description copied from interface: BgpNeighbor
Gets the value of the reflectorClient property.

Specified by:
isReflectorClient in interface BgpNeighbor

setReflectorClient

public void setReflectorClient(boolean value)
Description copied from interface: BgpNeighbor
Sets the value of the reflectorClient property.

Specified by:
setReflectorClient in interface BgpNeighbor

isSetReflectorClient

public boolean isSetReflectorClient()
Specified by:
isSetReflectorClient in interface BgpNeighbor

unsetReflectorClient

public void unsetReflectorClient()
Specified by:
unsetReflectorClient in interface BgpNeighbor

getFilters

public BgpNeighbor.FiltersType getFilters()
Description copied from interface: BgpNeighbor
Gets the value of the filters property.

Specified by:
getFilters in interface BgpNeighbor
Returns:
possible object is BgpNeighbor.FiltersType

setFilters

public void setFilters(BgpNeighbor.FiltersType value)
Description copied from interface: BgpNeighbor
Sets the value of the filters property.

Specified by:
setFilters in interface BgpNeighbor
Parameters:
value - allowed object is BgpNeighbor.FiltersType

isSetFilters

public boolean isSetFilters()
Specified by:
isSetFilters in interface BgpNeighbor

unsetFilters

public void unsetFilters()
Specified by:
unsetFilters in interface BgpNeighbor

getAs

public int getAs()
Description copied from interface: BgpNeighbor
Gets the value of the as property.

Specified by:
getAs in interface BgpNeighbor

setAs

public void setAs(int value)
Description copied from interface: BgpNeighbor
Sets the value of the as property.

Specified by:
setAs in interface BgpNeighbor

isSetAs

public boolean isSetAs()
Specified by:
isSetAs in interface BgpNeighbor

unsetAs

public void unsetAs()
Specified by:
unsetAs in interface BgpNeighbor

getIp

public java.lang.String getIp()
Description copied from interface: BgpNeighbor
Gets the value of the ip property.

Specified by:
getIp in interface BgpNeighbor
Returns:
possible object is String

setIp

public void setIp(java.lang.String value)
Description copied from interface: BgpNeighbor
Sets the value of the ip property.

Specified by:
setIp in interface BgpNeighbor
Parameters:
value - allowed object is String

isSetIp

public boolean isSetIp()
Specified by:
isSetIp in interface BgpNeighbor

unsetIp

public void unsetIp()
Specified by:
unsetIp in interface BgpNeighbor

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.