|
||||||||||
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 Node
NodeType
public void setType(NodeType value)
Node
setType
in interface Node
value
- allowed object is
NodeType
public boolean isSetType()
isSetType
in interface Node
public void unsetType()
unsetType
in interface Node
public StatusType getStatus()
Node
getStatus
in interface Node
StatusType
public void setStatus(StatusType value)
Node
setStatus
in interface Node
value
- allowed object is
StatusType
public boolean isSetStatus()
isSetStatus
in interface Node
public void unsetStatus()
unsetStatus
in interface Node
public java.lang.String getDescription()
Node
getDescription
in interface Node
String
public void setDescription(java.lang.String value)
Node
setDescription
in interface Node
value
- allowed object is
String
public boolean isSetDescription()
isSetDescription
in interface Node
public void unsetDescription()
unsetDescription
in interface Node
public Node.InterfacesType getInterfaces()
Node
getInterfaces
in interface Node
Node.InterfacesType
public void setInterfaces(Node.InterfacesType value)
Node
setInterfaces
in interface Node
value
- allowed object is
Node.InterfacesType
public boolean isSetInterfaces()
isSetInterfaces
in interface Node
public void unsetInterfaces()
unsetInterfaces
in interface Node
public Node.LocationType getLocation()
Node
getLocation
in interface Node
Node.LocationType
public void setLocation(Node.LocationType value)
Node
setLocation
in interface Node
value
- allowed object is
Node.LocationType
public boolean isSetLocation()
isSetLocation
in interface Node
public void unsetLocation()
unsetLocation
in interface Node
public java.lang.String getId()
Node
getId
in interface Node
String
public void setId(java.lang.String value)
Node
setId
in interface Node
value
- allowed object is
String
public boolean isSetId()
isSetId
in interface Node
public void unsetId()
unsetId
in interface Node
public java.lang.String getRid()
Node
getRid
in interface Node
String
public void setRid(java.lang.String value)
Node
setRid
in interface Node
value
- allowed object is
String
public boolean isSetRid()
isSetRid
in interface Node
public void unsetRid()
unsetRid
in interface Node
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 |