public class Rrd_graph_def extends Object implements Serializable
| Constructor and Description |
|---|
Rrd_graph_def() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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 marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOException - if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaorg.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 marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.