3 * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4 * Copyright (C) $$Year-Rel$$ The Jalview Authors
6 * This file is part of Jalview.
8 * Jalview is free software: you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
12 * Jalview is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty
14 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15 * PURPOSE. See the GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License along with Jalview. If not, see <http://www.gnu.org/licenses/>.
18 * The Jalview Authors are detailed in the 'AUTHORS' file.
21 <class name="jalview.datamodel.xdb.uniprot.UniprotFile">
22 <map-to xml="uniprot"/>
23 <field name="UniprotEntries" type="jalview.datamodel.xdb.uniprot.UniprotEntry" collection="vector">
24 <bind-xml name="entry"/>
28 <class name="jalview.datamodel.xdb.uniprot.UniprotEntry">
29 <field name="name" type="string" collection="vector"/>
30 <field name="accession" type="string" collection="vector"/>
31 <field name="protein" type="jalview.datamodel.xdb.uniprot.UniprotProteinName"/>
32 <field name="UniprotSequence" type="jalview.datamodel.xdb.uniprot.UniprotSequence">
33 <bind-xml name="sequence"/>
35 <field name="feature" type="jalview.datamodel.xdb.uniprot.UniprotFeature" collection="vector"/>
36 <field name="dbReference" type="jalview.datamodel.PDBEntry" collection="vector"/>
39 <class name="jalview.datamodel.xdb.uniprot.UniprotProteinName">
40 <field name="name" collection="vector" type="string">
41 <bind-xml name="fullName" location="recommendedName" node="element"/>
44 <!-- uniprot protein name is now a collection of collections - the INCLUDES and CONTAINS entries of the uniprot
45 record. This means this doesn't exist anymore...
46 <class name="jalview.datamodel.xdb.uniprot.UniprotProteinName">
47 <field name="name" type="string" collection="vector">
48 <bind-xml name="name"/>
53 <class name="jalview.datamodel.xdb.uniprot.UniprotFeature">
55 <bind-xml node="attribute"/>
57 <field name="description">
58 <bind-xml node="attribute"/>
61 <bind-xml node="attribute"/>
63 <field name="position">
64 <bind-xml name="position" node="attribute" location="location/position"/>
67 <bind-xml name="position" node="attribute" location="location/begin"/>
70 <bind-xml name="position" node="attribute" location="location/end"/>
72 <field name="variation">
73 <bind-xml name="variation"/>
75 <field name="original">
76 <bind-xml name="original"/>
80 <class name="jalview.datamodel.xdb.uniprot.UniprotSequence">
81 <field name="content" type="string">
82 <bind-xml name="sequence" node="text"/>
86 <class name="jalview.datamodel.PDBEntry">
87 <field name="type"><bind-xml node="attribute"/></field>
88 <field name="id"><bind-xml node="attribute"/></field>
89 <field name="props" collection="hashtable">
90 <bind-xml name="property">
91 <class name="org.exolab.castor.mapping.MapItem">
93 <bind-xml name="type" node="attribute"/>
96 <bind-xml node="attribute"/>