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 at Apr 26, 2008
021 */
022package org.biojava.nbio.structure.io.mmcif.model;
023
024public class AtomSite extends AbstractBean{
025
026        String group_PDB;
027        String id;
028        String type_symbol;
029        String label_atom_id;
030        String label_alt_id;
031        String label_comp_id;
032        String label_asym_id;
033        String label_entity_id;
034        String label_seq_id;
035        String pdbx_PDB_ins_code;
036
037        String Cartn_x;
038        String Cartn_y;
039        String Cartn_z;
040        String occupancy;
041        String B_iso_or_equiv;
042
043        String Cartn_x_esd;
044        String Cartn_y_esd;
045        String Cartn_z_esd;
046        String occupancy_esd;
047        String B_iso_or_equiv_esd;
048        String pdbx_formal_charge;
049
050        String auth_seq_id;
051        String auth_comp_id;
052        String auth_asym_id;
053        String auth_atom_id;
054        String pdbx_PDB_model_num;
055
056
057        public String getGroup_PDB() {
058                return group_PDB;
059        }
060        public void setGroup_PDB(String group_PDB) {
061                this.group_PDB = group_PDB;
062        }
063        public String getId() {
064                return id;
065        }
066        public void setId(String id) {
067                this.id = id;
068        }
069        public String getType_symbol() {
070                return type_symbol;
071        }
072        public void setType_symbol(String type_symbol) {
073                this.type_symbol = type_symbol;
074        }
075
076        public String getLabel_alt_id() {
077                return label_alt_id;
078        }
079        public void setLabel_alt_id(String label_alt_id) {
080                this.label_alt_id = label_alt_id;
081        }
082        public String getLabel_comp_id() {
083                return label_comp_id;
084        }
085        public void setLabel_comp_id(String label_comp_id) {
086                this.label_comp_id = label_comp_id;
087        }
088        public String getLabel_entity_id() {
089                return label_entity_id;
090        }
091        public void setLabel_entity_id(String label_entity_id) {
092                this.label_entity_id = label_entity_id;
093        }
094        public String getLabel_seq_id() {
095                return label_seq_id;
096        }
097        public void setLabel_seq_id(String label_seq_id) {
098                this.label_seq_id = label_seq_id;
099        }
100        public String getPdbx_PDB_ins_code() {
101                return pdbx_PDB_ins_code;
102        }
103        public void setPdbx_PDB_ins_code(String pdbx_PDB_ins_code) {
104                this.pdbx_PDB_ins_code = pdbx_PDB_ins_code;
105        }
106        public String getCartn_x() {
107                return Cartn_x;
108        }
109        public void setCartn_x(String cartn_x) {
110                Cartn_x = cartn_x;
111        }
112        public String getCartn_y() {
113                return Cartn_y;
114        }
115        public void setCartn_y(String cartn_y) {
116                Cartn_y = cartn_y;
117        }
118        public String getCartn_z() {
119                return Cartn_z;
120        }
121        public void setCartn_z(String cartn_z) {
122                Cartn_z = cartn_z;
123        }
124        public String getOccupancy() {
125                return occupancy;
126        }
127        public void setOccupancy(String occupancy) {
128                this.occupancy = occupancy;
129        }
130        public String getB_iso_or_equiv() {
131                return B_iso_or_equiv;
132        }
133        public void setB_iso_or_equiv(String b_iso_or_equiv) {
134                B_iso_or_equiv = b_iso_or_equiv;
135        }
136        public String getCartn_x_esd() {
137                return Cartn_x_esd;
138        }
139        public void setCartn_x_esd(String cartn_x_esd) {
140                Cartn_x_esd = cartn_x_esd;
141        }
142        public String getCartn_y_esd() {
143                return Cartn_y_esd;
144        }
145        public void setCartn_y_esd(String cartn_y_esd) {
146                Cartn_y_esd = cartn_y_esd;
147        }
148        public String getCartn_z_esd() {
149                return Cartn_z_esd;
150        }
151        public void setCartn_z_esd(String cartn_z_esd) {
152                Cartn_z_esd = cartn_z_esd;
153        }
154        public String getAuth_seq_id() {
155                return auth_seq_id;
156        }
157        public void setAuth_seq_id(String auth_seq_id) {
158                this.auth_seq_id = auth_seq_id;
159        }
160        public String getAuth_comp_id() {
161                return auth_comp_id;
162        }
163        public void setAuth_comp_id(String auth_comp_id) {
164                this.auth_comp_id = auth_comp_id;
165        }
166        public String getAuth_asym_id() {
167                return auth_asym_id;
168        }
169        public void setAuth_asym_id(String auth_asym_id) {
170                this.auth_asym_id = auth_asym_id;
171        }
172        public String getAuth_atom_id() {
173                return auth_atom_id;
174        }
175        public void setAuth_atom_id(String auth_atom_id) {
176                this.auth_atom_id = auth_atom_id;
177        }
178        public String getPdbx_PDB_model_num() {
179                return pdbx_PDB_model_num;
180        }
181        public void setPdbx_PDB_model_num(String pdbx_PDB_model_num) {
182                this.pdbx_PDB_model_num = pdbx_PDB_model_num;
183        }
184        public String getLabel_atom_id() {
185                return label_atom_id;
186        }
187        public void setLabel_atom_id(String label_atom_id) {
188                this.label_atom_id = label_atom_id;
189        }
190        public String getLabel_asym_id() {
191                return label_asym_id;
192        }
193        public void setLabel_asym_id(String label_asym_id) {
194                this.label_asym_id = label_asym_id;
195        }
196        public String getOccupancy_esd() {
197                return occupancy_esd;
198        }
199        public void setOccupancy_esd(String occupancy_esd) {
200                this.occupancy_esd = occupancy_esd;
201        }
202        public String getB_iso_or_equiv_esd() {
203                return B_iso_or_equiv_esd;
204        }
205        public void setB_iso_or_equiv_esd(String b_iso_or_equiv_esd) {
206                B_iso_or_equiv_esd = b_iso_or_equiv_esd;
207        }
208        public String getPdbx_formal_charge() {
209                return pdbx_formal_charge;
210        }
211        public void setPdbx_formal_charge(String pdbx_formal_charge) {
212                this.pdbx_formal_charge = pdbx_formal_charge;
213        }
214
215
216
217
218}