|
||||||||||
| 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.NodeImpl
public class NodeImpl
| 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 |
|---|
protected NodeType _Type
protected StatusType _Status
protected java.lang.String _Description
protected Node.InterfacesType _Interfaces
protected Node.LocationType _Location
protected java.lang.String _Id
protected java.lang.String _Rid
public static final java.lang.Class version
| Constructor Detail |
|---|
public NodeImpl()
| Method Detail |
|---|
public NodeType getType()
Node
getType in interface NodeNodeTypepublic void setType(NodeType value)
Node
setType in interface Nodevalue - allowed object is
NodeTypepublic boolean isSetType()
isSetType in interface Nodepublic void unsetType()
unsetType in interface Nodepublic StatusType getStatus()
Node
getStatus in interface NodeStatusTypepublic void setStatus(StatusType value)
Node
setStatus in interface Nodevalue - allowed object is
StatusTypepublic boolean isSetStatus()
isSetStatus in interface Nodepublic void unsetStatus()
unsetStatus in interface Nodepublic java.lang.String getDescription()
Node
getDescription in interface NodeStringpublic void setDescription(java.lang.String value)
Node
setDescription in interface Nodevalue - allowed object is
Stringpublic boolean isSetDescription()
isSetDescription in interface Nodepublic void unsetDescription()
unsetDescription in interface Nodepublic Node.InterfacesType getInterfaces()
Node
getInterfaces in interface NodeNode.InterfacesTypepublic void setInterfaces(Node.InterfacesType value)
Node
setInterfaces in interface Nodevalue - allowed object is
Node.InterfacesTypepublic boolean isSetInterfaces()
isSetInterfaces in interface Nodepublic void unsetInterfaces()
unsetInterfaces in interface Nodepublic Node.LocationType getLocation()
Node
getLocation in interface NodeNode.LocationTypepublic void setLocation(Node.LocationType value)
Node
setLocation in interface Nodevalue - allowed object is
Node.LocationTypepublic boolean isSetLocation()
isSetLocation in interface Nodepublic void unsetLocation()
unsetLocation in interface Nodepublic java.lang.String getId()
Node
getId in interface NodeStringpublic void setId(java.lang.String value)
Node
setId in interface Nodevalue - allowed object is
Stringpublic boolean isSetId()
isSetId in interface Nodepublic void unsetId()
unsetId in interface Nodepublic java.lang.String getRid()
Node
getRid in interface NodeStringpublic void setRid(java.lang.String value)
Node
setRid in interface Nodevalue - allowed object is
Stringpublic boolean isSetRid()
isSetRid in interface Nodepublic void unsetRid()
unsetRid in interface Nodepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeBody in interface XMLSerializableorg.xml.sax.SAXException
public void serializeAttributes(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableorg.xml.sax.SAXException
public void serializeURIs(XMLSerializer context)
throws org.xml.sax.SAXException
XMLSerializable
serializeURIs in interface XMLSerializableorg.xml.sax.SAXExceptionpublic java.lang.Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic 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 | |||||||||