Class XmlModelledParameter
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlParameter
-
- psidev.psi.mi.jami.xml.model.extension.xml253.XmlParameter
-
- psidev.psi.mi.jami.xml.model.extension.xml253.XmlModelledParameter
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
,ModelledParameter
,Parameter
public class XmlModelledParameter extends XmlParameter implements ModelledParameter
Xml implementation of ModelledParameter- Since:
08/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlModelledParameter()
Constructor for XmlModelledParameter.XmlModelledParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for XmlModelledParameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Publication
getPublication()
Getter for the fieldpublication
.void
setPublication(Publication publication)
Sets the publication of this parameter-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.XmlParameter
getExperiment, setExperiment, setJAXBExperimentRef
-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlParameter
equals, getSourceLocator, getType, getUncertainty, getUnit, getValue, hashCode, setJAXBBase, setJAXBExponent, setJAXBFactor, setJAXBTerm, setJAXBTermAc, setJAXBUncertainty, setJAXBUnit, setSourceLocator, setUnitAc, sourceLocation, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.model.Parameter
getType, getUncertainty, getUnit, getValue
-
-
-
-
Constructor Detail
-
XmlModelledParameter
public XmlModelledParameter()
Constructor for XmlModelledParameter.
-
XmlModelledParameter
public XmlModelledParameter(CvTerm type, ParameterValue value, BigDecimal uncertainty, CvTerm unit)
Constructor for XmlModelledParameter.
- Parameters:
type
- aCvTerm
object.value
- aParameterValue
object.uncertainty
- aBigDecimal
object.unit
- aCvTerm
object.
-
-
Method Detail
-
getPublication
public Publication getPublication()
Getter for the field
publication
.- Specified by:
getPublication
in interfaceModelledParameter
- Returns:
- a
Publication
object.
-
setPublication
public void setPublication(Publication publication)
Sets the publication of this parameter- Specified by:
setPublication
in interfaceModelledParameter
- Parameters:
publication
- : the publication
-
-