Class XmlBasicInteraction
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlInteraction<T>
-
- psidev.psi.mi.jami.xml.model.extension.xml253.AbstractPsiXmlInteraction<Participant>
-
- psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlBasicInteraction
-
- psidev.psi.mi.jami.xml.model.extension.xml253.XmlBasicInteraction
-
- All Implemented Interfaces:
com.sun.xml.bind.Locatable
,FileSourceContext
,Interaction<Participant>
,NamedInteraction<Participant>
,ExtendedPsiXmlInteraction<Participant>
,PsiXmlInteraction<Participant>
public class XmlBasicInteraction extends AbstractXmlBasicInteraction
Xml implementation of interaction- 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.AbstractXmlBasicInteraction
AbstractXmlBasicInteraction.JAXBParticipantWrapper
-
Nested classes/interfaces inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.AbstractPsiXmlInteraction
AbstractPsiXmlInteraction.JAXBInferredInteractionWrapper
-
Nested classes/interfaces inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlInteraction
AbstractXmlInteraction.JAXBAttributeWrapper
-
-
Field Summary
-
Fields inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlBasicInteraction
locator
-
-
Constructor Summary
Constructors Constructor Description XmlBasicInteraction()
Constructor for XmlBasicInteraction.XmlBasicInteraction(String shortName)
Constructor for XmlBasicInteraction.XmlBasicInteraction(String shortName, CvTerm type)
Constructor for XmlBasicInteraction.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlBasicInteraction
getInteractionTypes, getSourceLocator, initialiseParticipantWrapper, isIntraMolecular, setInteractionNamesContainer, setInteractionXrefContainer, setIntraMolecular, setJAXBAttributeWrapper, setJAXBId, setJAXBImexId, setJAXBInferredInteractionWrapper, setJAXBIntraMolecular, setJAXBParticipantWrapper
-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.AbstractPsiXmlInteraction
getInferredInteractions, getInteractionType, setInteractionType
-
Methods inherited from class psidev.psi.mi.jami.xml.model.extension.xml253.AbstractXmlInteraction
addAllParticipants, addParticipant, assignComplexAc, assignImexId, getAliases, getAnnotations, getAttributeWrapper, getChecksums, getComplexAc, getComplexVersion, getCreatedDate, getEntry, getFullName, getId, getIdentifiers, getImexId, getInteractionNamesContainer, getInteractionXrefContainer, getParticipants, getRigid, getShortName, getUpdatedDate, getXrefs, initialiseAnnotationWrapper, initialiseNamesContainer, processAddedParticipant, removeAllParticipants, removeParticipant, setCreatedDate, setEntry, setFullName, setId, setParticipantWrapper, setRigid, setShortName, setSourceLocator, setUpdatedDate, sourceLocation, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.xml.model.extension.ExtendedPsiXmlInteraction
getAliases
-
Methods inherited from interface psidev.psi.mi.jami.datasource.FileSourceContext
setSourceLocator, toString
-
Methods inherited from interface psidev.psi.mi.jami.model.Interaction
addAllParticipants, addParticipant, getAnnotations, getChecksums, getCreatedDate, getIdentifiers, getParticipants, getRigid, getShortName, getUpdatedDate, getXrefs, removeAllParticipants, removeParticipant, setCreatedDate, setRigid, setShortName, setUpdatedDate
-
Methods inherited from interface psidev.psi.mi.jami.model.NamedInteraction
getFullName, setFullName
-
Methods inherited from interface psidev.psi.mi.jami.xml.model.extension.PsiXmlInteraction
getEntry, getId, setEntry, setId
-
-