|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.xml.rtc.Node
public class Node
A node
| Constructor Summary | |
|---|---|
Node()
|
|
| Method Summary | |
|---|---|
void |
deleteNodeid()
|
void |
deleteNodesvccount()
|
void |
deleteNodesvcdowncount()
|
void |
deleteNodevalue()
|
long |
getNodeid()
Returns the value of field 'nodeid'. |
long |
getNodesvccount()
Returns the value of field 'nodesvccount'. |
long |
getNodesvcdowncount()
Returns the value of field 'nodesvcdowncount'. |
double |
getNodevalue()
Returns the value of field 'nodevalue'. |
boolean |
hasNodeid()
Method hasNodeid. |
boolean |
hasNodesvccount()
Method hasNodesvccount. |
boolean |
hasNodesvcdowncount()
Method hasNodesvcdowncount. |
boolean |
hasNodevalue()
Method hasNodevalue. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setNodeid(long nodeid)
Sets the value of field 'nodeid'. |
void |
setNodesvccount(long nodesvccount)
Sets the value of field 'nodesvccount'. |
void |
setNodesvcdowncount(long nodesvcdowncount)
Sets the value of field 'nodesvcdowncount'. |
void |
setNodevalue(double nodevalue)
Sets the value of field 'nodevalue'. |
static Node |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Node()
| Method Detail |
|---|
public void deleteNodeid()
public void deleteNodesvccount()
public void deleteNodesvcdowncount()
public void deleteNodevalue()
public long getNodeid()
public long getNodesvccount()
public long getNodesvcdowncount()
public double getNodevalue()
public boolean hasNodeid()
public boolean hasNodesvccount()
public boolean hasNodesvcdowncount()
public boolean hasNodevalue()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setNodeid(long nodeid)
nodeid - the value of field 'nodeid'.public void setNodesvccount(long nodesvccount)
nodesvccount - the value of field 'nodesvccount'.public void setNodesvcdowncount(long nodesvcdowncount)
nodesvcdowncount - the value of field 'nodesvcdowncount'public void setNodevalue(double nodevalue)
nodevalue - the value of field 'nodevalue'.
public static Node unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||