uk.ac.ebi.jmzidml.model.mzidml
Class AnalysisSoftware

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.Identifiable
          extended by uk.ac.ebi.jmzidml.model.mzidml.AnalysisSoftware
All Implemented Interfaces:
Serializable, ParamCapable

public class AnalysisSoftware
extends Identifiable
implements Serializable, ParamCapable

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>
 

See Also:
Serialized Form

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

contactRole

protected ContactRole contactRole

softwareName

protected Param softwareName

customizations

protected String customizations

version

protected String version

uri

protected String uri
Constructor Detail

AnalysisSoftware

public AnalysisSoftware()
Method Detail

getContactRole

public ContactRole getContactRole()
Gets the value of the contactRole property.

Returns:
possible object is ContactRole

setContactRole

public void setContactRole(ContactRole value)
Sets the value of the contactRole property.

Parameters:
value - allowed object is ContactRole

getSoftwareName

public Param getSoftwareName()
Gets the value of the softwareName property.

Returns:
possible object is Param

setSoftwareName

public void setSoftwareName(Param value)
Sets the value of the softwareName property.

Parameters:
value - allowed object is Param

getCustomizations

public String getCustomizations()
Gets the value of the customizations property.

Returns:
possible object is String

setCustomizations

public void setCustomizations(String value)
Sets the value of the customizations property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getUri

public String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.