|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpectrumFileContactInterface
This interface defines methods to access spectrum file contact information. Some field data may be redundant, since it was designed to transfer as detailed information as possible from mzData and mzML spectrum files, which store contact info in different formats. MzData files use a general "contactInfo" XML tag, where mzML files use "address", "url", and "email" XML tags. MzData files has a specific "institution" XML tag with information that would be located in the "address" XML tag in mzML files.
| Method Summary | |
|---|---|
String |
getAddress()
Get the contact address. |
String |
getContactInfo()
Get the contact info. |
String |
getEmail()
Get the contact email. |
String |
getInstitution()
Get the contact institution. |
String |
getName()
Get the contact name. |
String |
getUrl()
Get the contact url. |
void |
setAddress(String address)
Set the contact address. |
void |
setContactInfo(String contactInfo)
Set the contact info. |
void |
setEmail(String email)
Set the contact email. |
void |
setInstitution(String institution)
Set the contact institution. |
void |
setName(String name)
Set the contact name. |
void |
setUrl(String url)
Set the contact url. |
| Method Detail |
|---|
String getName()
void setName(String name)
name - String The contact name to set.String getInstitution()
void setInstitution(String institution)
institution - String The contact institution to set.String getContactInfo()
void setContactInfo(String contactInfo)
contactInfo - String The contact info to set.String getAddress()
void setAddress(String address)
address - String The contact address to set.String getUrl()
void setUrl(String url)
url - String The contact url to set.String getEmail()
void setEmail(String email)
email - String The contact email to set.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||