uk.ac.ebi.jmzidml.model.mzidml
Class Param
java.lang.Object
uk.ac.ebi.jmzidml.model.MzIdentMLObject
uk.ac.ebi.jmzidml.model.mzidml.Param
- All Implemented Interfaces:
- Serializable
public class Param
- extends MzIdentMLObject
- implements Serializable
Helper type to allow either a cvParam or a userParam to be provided for an element.
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.1}ParamGroup"/>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Constructor Summary |
Param()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paramGroup
protected AbstractParam paramGroup
Param
public Param()
setParam
public void setParam(AbstractParam value)
- Sets the value of the paramGroup property.
- Parameters:
value
- allowed object is
UserParam
CvParam
getCvParam
public CvParam getCvParam()
getUserParam
public UserParam getUserParam()
Copyright © 2012. All Rights Reserved.