org.opennms.netmgt.config.rrd
Class Rrd_graph_def

java.lang.Object
  extended by org.opennms.netmgt.config.rrd.Rrd_graph_def
All Implemented Interfaces:
Serializable

public class Rrd_graph_def
extends Object
implements Serializable

Class Rrd_graph_def.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

Rrd_graph_def

public Rrd_graph_def()
Method Detail

getDatasources

public Datasources getDatasources()
Returns the value of field 'datasources'.

Returns:
the value of field 'Datasources'.

getGraph

public Graph getGraph()
Returns the value of field 'graph'.

Returns:
the value of field 'Graph'.

getOptions

public Options getOptions()
Returns the value of field 'options'.

Returns:
the value of field 'Options'.

getSpan

public Span getSpan()
Returns the value of field 'span'.

Returns:
the value of field 'Span'.

isValid

public boolean isValid()
Method isValid.

Returns:
true if this object is valid according to the schema

marshal

public void marshal(Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
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

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
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 marshaling

setDatasources

public void setDatasources(Datasources datasources)
Sets the value of field 'datasources'.

Parameters:
datasources - the value of field 'datasources'.

setGraph

public void setGraph(Graph graph)
Sets the value of field 'graph'.

Parameters:
graph - the value of field 'graph'.

setOptions

public void setOptions(Options options)
Sets the value of field 'options'.

Parameters:
options - the value of field 'options'.

setSpan

public void setSpan(Span span)
Sets the value of field 'span'.

Parameters:
span - the value of field 'span'.

unmarshal

public static Rrd_graph_def unmarshal(Reader reader)
                               throws org.exolab.castor.xml.MarshalException,
                                      org.exolab.castor.xml.ValidationException
Method unmarshal.

Parameters:
reader -
Returns:
the unmarshaled org.opennms.netmgt.config.rrd.Rrd_graph_def
Throws:
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

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema


Copyright © 2009. All Rights Reserved.