if (jmp.getMappedFromId() != null)
{
- mp.setMappingType(jmp.getMappedFromId());
+ mp.setMappedFromId(jmp.getMappedFromId());
}
jalview.util.MapList mlst = jmp.getMap();
fto, m.getMapFromUnit().intValue(),
m.getMapToUnit().intValue());
- jmap.setMappedFromId(m.getMappingType());
+ jmap.setMappedFromId(m.getMappedFromId());
/*
* (optional) choice of dseqFor or Sequence
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2019.06.07 at 02:21:15 PM BST
+// Generated on: 2020.08.11 at 02:44:23 PM BST
//
* </element>
* </choice>
* </sequence>
- * <attribute name="mappingType" type="{http://www.w3.org/2001/XMLSchema}string" />
+ * <attribute name="mappedFromId" type="{http://www.w3.org/2001/XMLSchema}string" />
* </extension>
* </complexContent>
* </complexType>
@XmlElement(name = "Sequence")
protected Sequence sequence;
protected String dseqFor;
- @XmlAttribute(name = "mappingType")
- protected String mappingType;
+ @XmlAttribute(name = "mappedFromId")
+ protected String mappedFromId;
/**
* Gets the value of the sequence property.
}
/**
- * Gets the value of the mappingType property.
+ * Gets the value of the mappedFromId property.
*
* @return
* possible object is
* {@link String }
*
*/
- public String getMappingType() {
- return mappingType;
+ public String getMappedFromId() {
+ return mappedFromId;
}
/**
- * Sets the value of the mappingType property.
+ * Sets the value of the mappedFromId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
- public void setMappingType(String value) {
- this.mappingType = value;
+ public void setMappedFromId(String value) {
+ this.mappedFromId = value;
}
}