Last update: 2011-06-23

org.proteios.io.mzdata
Class UserParam

java.lang.Object
  extended by org.proteios.io.mzdata.UserParam

public class UserParam
extends Object

This class processes a "userParam" XML block in an mzData file. Example: XML tag

Version:
2.0
Author:
Olle
Last modified
$Date: 2006-11-01 14:40:28 +0200 (Wed, 01 Nov 2006) $

Constructor Summary
UserParam()
          Default constructor.
UserParam(String name, String value)
          Constructor with arguments for all attributes.
 
Method Summary
 String getName()
          Get the name.
 String getValue()
          Get the value.
 void setName(String name)
          Set the name.
 void setValue(String value)
          Set the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserParam

public UserParam()
Default constructor.


UserParam

public UserParam(String name,
                 String value)
Constructor with arguments for all attributes.

Method Detail

getName

public String getName()
Get the name.

Returns:
name String the name

setName

public void setName(String name)
Set the name.

Parameters:
name - String the name to set.

getValue

public String getValue()
Get the value.

Returns:
value String the value

setValue

public void setValue(String value)
Set the value.

Parameters:
value - String the value to set.

Last update: 2011-06-23