|
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.SpectrumFileContact
public class SpectrumFileContact
This class contains 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.
| Constructor Summary | |
|---|---|
SpectrumFileContact()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpectrumFileContact()
| Method Detail |
|---|
public String getName()
getName in interface SpectrumFileContactInterfacepublic void setName(String name)
setName in interface SpectrumFileContactInterfacename - String The contact name to set.public String getInstitution()
getInstitution in interface SpectrumFileContactInterfacepublic void setInstitution(String institution)
setInstitution in interface SpectrumFileContactInterfaceinstitution - String The contact institution to set.public String getContactInfo()
getContactInfo in interface SpectrumFileContactInterfacepublic void setContactInfo(String contactInfo)
setContactInfo in interface SpectrumFileContactInterfacecontactInfo - String The contact info to set.public String getAddress()
getAddress in interface SpectrumFileContactInterfacepublic void setAddress(String address)
setAddress in interface SpectrumFileContactInterfaceaddress - String The contact address to set.public String getUrl()
getUrl in interface SpectrumFileContactInterfacepublic void setUrl(String url)
setUrl in interface SpectrumFileContactInterfaceurl - String The contact url to set.public String getEmail()
getEmail in interface SpectrumFileContactInterfacepublic void setEmail(String email)
setEmail in interface SpectrumFileContactInterfaceemail - 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 | |||||||||