public class CVParamType extends AbstractParamType
Java class for CVParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVParamType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}AbstractParamType">
<attribute name="cvRef" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="accession" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accession |
protected String |
cvRef |
name, unitAccession, unitCvRef, unitName, value| Constructor and Description |
|---|
CVParamType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccession()
Gets the value of the accession property.
|
String |
getCvRef()
Gets the value of the cvRef property.
|
void |
setAccession(String value)
Sets the value of the accession property.
|
void |
setCvRef(String value)
Sets the value of the cvRef property.
|
getName, getUnitAccession, getUnitCvRef, getUnitName, getValue, setName, setUnitAccession, setUnitCvRef, setUnitName, setValuepublic String getCvRef()
Stringpublic void setCvRef(String value)
value - allowed object is
Stringpublic String getAccession()
StringCopyright © 2017. All rights reserved.