org.opennms.netmgt.config.kscReports
Class Graph

java.lang.Object
  extended by org.opennms.netmgt.config.kscReports.Graph
All Implemented Interfaces:
Serializable

public class Graph
extends Object
implements Serializable

Class Graph.

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

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

Graph

public Graph()
Method Detail

getDomain

public String getDomain()
Returns the value of field 'domain'.

Returns:
the value of field 'Domain'.

getExtlink

public String getExtlink()
Returns the value of field 'extlink'.

Returns:
the value of field 'Extlink'.

getGraphtype

public String getGraphtype()
Returns the value of field 'graphtype'.

Returns:
the value of field 'Graphtype'.

getInterfaceId

public String getInterfaceId()
Returns the value of field 'interfaceId'.

Returns:
the value of field 'InterfaceId'.

getNodeId

public String getNodeId()
Returns the value of field 'nodeId'.

Returns:
the value of field 'NodeId'.

getResourceId

public String getResourceId()
Returns the value of field 'resourceId'.

Returns:
the value of field 'ResourceId'.

getTimespan

public String getTimespan()
Returns the value of field 'timespan'.

Returns:
the value of field 'Timespan'.

getTitle

public String getTitle()
Returns the value of field 'title'.

Returns:
the value of field 'Title'.

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

setDomain

public void setDomain(String domain)
Sets the value of field 'domain'.

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

setExtlink

public void setExtlink(String extlink)
Sets the value of field 'extlink'.

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

setGraphtype

public void setGraphtype(String graphtype)
Sets the value of field 'graphtype'.

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

setInterfaceId

public void setInterfaceId(String interfaceId)
Sets the value of field 'interfaceId'.

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

setNodeId

public void setNodeId(String nodeId)
Sets the value of field 'nodeId'.

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

setResourceId

public void setResourceId(String resourceId)
Sets the value of field 'resourceId'.

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

setTimespan

public void setTimespan(String timespan)
Sets the value of field 'timespan'.

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

setTitle

public void setTitle(String title)
Sets the value of field 'title'.

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

unmarshal

public static Graph 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.kscReports.Graph
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 ? 2008. All Rights Reserved.