|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.rrd.Rrd_graph_def
public class Rrd_graph_def
Class Rrd_graph_def.
| Constructor Summary | |
|---|---|
Rrd_graph_def()
|
|
| Method Summary | |
|---|---|
Datasources |
getDatasources()
Returns the value of field 'datasources'. |
Graph |
getGraph()
Returns the value of field 'graph'. |
Options |
getOptions()
Returns the value of field 'options'. |
Span |
getSpan()
Returns the value of field 'span'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setDatasources(Datasources datasources)
Sets the value of field 'datasources'. |
void |
setGraph(Graph graph)
Sets the value of field 'graph'. |
void |
setOptions(Options options)
Sets the value of field 'options'. |
void |
setSpan(Span span)
Sets the value of field 'span'. |
static Rrd_graph_def |
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 Rrd_graph_def()
| Method Detail |
|---|
public Datasources getDatasources()
public Graph getGraph()
public Options getOptions()
public Span getSpan()
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 setDatasources(Datasources datasources)
datasources - the value of field 'datasources'.public void setGraph(Graph graph)
graph - the value of field 'graph'.public void setOptions(Options options)
options - the value of field 'options'.public void setSpan(Span span)
span - the value of field 'span'.
public static Rrd_graph_def 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 | ||||||||