|
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.CvLookup
public class CvLookup
This class processes a "cvLookup" XML block in an mzData file.
Example: XML tag
| Constructor Summary | |
|---|---|
CvLookup()
Default constructor. |
|
CvLookup(String cvLabel,
String fullName,
String version,
String address)
Constructor with arguments for all attributes. |
|
| Method Summary | |
|---|---|
String |
getAddress()
Get the address. |
String |
getCvLabel()
Get the cvLabel. |
String |
getFullName()
Get the fullName. |
String |
getVersion()
Get the version. |
void |
setAddress(String address)
Set the address. |
void |
setCvLabel(String cvLabel)
Set the cvLabel. |
void |
setFullName(String fullName)
Set the fullName. |
void |
setVersion(String version)
Set the version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CvLookup()
public CvLookup(String cvLabel,
String fullName,
String version,
String address)
| Method Detail |
|---|
public String getCvLabel()
public void setCvLabel(String cvLabel)
cvLabel - String the cvLabel to set.public String getFullName()
public void setFullName(String fullName)
fullName - String the fullName to set.public String getVersion()
public void setVersion(String version)
version - String the version to set.public String getAddress()
public void setAddress(String address)
address - String the address to set.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||