|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.mzdata.CvParam
public class CvParam
This class processes a "cvParam" XML block in an mzData file.
Example: XML tag
| 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 |
|---|
public CvParam()
public CvParam(String cvLabel,
String accession,
String name,
String value)
| Method Detail |
|---|
public String getCvLabel()
public void setCvLabel(String cvLabel)
cvLabel - String the cvLabel to set.public String getAccession()
public void setAccession(String accession)
accession - String the accession to set.public String getName()
public void setName(String name)
name - String the name to set.public String getValue()
public void setValue(String value)
value - String the value to set.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||