Class XmlModelledConfidence
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.xml300.AbstractXmlConfidence
-
- psidev.psi.mi.jami.xml.model.extension.xml300.XmlModelledConfidence
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable,FileSourceContext,Confidence,ModelledConfidence
public class XmlModelledConfidence extends AbstractXmlConfidence implements ModelledConfidence
Xml 3.0 implementation of ModelledConfidence- Since:
08/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
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 PublicationgetPublication()Getter for the fieldpublication.voidsetJAXBPublication(BibRef publication)setJAXBPublication.voidsetPublication(Publication publication)Sets the publication of this confidence-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.xml300.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- aXmlOpenCvTermobject.value- aStringobject.
-
-
Method Detail
-
getPublication
public Publication getPublication()
Getter for the field
publication.- Specified by:
getPublicationin interfaceModelledConfidence- Returns:
- a
Publicationobject.
-
setPublication
public void setPublication(Publication publication)
Sets the publication of this confidence- Specified by:
setPublicationin interfaceModelledConfidence- Parameters:
publication- : the publication
-
-