|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl.BgpRouterImpl
public class BgpRouterImpl
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 |
---|
protected BgpRouter.NetworksType _Networks
protected boolean has_Reflector
protected boolean _Reflector
protected BgpRouter.NeighborsType _Neighbors
protected java.lang.String _Id
protected java.lang.String _Rid
public static final java.lang.Class version
Constructor Detail |
---|
public BgpRouterImpl()
Method Detail |
---|
public BgpRouter.NetworksType getNetworks()
BgpRouter
getNetworks
in interface BgpRouter
BgpRouter.NetworksType
public void setNetworks(BgpRouter.NetworksType value)
BgpRouter
setNetworks
in interface BgpRouter
value
- allowed object is
BgpRouter.NetworksType
public boolean isSetNetworks()
isSetNetworks
in interface BgpRouter
public void unsetNetworks()
unsetNetworks
in interface BgpRouter
public boolean isReflector()
BgpRouter
isReflector
in interface BgpRouter
public void setReflector(boolean value)
BgpRouter
setReflector
in interface BgpRouter
public boolean isSetReflector()
isSetReflector
in interface BgpRouter
public void unsetReflector()
unsetReflector
in interface BgpRouter
public BgpRouter.NeighborsType getNeighbors()
BgpRouter
getNeighbors
in interface BgpRouter
BgpRouter.NeighborsType
public void setNeighbors(BgpRouter.NeighborsType value)
BgpRouter
setNeighbors
in interface BgpRouter
value
- allowed object is
BgpRouter.NeighborsType
public boolean isSetNeighbors()
isSetNeighbors
in interface BgpRouter
public void unsetNeighbors()
unsetNeighbors
in interface BgpRouter
public java.lang.String getId()
BgpRouter
getId
in interface BgpRouter
String
public void setId(java.lang.String value)
BgpRouter
setId
in interface BgpRouter
value
- allowed object is
String
public boolean isSetId()
isSetId
in interface BgpRouter
public void unsetId()
unsetId
in interface BgpRouter
public java.lang.String getRid()
BgpRouter
getRid
in interface BgpRouter
String
public void setRid(java.lang.String value)
BgpRouter
setRid
in interface BgpRouter
value
- allowed object is
String
public boolean isSetRid()
isSetRid
in interface BgpRouter
public void unsetRid()
unsetRid
in interface BgpRouter
public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller
in interface UnmarshallableObject
public void serializeBody(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeBody
in interface XMLSerializable
org.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes
in interface XMLSerializable
org.xml.sax.SAXException
public void serializeURIs(XMLSerializer context) throws org.xml.sax.SAXException
XMLSerializable
serializeURIs
in interface XMLSerializable
org.xml.sax.SAXException
public java.lang.Class getPrimaryInterface()
ValidatableObject
FooImpl
will return Foo
from this method.
getPrimaryInterface
in interface ValidatableObject
public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator
in interface ValidatableObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |