001/**
002 *                    BioJava development code
003 *
004 * This code may be freely distributed and modified under the
005 * terms of the GNU Lesser General Public Licence.  This should
006 * be distributed with the code.  If you do not have a copy,
007 * see:
008 *
009 *      http://www.gnu.org/copyleft/lesser.html
010 *
011 * Copyright for this code is held jointly by the individual
012 * authors.  These should be listed in @author doc comments.
013 *
014 * For more information on the BioJava project and its aims,
015 * or to join the biojava-l mailing list, visit the home page
016 * at:
017 *
018 *      http://www.biojava.org/
019 *
020 * Created on Feb 5, 2013
021 * Created by Andreas Prlic
022 *
023 * @since 3.0.6
024 */
025package org.biojava.nbio.structure.io.mmcif.model;
026
027import java.io.Serializable;
028
029/** stores these fields:
030 *
031 * _chem_comp_atom.comp_id
032_chem_comp_atom.atom_id
033_chem_comp_atom.alt_atom_id
034_chem_comp_atom.type_symbol
035_chem_comp_atom.charge
036_chem_comp_atom.pdbx_align
037_chem_comp_atom.pdbx_aromatic_flag
038_chem_comp_atom.pdbx_leaving_atom_flag
039_chem_comp_atom.pdbx_stereo_config
040_chem_comp_atom.model_Cartn_x
041_chem_comp_atom.model_Cartn_y
042_chem_comp_atom.model_Cartn_z
043_chem_comp_atom.pdbx_model_Cartn_x_ideal
044_chem_comp_atom.pdbx_model_Cartn_y_ideal
045_chem_comp_atom.pdbx_model_Cartn_z_ideal
046_chem_comp_atom.pdbx_component_comp_id
047_chem_comp_atom.pdbx_residue_numbering
048_chem_comp_atom.pdbx_component_atom_id
049_chem_comp_atom.pdbx_polymer_type
050_chem_comp_atom.pdbx_ref_id
051_chem_comp_atom.pdbx_component_id
052_chem_comp_atom.pdbx_ordinal
053 *
054 * @author Andreas Prlic
055 *
056 */
057public class ChemCompAtom implements Serializable{
058        /**
059         *
060         */
061        private static final long serialVersionUID = 4070599340294758941L;
062        String comp_id;
063        String atom_id;
064        String alt_atom_id;
065        String type_symbol;
066        String charge;
067        String pdbx_align;
068        String pdbx_aromatic_flag;
069        String pdbx_leaving_atom_flag;
070        String pdbx_stereo_config;
071        String model_Cartn_x;
072        String model_Cartn_y;
073        String model_Cartn_z;
074        String pdbx_model_Cartn_x_ideal;
075        String pdbx_model_Cartn_y_ideal;
076        String pdbx_model_Cartn_z_ideal;
077        String pdbx_component_comp_id;
078        String pdbx_residue_numbering;
079        String pdbx_component_atom_id;
080        String pdbx_polymer_type;
081        String pdbx_ref_id;
082        String pdbx_component_id;
083        String pdbx_ordinal;
084        public String getComp_id() {
085                return comp_id;
086        }
087        public void setComp_id(String comp_id) {
088                this.comp_id = comp_id;
089        }
090        public String getAtom_id() {
091                return atom_id;
092        }
093        public void setAtom_id(String atom_id) {
094                this.atom_id = atom_id;
095        }
096        public String getAlt_atom_id() {
097                return alt_atom_id;
098        }
099        public void setAlt_atom_id(String alt_atom_id) {
100                this.alt_atom_id = alt_atom_id;
101        }
102        public String getType_symbol() {
103                return type_symbol;
104        }
105        public void setType_symbol(String type_symbol) {
106                this.type_symbol = type_symbol;
107        }
108        public String getCharge() {
109                return charge;
110        }
111        public void setCharge(String charge) {
112                this.charge = charge;
113        }
114        public String getPdbx_align() {
115                return pdbx_align;
116        }
117        public void setPdbx_align(String pdbx_align) {
118                this.pdbx_align = pdbx_align;
119        }
120        public String getPdbx_aromatic_flag() {
121                return pdbx_aromatic_flag;
122        }
123        public void setPdbx_aromatic_flag(String pdbx_aromatic_flag) {
124                this.pdbx_aromatic_flag = pdbx_aromatic_flag;
125        }
126        public String getPdbx_leaving_atom_flag() {
127                return pdbx_leaving_atom_flag;
128        }
129        public void setPdbx_leaving_atom_flag(String pdbx_leaving_atom_flag) {
130                this.pdbx_leaving_atom_flag = pdbx_leaving_atom_flag;
131        }
132        public String getPdbx_stereo_config() {
133                return pdbx_stereo_config;
134        }
135        public void setPdbx_stereo_config(String pdbx_stereo_config) {
136                this.pdbx_stereo_config = pdbx_stereo_config;
137        }
138        public String getModel_Cartn_x() {
139                return model_Cartn_x;
140        }
141        public void setModel_Cartn_x(String model_Cartn_x) {
142                this.model_Cartn_x = model_Cartn_x;
143        }
144        public String getModel_Cartn_y() {
145                return model_Cartn_y;
146        }
147        public void setModel_Cartn_y(String model_Cartn_y) {
148                this.model_Cartn_y = model_Cartn_y;
149        }
150        public String getModel_Cartn_z() {
151                return model_Cartn_z;
152        }
153        public void setModel_Cartn_z(String model_Cartn_z) {
154                this.model_Cartn_z = model_Cartn_z;
155        }
156        public String getPdbx_model_Cartn_x_ideal() {
157                return pdbx_model_Cartn_x_ideal;
158        }
159        public void setPdbx_model_Cartn_x_ideal(String pdbx_model_Cartn_x_ideal) {
160                this.pdbx_model_Cartn_x_ideal = pdbx_model_Cartn_x_ideal;
161        }
162        public String getPdbx_model_Cartn_y_ideal() {
163                return pdbx_model_Cartn_y_ideal;
164        }
165        public void setPdbx_model_Cartn_y_ideal(String pdbx_model_Cartn_y_ideal) {
166                this.pdbx_model_Cartn_y_ideal = pdbx_model_Cartn_y_ideal;
167        }
168        public String getPdbx_model_Cartn_z_ideal() {
169                return pdbx_model_Cartn_z_ideal;
170        }
171        public void setPdbx_model_Cartn_z_ideal(String pdbx_model_Cartn_z_ideal) {
172                this.pdbx_model_Cartn_z_ideal = pdbx_model_Cartn_z_ideal;
173        }
174        public String getPdbx_component_comp_id() {
175                return pdbx_component_comp_id;
176        }
177        public void setPdbx_component_comp_id(String pdbx_component_comp_id) {
178                this.pdbx_component_comp_id = pdbx_component_comp_id;
179        }
180        public String getPdbx_residue_numbering() {
181                return pdbx_residue_numbering;
182        }
183        public void setPdbx_residue_numbering(String pdbx_residue_numbering) {
184                this.pdbx_residue_numbering = pdbx_residue_numbering;
185        }
186        public String getPdbx_component_atom_id() {
187                return pdbx_component_atom_id;
188        }
189        public void setPdbx_component_atom_id(String pdbx_component_atom_id) {
190                this.pdbx_component_atom_id = pdbx_component_atom_id;
191        }
192        public String getPdbx_polymer_type() {
193                return pdbx_polymer_type;
194        }
195        public void setPdbx_polymer_type(String pdbx_polymer_type) {
196                this.pdbx_polymer_type = pdbx_polymer_type;
197        }
198        public String getPdbx_ref_id() {
199                return pdbx_ref_id;
200        }
201        public void setPdbx_ref_id(String pdbx_ref_id) {
202                this.pdbx_ref_id = pdbx_ref_id;
203        }
204        public String getPdbx_component_id() {
205                return pdbx_component_id;
206        }
207        public void setPdbx_component_id(String pdbx_component_id) {
208                this.pdbx_component_id = pdbx_component_id;
209        }
210        public String getPdbx_ordinal() {
211                return pdbx_ordinal;
212        }
213        public void setPdbx_ordinal(String pdbx_ordinal) {
214                this.pdbx_ordinal = pdbx_ordinal;
215        }
216
217
218
219}