X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FMapping.java;fp=src%2Fjalview%2Fxml%2Fbinding%2Fjalview%2FMapping.java;h=39ba1d810cdc98c36df19746f5076b71054eeb38;hb=548ca3e0a4a049bf0c0743efcdc6bdb2a0c6112a;hp=5ebeb7e99a938b2492fbf96591c14e1c474379eb;hpb=39f35c9fc1fb8270d93ba06aa83f3dfbd18dd4a2;p=jalview.git diff --git a/src/jalview/xml/binding/jalview/Mapping.java b/src/jalview/xml/binding/jalview/Mapping.java index 5ebeb7e..39ba1d8 100644 --- a/src/jalview/xml/binding/jalview/Mapping.java +++ b/src/jalview/xml/binding/jalview/Mapping.java @@ -2,7 +2,7 @@ // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See http://java.sun.com/xml/jaxb // 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 // @@ -42,7 +42,7 @@ import javax.xml.bind.annotation.XmlType; * </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> @@ -63,8 +63,8 @@ public class Mapping @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. @@ -115,27 +115,27 @@ public class Mapping } /** - * 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; } }