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

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

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


Nested Class Summary
static class LinkIgpImpl.DynamicTypeImpl
           
static class LinkIgpImpl.StaticTypeImpl
           
 class LinkIgpImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.jaxb.LinkIgp
LinkIgp.DynamicType, LinkIgp.StaticType
 
Field Summary
protected  LinkIgp.DynamicType _Dynamic
           
protected  java.lang.String _Id
           
protected  LinkIgp.StaticType _Static
           
static java.lang.Class version
           
 
Constructor Summary
LinkIgpImpl()
           
 
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.
 LinkIgp.DynamicType getDynamic()
          Gets the value of the dynamic property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 LinkIgp.StaticType getStatic()
          Gets the value of the static property.
 boolean isSetDynamic()
           
 boolean isSetId()
           
 boolean isSetStatic()
           
 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 setDynamic(LinkIgp.DynamicType value)
          Sets the value of the dynamic property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setStatic(LinkIgp.StaticType value)
          Sets the value of the static property.
 void unsetDynamic()
           
 void unsetId()
           
 void unsetStatic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Dynamic

protected LinkIgp.DynamicType _Dynamic

_Id

protected java.lang.String _Id

_Static

protected LinkIgp.StaticType _Static

version

public static final java.lang.Class version
Constructor Detail

LinkIgpImpl

public LinkIgpImpl()
Method Detail

getDynamic

public LinkIgp.DynamicType getDynamic()
Description copied from interface: LinkIgp
Gets the value of the dynamic property.

Specified by:
getDynamic in interface LinkIgp
Returns:
possible object is LinkIgp.DynamicType

setDynamic

public void setDynamic(LinkIgp.DynamicType value)
Description copied from interface: LinkIgp
Sets the value of the dynamic property.

Specified by:
setDynamic in interface LinkIgp
Parameters:
value - allowed object is LinkIgp.DynamicType

isSetDynamic

public boolean isSetDynamic()
Specified by:
isSetDynamic in interface LinkIgp

unsetDynamic

public void unsetDynamic()
Specified by:
unsetDynamic in interface LinkIgp

getId

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

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

setId

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

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

isSetId

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

unsetId

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

getStatic

public LinkIgp.StaticType getStatic()
Description copied from interface: LinkIgp
Gets the value of the static property.

Specified by:
getStatic in interface LinkIgp
Returns:
possible object is LinkIgp.StaticType

setStatic

public void setStatic(LinkIgp.StaticType value)
Description copied from interface: LinkIgp
Sets the value of the static property.

Specified by:
setStatic in interface LinkIgp
Parameters:
value - allowed object is LinkIgp.StaticType

isSetStatic

public boolean isSetStatic()
Specified by:
isSetStatic in interface LinkIgp

unsetStatic

public void unsetStatic()
Specified by:
unsetStatic in interface LinkIgp

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.