be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl
Class LSPCreationTypeImpl
java.lang.Object
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.ASEventTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.BaseLSPCreationTypeImpl
be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.LSPCreationTypeImpl
- All Implemented Interfaces:
- ASEventType, BaseLSPCreationType, EventType, LSPCreationType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject
- Direct Known Subclasses:
- LSPCreationImpl
public class LSPCreationTypeImpl
- extends BaseLSPCreationTypeImpl
- implements LSPCreationType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject
Field Summary |
protected java.lang.String |
_Dst
|
protected java.lang.String |
_Src
|
static java.lang.Class |
version
|
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.BaseLSPCreationTypeImpl |
_AcceptedCos, _Bw, _DiffServ, _EstablishLSP, _LspId, _MaxRate, _Metric, _Path, _RoutingAlgo, has_Bw, has_EstablishLSP, has_MaxRate, has_Metric |
Fields inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.EventTypeImpl |
_Time |
Methods inherited from class be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.impl.BaseLSPCreationTypeImpl |
getAcceptedCos, getBw, getDiffServ, getLspId, getMaxRate, getMetric, getPath, getRoutingAlgo, isEstablishLSP, isSetAcceptedCos, isSetBw, isSetDiffServ, isSetEstablishLSP, isSetLspId, isSetMaxRate, isSetMetric, isSetPath, isSetRoutingAlgo, setAcceptedCos, setBw, setDiffServ, setEstablishLSP, setLspId, setMaxRate, setMetric, setPath, setRoutingAlgo, unsetAcceptedCos, unsetBw, unsetDiffServ, unsetEstablishLSP, unsetLspId, unsetMaxRate, unsetMetric, unsetPath, unsetRoutingAlgo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.BaseLSPCreationType |
getAcceptedCos, getBw, getDiffServ, getLspId, getMaxRate, getMetric, getPath, getRoutingAlgo, isEstablishLSP, isSetAcceptedCos, isSetBw, isSetDiffServ, isSetEstablishLSP, isSetLspId, isSetMaxRate, isSetMetric, isSetPath, isSetRoutingAlgo, setAcceptedCos, setBw, setDiffServ, setEstablishLSP, setLspId, setMaxRate, setMetric, setPath, setRoutingAlgo, unsetAcceptedCos, unsetBw, unsetDiffServ, unsetEstablishLSP, unsetLspId, unsetMaxRate, unsetMetric, unsetPath, unsetRoutingAlgo |
_Dst
protected java.lang.String _Dst
_Src
protected java.lang.String _Src
version
public static final java.lang.Class version
LSPCreationTypeImpl
public LSPCreationTypeImpl()
getDst
public java.lang.String getDst()
- Description copied from interface:
LSPCreationType
- Gets the value of the dst property.
- Specified by:
getDst
in interface LSPCreationType
- Returns:
- possible object is
String
setDst
public void setDst(java.lang.String value)
- Description copied from interface:
LSPCreationType
- Sets the value of the dst property.
- Specified by:
setDst
in interface LSPCreationType
- Parameters:
value
- allowed object is
String
isSetDst
public boolean isSetDst()
- Specified by:
isSetDst
in interface LSPCreationType
unsetDst
public void unsetDst()
- Specified by:
unsetDst
in interface LSPCreationType
getSrc
public java.lang.String getSrc()
- Description copied from interface:
LSPCreationType
- Gets the value of the src property.
- Specified by:
getSrc
in interface LSPCreationType
- Returns:
- possible object is
String
setSrc
public void setSrc(java.lang.String value)
- Description copied from interface:
LSPCreationType
- Sets the value of the src property.
- Specified by:
setSrc
in interface LSPCreationType
- Parameters:
value
- allowed object is
String
isSetSrc
public boolean isSetSrc()
- Specified by:
isSetSrc
in interface LSPCreationType
unsetSrc
public void unsetSrc()
- Specified by:
unsetSrc
in interface LSPCreationType
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
- Overrides:
createUnmarshaller
in class BaseLSPCreationTypeImpl
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
- Overrides:
serializeBody
in class BaseLSPCreationTypeImpl
- 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
- Overrides:
serializeAttributes
in class BaseLSPCreationTypeImpl
- 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
- Overrides:
serializeURIs
in class BaseLSPCreationTypeImpl
- 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
- Overrides:
getPrimaryInterface
in class BaseLSPCreationTypeImpl
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
- Overrides:
createRawValidator
in class BaseLSPCreationTypeImpl
Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.