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

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by 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

Field Summary
protected  PeptideEvidence peptideEvidence
           
protected  String peptideEvidenceRef
           
 
Constructor Summary
PeptideEvidenceRef()
           
 
Method Summary
 PeptideEvidence getPeptideEvidence()
           
 String getPeptideEvidenceRef()
          Gets the value of the peptideEvidenceRef property.
 void setPeptideEvidence(PeptideEvidence peptideEvidence)
           
 
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

peptideEvidenceRef

protected String peptideEvidenceRef

peptideEvidence

protected PeptideEvidence peptideEvidence
Constructor Detail

PeptideEvidenceRef

public PeptideEvidenceRef()
Method Detail

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.