org.opennms.netmgt.xml.event
Class Parm

java.lang.Object
  extended by org.opennms.netmgt.xml.event.Parm
All Implemented Interfaces:
java.io.Serializable

public class Parm
extends java.lang.Object
implements java.io.Serializable

A varbind from the trap

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

Constructor Summary
Parm()
           
 
Method Summary
 java.lang.String getParmName()
          Returns the value of field 'parmName'.
 Value getValue()
          Returns the value of field 'value'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setParmName(java.lang.String parmName)
          Sets the value of field 'parmName'.
 void setValue(Value value)
          Sets the value of field 'value'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parm

public Parm()
Method Detail

getParmName

public java.lang.String getParmName()
Returns the value of field 'parmName'. The field 'parmName' has the following description: parm name

Returns:
String

getValue

public Value getValue()
Returns the value of field 'value'. The field 'value' has the following description: parm value

Returns:
Value

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setParmName

public void setParmName(java.lang.String parmName)
Sets the value of field 'parmName'. The field 'parmName' has the following description: parm name

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

setValue

public void setValue(Value value)
Sets the value of field 'value'. The field 'value' has the following description: parm value

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

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Object
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException


Copyright © 2007. All Rights Reserved.