Class XmlModelledConfidence
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlConfidence
-
- psidev.psi.mi.jami.xml.model.extension.xml253.XmlConfidence
-
- psidev.psi.mi.jami.xml.model.extension.xml253.XmlModelledConfidence
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
,Confidence
,ModelledConfidence
public class XmlModelledConfidence extends XmlConfidence implements ModelledConfidence
Xml implementation of ModelledConfidence- Since:
08/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.XmlConfidence
XmlConfidence.JAXBExperimentRefWrapper
-
-
Field Summary
-
Fields inherited from interface psidev.psi.mi.jami.model.Confidence
AUTHOR_BASED_CONFIDENCE, AUTHOR_BASED_CONFIDENCE_MI
-
-
Constructor Summary
Constructors Constructor Description XmlModelledConfidence()
Constructor for XmlModelledConfidence.XmlModelledConfidence(XmlOpenCvTerm type, String value)
Constructor for XmlModelledConfidence.
-
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 confidence-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.XmlConfidence
getExperiments, setJAXBExperimentRefWrapper
-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlConfidence
equals, getSourceLocator, getType, getValue, hashCode, setJAXBType, setJAXBValue, setSourceLocator, 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.Confidence
getType, getValue
-
-
-
-
Constructor Detail
-
XmlModelledConfidence
public XmlModelledConfidence()
Constructor for XmlModelledConfidence.
-
XmlModelledConfidence
public XmlModelledConfidence(XmlOpenCvTerm type, String value)
Constructor for XmlModelledConfidence.
- Parameters:
type
- aXmlOpenCvTerm
object.value
- aString
object.
-
-
Method Detail
-
getPublication
public Publication getPublication()
Getter for the field
publication
.- Specified by:
getPublication
in interfaceModelledConfidence
- Returns:
- a
Publication
object.
-
setPublication
public void setPublication(Publication publication)
Sets the publication of this confidence- Specified by:
setPublication
in interfaceModelledConfidence
- Parameters:
publication
- : the publication
-
-