org.opennms.report.configuration
Class NodeSet

java.lang.Object
  extended by org.opennms.report.configuration.NodeSet
All Implemented Interfaces:
Serializable

public class NodeSet
extends Object
implements Serializable

Class NodeSet.

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

Constructor Summary
NodeSet()
           
 
Method Summary
 String getConfigurationurl()
          Returns the value of field 'configurationurl'.
 String getCreationdate()
          Returns the value of field 'creationdate'.
 String getDevicename()
          Returns the value of field 'devicename'.
 String getGroupname()
          Returns the value of field 'groupname'.
 String getStatus()
          Returns the value of field 'status'.
 String getSwconfigurationurl()
          Returns the value of field 'swconfigurationurl'.
 String getVersion()
          Returns the value of field 'version'.
 boolean isValid()
          Method isValid.
 void marshal(ContentHandler handler)
           
 void marshal(Writer out)
           
 void setConfigurationurl(String configurationurl)
          Sets the value of field 'configurationurl'.
 void setCreationdate(String creationdate)
          Sets the value of field 'creationdate'.
 void setDevicename(String devicename)
          Sets the value of field 'devicename'.
 void setGroupname(String groupname)
          Sets the value of field 'groupname'.
 void setStatus(String status)
          Sets the value of field 'status'.
 void setSwconfigurationurl(String swconfigurationurl)
          Sets the value of field 'swconfigurationurl'.
 void setVersion(String version)
          Sets the value of field 'version'.
static NodeSet 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

NodeSet

public NodeSet()
Method Detail

getConfigurationurl

public String getConfigurationurl()
Returns the value of field 'configurationurl'.

Returns:
the value of field 'Configurationurl'.

getCreationdate

public String getCreationdate()
Returns the value of field 'creationdate'.

Returns:
the value of field 'Creationdate'.

getDevicename

public String getDevicename()
Returns the value of field 'devicename'.

Returns:
the value of field 'Devicename'.

getGroupname

public String getGroupname()
Returns the value of field 'groupname'.

Returns:
the value of field 'Groupname'.

getStatus

public String getStatus()
Returns the value of field 'status'.

Returns:
the value of field 'Status'.

getSwconfigurationurl

public String getSwconfigurationurl()
Returns the value of field 'swconfigurationurl'.

Returns:
the value of field 'Swconfigurationurl'.

getVersion

public String getVersion()
Returns the value of field 'version'.

Returns:
the value of field 'Version'.

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

setConfigurationurl

public void setConfigurationurl(String configurationurl)
Sets the value of field 'configurationurl'.

Parameters:
configurationurl - the value of field 'configurationurl'

setCreationdate

public void setCreationdate(String creationdate)
Sets the value of field 'creationdate'.

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

setDevicename

public void setDevicename(String devicename)
Sets the value of field 'devicename'.

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

setGroupname

public void setGroupname(String groupname)
Sets the value of field 'groupname'.

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

setStatus

public void setStatus(String status)
Sets the value of field 'status'.

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

setSwconfigurationurl

public void setSwconfigurationurl(String swconfigurationurl)
Sets the value of field 'swconfigurationurl'.

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

setVersion

public void setVersion(String version)
Sets the value of field 'version'.

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

unmarshal

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

Parameters:
reader -
Returns:
the unmarshaled org.opennms.report.configuration.NodeSet
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 © 2011. All Rights Reserved.