public class FileFormatType extends Object
Java class for FileFormatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileFormatType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cvParam" type="{http://psidev.info/psi/pi/mzIdentML/1.2}CVParamType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CVParamType |
cvParam |
| Constructor and Description |
|---|
FileFormatType() |
| Modifier and Type | Method and Description |
|---|---|
CVParamType |
getCvParam()
Gets the value of the cvParam property.
|
void |
setCvParam(CVParamType value)
Sets the value of the cvParam property.
|
protected CVParamType cvParam
public CVParamType getCvParam()
CVParamTypepublic void setCvParam(CVParamType value)
value - allowed object is
CVParamTypeCopyright © 2017. All rights reserved.