|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.kscReports.Graph
public class Graph
Class Graph.
| Constructor Summary | |
|---|---|
Graph()
|
|
| Method Summary | |
|---|---|
String |
getDomain()
Returns the value of field 'domain'. |
String |
getExtlink()
Returns the value of field 'extlink'. |
String |
getGraphtype()
Returns the value of field 'graphtype'. |
String |
getInterfaceId()
Returns the value of field 'interfaceId'. |
String |
getNodeId()
Returns the value of field 'nodeId'. |
String |
getResourceId()
Returns the value of field 'resourceId'. |
String |
getTimespan()
Returns the value of field 'timespan'. |
String |
getTitle()
Returns the value of field 'title'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setDomain(String domain)
Sets the value of field 'domain'. |
void |
setExtlink(String extlink)
Sets the value of field 'extlink'. |
void |
setGraphtype(String graphtype)
Sets the value of field 'graphtype'. |
void |
setInterfaceId(String interfaceId)
Sets the value of field 'interfaceId'. |
void |
setNodeId(String nodeId)
Sets the value of field 'nodeId'. |
void |
setResourceId(String resourceId)
Sets the value of field 'resourceId'. |
void |
setTimespan(String timespan)
Sets the value of field 'timespan'. |
void |
setTitle(String title)
Sets the value of field 'title'. |
static Graph |
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 Graph()
| Method Detail |
|---|
public String getDomain()
public String getExtlink()
public String getGraphtype()
public String getInterfaceId()
public String getNodeId()
public String getResourceId()
public String getTimespan()
public String getTitle()
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 setDomain(String domain)
domain - the value of field 'domain'.public void setExtlink(String extlink)
extlink - the value of field 'extlink'.public void setGraphtype(String graphtype)
graphtype - the value of field 'graphtype'.public void setInterfaceId(String interfaceId)
interfaceId - the value of field 'interfaceId'.public void setNodeId(String nodeId)
nodeId - the value of field 'nodeId'.public void setResourceId(String resourceId)
resourceId - the value of field 'resourceId'.public void setTimespan(String timespan)
timespan - the value of field 'timespan'.public void setTitle(String title)
title - the value of field 'title'.
public static Graph 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 | ||||||||