uk.ac.ebi.jmzidml.model.mzidml
Class Param

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by 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

Field Summary
protected  AbstractParam paramGroup
           
 
Constructor Summary
Param()
           
 
Method Summary
 CvParam getCvParam()
           
 UserParam getUserParam()
           
 void setParam(AbstractParam value)
          Sets the value of the paramGroup property.
 
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject
getHid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paramGroup

protected AbstractParam paramGroup
Constructor Detail

Param

public Param()
Method Detail

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.