Package org.opennms.netmgt.xml.event
Class Value
- java.lang.Object
-
- org.opennms.netmgt.xml.event.Value
-
- All Implemented Interfaces:
java.io.Serializable
public class Value extends java.lang.Object implements java.io.Serializable
parm value- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Value
copyFrom(IValue source)
java.lang.String
getContent()
Returns the value of field 'content'.java.lang.String
getEncoding()
Returns the value of field 'encoding'.java.lang.String
getType()
Returns the value of field 'type'.java.lang.Boolean
isExpand()
Returns the value of field 'expand'.void
setContent(java.lang.String content)
Sets the value of field 'content'.void
setEncoding(java.lang.String encoding)
Sets the value of field 'encoding'.void
setExpand(java.lang.Boolean expand)
Sets the value of field 'expand'.void
setType(java.lang.String type)
Sets the value of field 'type'.java.lang.String
toString()
-
-
-
Method Detail
-
getContent
public java.lang.String getContent()
Returns the value of field 'content'. The field 'content' has the following description: internal content storage- Returns:
- the value of field 'Content'.
-
getEncoding
public java.lang.String getEncoding()
Returns the value of field 'encoding'.- Returns:
- the value of field 'Encoding'.
-
getType
public java.lang.String getType()
Returns the value of field 'type'.- Returns:
- the value of field 'Type'.
-
isExpand
public java.lang.Boolean isExpand()
Returns the value of field 'expand'.- Returns:
- the value of field 'Expand'.
-
setContent
public void setContent(java.lang.String content)
Sets the value of field 'content'. The field 'content' has the following description: internal content storage- Parameters:
content
- the value of field 'content'.
-
setEncoding
public void setEncoding(java.lang.String encoding)
Sets the value of field 'encoding'.- Parameters:
encoding
- the value of field 'encoding'.
-
setType
public void setType(java.lang.String type)
Sets the value of field 'type'.- Parameters:
type
- the value of field 'type'.
-
setExpand
public void setExpand(java.lang.Boolean expand)
Sets the value of field 'expand'.- Parameters:
type
- the value of field 'expand'.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-