Last update: 2011-06-23

org.proteios.io.mzdata
Class CvParam

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

public class CvParam
extends Object

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

Version:
2.0
Author:
Olle
Last modified
$Date: 2006-10-26 14:40:28 +0200 (Thu, 26 Oct 2006) $

Constructor Summary
CvParam()
          Default constructor.
CvParam(String cvLabel, String accession, String name, String value)
          Constructor with arguments for all attributes.
 
Method Summary
 String getAccession()
          Get the accession.
 String getCvLabel()
          Get the cvLabel.
 String getName()
          Get the name.
 String getValue()
          Get the value.
 void setAccession(String accession)
          Set the accession.
 void setCvLabel(String cvLabel)
          Set the cvLabel.
 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

CvParam

public CvParam()
Default constructor.


CvParam

public CvParam(String cvLabel,
               String accession,
               String name,
               String value)
Constructor with arguments for all attributes.

Method Detail

getCvLabel

public String getCvLabel()
Get the cvLabel.

Returns:
cvLabel String the cvLabel

setCvLabel

public void setCvLabel(String cvLabel)
Set the cvLabel.

Parameters:
cvLabel - String the cvLabel to set.

getAccession

public String getAccession()
Get the accession.

Returns:
accession String the accession

setAccession

public void setAccession(String accession)
Set the accession.

Parameters:
accession - String the accession to set.

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