|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Identifiable
uk.ac.ebi.jmzidml.model.mzidml.AnalysisSoftware
public class AnalysisSoftware
The software used for performing the analyses.
Java class for AnalysisSoftwareType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnalysisSoftwareType"> <complexContent> <extension base="{http://psidev.info/psi/pi/mzIdentML/1.1}IdentifiableType"> <sequence> <element name="ContactRole" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ContactRoleType" minOccurs="0"/> <element name="SoftwareName" type="{http://psidev.info/psi/pi/mzIdentML/1.1}ParamType"/> <element name="Customizations" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected ContactRole |
contactRole
|
protected String |
customizations
|
protected Param |
softwareName
|
protected String |
uri
|
protected String |
version
|
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable |
---|
id, name |
Constructor Summary | |
---|---|
AnalysisSoftware()
|
Method Summary | |
---|---|
ContactRole |
getContactRole()
Gets the value of the contactRole property. |
String |
getCustomizations()
Gets the value of the customizations property. |
Param |
getSoftwareName()
Gets the value of the softwareName property. |
String |
getUri()
Gets the value of the uri property. |
String |
getVersion()
Gets the value of the version property. |
void |
setContactRole(ContactRole value)
Sets the value of the contactRole property. |
void |
setCustomizations(String value)
Sets the value of the customizations property. |
void |
setSoftwareName(Param value)
Sets the value of the softwareName property. |
void |
setUri(String value)
Sets the value of the uri property. |
void |
setVersion(String value)
Sets the value of the version property. |
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable |
---|
getId, getName, setId, setName |
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject |
---|
getHid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ContactRole contactRole
protected Param softwareName
protected String customizations
protected String version
protected String uri
Constructor Detail |
---|
public AnalysisSoftware()
Method Detail |
---|
public ContactRole getContactRole()
ContactRole
public void setContactRole(ContactRole value)
value
- allowed object is
ContactRole
public Param getSoftwareName()
Param
public void setSoftwareName(Param value)
value
- allowed object is
Param
public String getCustomizations()
String
public void setCustomizations(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |