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

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

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


Nested Class Summary
static class NodeImpl.InterfacesTypeImpl
           
static class NodeImpl.LocationTypeImpl
           
 class NodeImpl.Unmarshaller
           
 
Nested classes/interfaces inherited from interface be.ac.ulg.montefiore.run.totem.domain.model.jaxb.Node
Node.InterfacesType, Node.LocationType
 
Field Summary
protected  java.lang.String _Description
           
protected  java.lang.String _Id
           
protected  Node.InterfacesType _Interfaces
           
protected  Node.LocationType _Location
           
protected  java.lang.String _Rid
           
protected  StatusType _Status
           
protected  NodeType _Type
           
static java.lang.Class version
           
 
Constructor Summary
NodeImpl()
           
 
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 getDescription()
          Gets the value of the description property.
 java.lang.String getId()
          Gets the value of the id property.
 Node.InterfacesType getInterfaces()
          Gets the value of the interfaces property.
 Node.LocationType getLocation()
          Gets the value of the location property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getRid()
          Gets the value of the rid property.
 StatusType getStatus()
          Gets the value of the status property.
 NodeType getType()
          Gets the value of the type property.
 boolean isSetDescription()
           
 boolean isSetId()
           
 boolean isSetInterfaces()
           
 boolean isSetLocation()
           
 boolean isSetRid()
           
 boolean isSetStatus()
           
 boolean isSetType()
           
 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 setDescription(java.lang.String value)
          Sets the value of the description property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setInterfaces(Node.InterfacesType value)
          Sets the value of the interfaces property.
 void setLocation(Node.LocationType value)
          Sets the value of the location property.
 void setRid(java.lang.String value)
          Sets the value of the rid property.
 void setStatus(StatusType value)
          Sets the value of the status property.
 void setType(NodeType value)
          Sets the value of the type property.
 void unsetDescription()
           
 void unsetId()
           
 void unsetInterfaces()
           
 void unsetLocation()
           
 void unsetRid()
           
 void unsetStatus()
           
 void unsetType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Type

protected NodeType _Type

_Status

protected StatusType _Status

_Description

protected java.lang.String _Description

_Interfaces

protected Node.InterfacesType _Interfaces

_Location

protected Node.LocationType _Location

_Id

protected java.lang.String _Id

_Rid

protected java.lang.String _Rid

version

public static final java.lang.Class version
Constructor Detail

NodeImpl

public NodeImpl()
Method Detail

getType

public NodeType getType()
Description copied from interface: Node
Gets the value of the type property.

Specified by:
getType in interface Node
Returns:
possible object is NodeType

setType

public void setType(NodeType value)
Description copied from interface: Node
Sets the value of the type property.

Specified by:
setType in interface Node
Parameters:
value - allowed object is NodeType

isSetType

public boolean isSetType()
Specified by:
isSetType in interface Node

unsetType

public void unsetType()
Specified by:
unsetType in interface Node

getStatus

public StatusType getStatus()
Description copied from interface: Node
Gets the value of the status property.

Specified by:
getStatus in interface Node
Returns:
possible object is StatusType

setStatus

public void setStatus(StatusType value)
Description copied from interface: Node
Sets the value of the status property.

Specified by:
setStatus in interface Node
Parameters:
value - allowed object is StatusType

isSetStatus

public boolean isSetStatus()
Specified by:
isSetStatus in interface Node

unsetStatus

public void unsetStatus()
Specified by:
unsetStatus in interface Node

getDescription

public java.lang.String getDescription()
Description copied from interface: Node
Gets the value of the description property.

Specified by:
getDescription in interface Node
Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Description copied from interface: Node
Sets the value of the description property.

Specified by:
setDescription in interface Node
Parameters:
value - allowed object is String

isSetDescription

public boolean isSetDescription()
Specified by:
isSetDescription in interface Node

unsetDescription

public void unsetDescription()
Specified by:
unsetDescription in interface Node

getInterfaces

public Node.InterfacesType getInterfaces()
Description copied from interface: Node
Gets the value of the interfaces property.

Specified by:
getInterfaces in interface Node
Returns:
possible object is Node.InterfacesType

setInterfaces

public void setInterfaces(Node.InterfacesType value)
Description copied from interface: Node
Sets the value of the interfaces property.

Specified by:
setInterfaces in interface Node
Parameters:
value - allowed object is Node.InterfacesType

isSetInterfaces

public boolean isSetInterfaces()
Specified by:
isSetInterfaces in interface Node

unsetInterfaces

public void unsetInterfaces()
Specified by:
unsetInterfaces in interface Node

getLocation

public Node.LocationType getLocation()
Description copied from interface: Node
Gets the value of the location property.

Specified by:
getLocation in interface Node
Returns:
possible object is Node.LocationType

setLocation

public void setLocation(Node.LocationType value)
Description copied from interface: Node
Sets the value of the location property.

Specified by:
setLocation in interface Node
Parameters:
value - allowed object is Node.LocationType

isSetLocation

public boolean isSetLocation()
Specified by:
isSetLocation in interface Node

unsetLocation

public void unsetLocation()
Specified by:
unsetLocation in interface Node

getId

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

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

setId

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

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

isSetId

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

unsetId

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

getRid

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

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

setRid

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

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

isSetRid

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

unsetRid

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

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.