コード例 #1
0
 @Override
 public FileSourceLocator getSourceLocator() {
   if (super.getSourceLocator() == null && locator != null) {
     super.setSourceLocator(
         new PsiXmlLocator(locator.getLineNumber(), locator.getColumnNumber(), getId()));
   }
   return super.getSourceLocator();
 }
コード例 #2
0
 @Override
 @XmlElement(name = "inferredInteractionList")
 public void setJAXBInferredInteractionWrapper(
     JAXBInferredInteractionWrapper jaxbInferredWrapper) {
   super.setJAXBInferredInteractionWrapper(jaxbInferredWrapper);
 }
コード例 #3
0
 @XmlElement(name = "participantList", required = true)
 public void setJAXBParticipantWrapper(JAXBParticipantWrapper jaxbParticipantWrapper) {
   super.setParticipantWrapper(jaxbParticipantWrapper);
 }
コード例 #4
0
 @Override
 @XmlElement(name = "attributeList")
 public void setJAXBAttributeWrapper(JAXBAttributeWrapper jaxbAttributeWrapper) {
   super.setJAXBAttributeWrapper(jaxbAttributeWrapper);
 }
コード例 #5
0
 @XmlAttribute(name = "id", required = true)
 public void setJAXBId(int value) {
   super.setId(value);
 }
コード例 #6
0
 @XmlElement(name = "intraMolecular", defaultValue = "false", type = Boolean.class)
 public void setJAXBIntraMolecular(Boolean intra) {
   super.setIntraMolecular(intra);
 }
コード例 #7
0
 @Override
 public void setIntraMolecular(boolean intra) {
   super.setIntraMolecular(intra);
 }
コード例 #8
0
 @Override
 @XmlElement(name = "xref")
 public void setJAXBXref(InteractionXrefContainer value) {
   super.setJAXBXref(value);
 }
コード例 #9
0
 @Override
 @XmlElement(name = "names")
 public void setJAXBNames(NamesContainer value) {
   super.setJAXBNames(value);
 }
コード例 #10
0
 @Override
 protected void initialiseParticipantWrapper() {
   super.setParticipantWrapper(new JAXBParticipantWrapper());
 }