uk.ac.ebi.jmzidml.model.mzidml
Class PeptideEvidenceRef
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.PeptideEvidenceRef
- All Implemented Interfaces:
- Serializable
public class PeptideEvidenceRef
- extends MzIdentMLObject
- implements Serializable
Reference to the PeptideEvidence element identified. If a specific sequence can be assigned to multiple proteins and or positions in a protein all possible PeptideEvidence elements should be referenced here.
Java class for PeptideEvidenceRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeptideEvidenceRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="peptideEvidence_ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
peptideEvidenceRef
protected String peptideEvidenceRef
peptideEvidence
protected PeptideEvidence peptideEvidence
PeptideEvidenceRef
public PeptideEvidenceRef()
getPeptideEvidenceRef
public String getPeptideEvidenceRef()
- Gets the value of the peptideEvidenceRef property.
- Returns:
- possible object is
String
getPeptideEvidence
public PeptideEvidence getPeptideEvidence()
setPeptideEvidence
public void setPeptideEvidence(PeptideEvidence peptideEvidence)
Copyright © 2012. All Rights Reserved.