uk.ac.ebi.jmzidml.model.mzidml
Class ProtocolApplication
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Identifiable
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activityDate
protected Calendar activityDate
ProtocolApplication
public ProtocolApplication()
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.