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

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.ProtocolApplication
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProteinDetection, SpectrumIdentification

public abstract class ProtocolApplication
extends Identifiable
implements Serializable

The use of a protocol with the requisite Parameters and ParameterValues. ProtocolApplications can take Material or Data (or both) as input and produce Material or Data (or both) as output.

Java class for ProtocolApplicationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProtocolApplicationType">
   <complexContent>
     <extension base="{http://psidev.info/psi/pi/mzIdentML/1.1}IdentifiableType">
       <attribute name="activityDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Calendar activityDate
           
 
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
id, name
 
Constructor Summary
ProtocolApplication()
           
 
Method Summary
 Calendar getActivityDate()
          Gets the value of the activityDate property.
 void setActivityDate(Calendar value)
          Sets the value of the activityDate 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

activityDate

protected Calendar activityDate
Constructor Detail

ProtocolApplication

public ProtocolApplication()
Method Detail

getActivityDate

public Calendar getActivityDate()
Gets the value of the activityDate property.

Returns:
possible object is String

setActivityDate

public void setActivityDate(Calendar value)
Sets the value of the activityDate property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.