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