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