X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Funiprot%2FLocationType.java;h=1aa19250571de7486214d58eab212f3bd59b2a9f;hb=80b889f0cca49103e1b20ed806755a0719789906;hp=28532a3fdefc14616ea0b4168a94d26e438ce816;hpb=7b32d373b60d0af55481cfd6d377b2cc1ec035c0;p=jalview.git diff --git a/src/jalview/xml/binding/uniprot/LocationType.java b/src/jalview/xml/binding/uniprot/LocationType.java index 28532a3..1aa1925 100644 --- a/src/jalview/xml/binding/uniprot/LocationType.java +++ b/src/jalview/xml/binding/uniprot/LocationType.java @@ -1,11 +1,10 @@ // -// This file was generated by the Eclipse Implementation of JAXB, v2.3.3 -// See https://eclipse-ee4j.github.io/jaxb-ri +// 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: 2022.02.07 at 04:44:21 PM GMT +// Generated on: 2023.05.13 at 06:58:42 PM BST // - package jalview.xml.binding.uniprot; import javax.xml.bind.annotation.XmlAccessType; @@ -13,141 +12,141 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlType; - /** - * Describes a sequence location as either a range with a begin and end or as a position. The 'sequence' attribute is only used when the location is not on the canonical sequence displayed in the current entry. + * Describes a sequence location as either a range with a begin and end or as a + * position. The 'sequence' attribute is only used when the location is not on + * the canonical sequence displayed in the current entry. * - * <p>Java class for locationType complex type. + *

+ * Java class for locationType complex type. * - * <p>The following schema fragment specifies the expected content contained within this class. + *

+ * The following schema fragment specifies the expected content contained within + * this class. * - * <pre> - * &lt;complexType name="locationType"&gt; - * &lt;complexContent&gt; - * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; - * &lt;choice&gt; - * &lt;sequence&gt; - * &lt;element name="begin" type="{http://uniprot.org/uniprot}positionType"/&gt; - * &lt;element name="end" type="{http://uniprot.org/uniprot}positionType"/&gt; - * &lt;/sequence&gt; - * &lt;element name="position" type="{http://uniprot.org/uniprot}positionType"/&gt; - * &lt;/choice&gt; - * &lt;attribute name="sequence" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; - * &lt;/restriction&gt; - * &lt;/complexContent&gt; - * &lt;/complexType&gt; - * </pre> + *

+ * <complexType name="locationType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <choice>
+ *         <sequence>
+ *           <element name="begin" type="{http://uniprot.org/uniprot}positionType"/>
+ *           <element name="end" type="{http://uniprot.org/uniprot}positionType"/>
+ *         </sequence>
+ *         <element name="position" type="{http://uniprot.org/uniprot}positionType"/>
+ *       </choice>
+ *       <attribute name="sequence" type="{http://www.w3.org/2001/XMLSchema}string" />
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
+ * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "locationType", propOrder = { - "begin", - "end", - "position" -}) -public class LocationType { - - protected PositionType begin; - protected PositionType end; - protected PositionType position; - @XmlAttribute(name = "sequence") - protected String sequence; - - /** - * Gets the value of the begin property. - * - * @return - * possible object is - * {@link PositionType } - * - */ - public PositionType getBegin() { - return begin; - } - - /** - * Sets the value of the begin property. - * - * @param value - * allowed object is - * {@link PositionType } - * - */ - public void setBegin(PositionType value) { - this.begin = value; - } - - /** - * Gets the value of the end property. - * - * @return - * possible object is - * {@link PositionType } - * - */ - public PositionType getEnd() { - return end; - } - - /** - * Sets the value of the end property. - * - * @param value - * allowed object is - * {@link PositionType } - * - */ - public void setEnd(PositionType value) { - this.end = value; - } - - /** - * Gets the value of the position property. - * - * @return - * possible object is - * {@link PositionType } - * - */ - public PositionType getPosition() { - return position; - } - - /** - * Sets the value of the position property. - * - * @param value - * allowed object is - * {@link PositionType } - * - */ - public void setPosition(PositionType value) { - this.position = value; - } - - /** - * Gets the value of the sequence property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSequence() { - return sequence; - } - - /** - * Sets the value of the sequence property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSequence(String value) { - this.sequence = value; - } +@XmlType(name = "locationType", propOrder = { "begin", "end", "position" }) +public class LocationType +{ + + protected PositionType begin; + + protected PositionType end; + + protected PositionType position; + + @XmlAttribute(name = "sequence") + protected String sequence; + + /** + * Gets the value of the begin property. + * + * @return possible object is {@link PositionType } + * + */ + public PositionType getBegin() + { + return begin; + } + + /** + * Sets the value of the begin property. + * + * @param value + * allowed object is {@link PositionType } + * + */ + public void setBegin(PositionType value) + { + this.begin = value; + } + + /** + * Gets the value of the end property. + * + * @return possible object is {@link PositionType } + * + */ + public PositionType getEnd() + { + return end; + } + + /** + * Sets the value of the end property. + * + * @param value + * allowed object is {@link PositionType } + * + */ + public void setEnd(PositionType value) + { + this.end = value; + } + + /** + * Gets the value of the position property. + * + * @return possible object is {@link PositionType } + * + */ + public PositionType getPosition() + { + return position; + } + + /** + * Sets the value of the position property. + * + * @param value + * allowed object is {@link PositionType } + * + */ + public void setPosition(PositionType value) + { + this.position = value; + } + + /** + * Gets the value of the sequence property. + * + * @return possible object is {@link String } + * + */ + public String getSequence() + { + return sequence; + } + + /** + * Sets the value of the sequence property. + * + * @param value + * allowed object is {@link String } + * + */ + public void setSequence(String value) + { + this.sequence = value; + } }