public class PeptideEvidenceRefType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
peptideEvidenceRef |
| Constructor and Description |
|---|
PeptideEvidenceRefType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPeptideEvidenceRef()
Gets the value of the peptideEvidenceRef property.
|
void |
setPeptideEvidenceRef(String value)
Sets the value of the peptideEvidenceRef property.
|
Copyright © 2017. All rights reserved.