X Tutup
Skip to content

Commit 1dbfcbd

Browse files
committed
Some extra rare fields in atom_sites
1 parent b824612 commit 1dbfcbd

File tree

1 file changed

+183
-0
lines changed
  • biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmcif/model

1 file changed

+183
-0
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/io/mmcif/model/AtomSites.java

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
public class AtomSites extends AbstractBean {
1111

1212
String entry_id;
13+
14+
// to my knowledge this field is not used - JD 2016-11-22
1315
String Cartn_transform_axes;
1416

1517
@CIFLabel(label="fract_transf_matrix[1][1]")
@@ -50,6 +52,43 @@ public class AtomSites extends AbstractBean {
5052

5153
@CIFLabel(label="fract_transf_vector[3]")
5254
String fract_transf_vector3;
55+
56+
// these fields are unusual but appear in some entries like 5e5j - JD 2016-11-22
57+
@CIFLabel(label="Cartn_transf_matrix[1][1]")
58+
String Cartn_transf_matrix11;
59+
60+
@CIFLabel(label="Cartn_transf_matrix[1][2]")
61+
String Cartn_transf_matrix12;
62+
63+
@CIFLabel(label="Cartn_transf_matrix[1][3]")
64+
String Cartn_transf_matrix13;
65+
66+
@CIFLabel(label="Cartn_transf_matrix[2][1]")
67+
String Cartn_transf_matrix21;
68+
69+
@CIFLabel(label="Cartn_transf_matrix[2][2]")
70+
String Cartn_transf_matrix22;
71+
72+
@CIFLabel(label="Cartn_transf_matrix[2][3]")
73+
String Cartn_transf_matrix23;
74+
75+
@CIFLabel(label="Cartn_transf_matrix[3][1]")
76+
String Cartn_transf_matrix31;
77+
78+
@CIFLabel(label="Cartn_transf_matrix[3][2]")
79+
String Cartn_transf_matrix32;
80+
81+
@CIFLabel(label="Cartn_transf_matrix[3][3]")
82+
String Cartn_transf_matrix33;
83+
84+
@CIFLabel(label="Cartn_transf_vector[1]")
85+
String Cartn_transf_vector1;
86+
87+
@CIFLabel(label="Cartn_transf_vector[2]")
88+
String Cartn_transf_vector2;
89+
90+
@CIFLabel(label="Cartn_transf_vector[3]")
91+
String Cartn_transf_vector3;
5392

5493

5594
public String getEntry_id() {
@@ -214,5 +253,149 @@ public String getFract_transf_vector3() {
214253
public void setFract_transf_vector3(String fract_transf_vector3) {
215254
this.fract_transf_vector3 = fract_transf_vector3;
216255
}
256+
/**
257+
* @return the cartn_transf_matrix11
258+
*/
259+
public String getCartn_transf_matrix11() {
260+
return Cartn_transf_matrix11;
261+
}
262+
/**
263+
* @param cartn_transf_matrix11 the cartn_transf_matrix11 to set
264+
*/
265+
public void setCartn_transf_matrix11(String cartn_transf_matrix11) {
266+
Cartn_transf_matrix11 = cartn_transf_matrix11;
267+
}
268+
/**
269+
* @return the cartn_transf_matrix12
270+
*/
271+
public String getCartn_transf_matrix12() {
272+
return Cartn_transf_matrix12;
273+
}
274+
/**
275+
* @param cartn_transf_matrix12 the cartn_transf_matrix12 to set
276+
*/
277+
public void setCartn_transf_matrix12(String cartn_transf_matrix12) {
278+
Cartn_transf_matrix12 = cartn_transf_matrix12;
279+
}
280+
/**
281+
* @return the cartn_transf_matrix13
282+
*/
283+
public String getCartn_transf_matrix13() {
284+
return Cartn_transf_matrix13;
285+
}
286+
/**
287+
* @param cartn_transf_matrix13 the cartn_transf_matrix13 to set
288+
*/
289+
public void setCartn_transf_matrix13(String cartn_transf_matrix13) {
290+
Cartn_transf_matrix13 = cartn_transf_matrix13;
291+
}
292+
/**
293+
* @return the cartn_transf_matrix21
294+
*/
295+
public String getCartn_transf_matrix21() {
296+
return Cartn_transf_matrix21;
297+
}
298+
/**
299+
* @param cartn_transf_matrix21 the cartn_transf_matrix21 to set
300+
*/
301+
public void setCartn_transf_matrix21(String cartn_transf_matrix21) {
302+
Cartn_transf_matrix21 = cartn_transf_matrix21;
303+
}
304+
/**
305+
* @return the cartn_transf_matrix22
306+
*/
307+
public String getCartn_transf_matrix22() {
308+
return Cartn_transf_matrix22;
309+
}
310+
/**
311+
* @param cartn_transf_matrix22 the cartn_transf_matrix22 to set
312+
*/
313+
public void setCartn_transf_matrix22(String cartn_transf_matrix22) {
314+
Cartn_transf_matrix22 = cartn_transf_matrix22;
315+
}
316+
/**
317+
* @return the cartn_transf_matrix23
318+
*/
319+
public String getCartn_transf_matrix23() {
320+
return Cartn_transf_matrix23;
321+
}
322+
/**
323+
* @param cartn_transf_matrix23 the cartn_transf_matrix23 to set
324+
*/
325+
public void setCartn_transf_matrix23(String cartn_transf_matrix23) {
326+
Cartn_transf_matrix23 = cartn_transf_matrix23;
327+
}
328+
/**
329+
* @return the cartn_transf_matrix31
330+
*/
331+
public String getCartn_transf_matrix31() {
332+
return Cartn_transf_matrix31;
333+
}
334+
/**
335+
* @param cartn_transf_matrix31 the cartn_transf_matrix31 to set
336+
*/
337+
public void setCartn_transf_matrix31(String cartn_transf_matrix31) {
338+
Cartn_transf_matrix31 = cartn_transf_matrix31;
339+
}
340+
/**
341+
* @return the cartn_transf_matrix32
342+
*/
343+
public String getCartn_transf_matrix32() {
344+
return Cartn_transf_matrix32;
345+
}
346+
/**
347+
* @param cartn_transf_matrix32 the cartn_transf_matrix32 to set
348+
*/
349+
public void setCartn_transf_matrix32(String cartn_transf_matrix32) {
350+
Cartn_transf_matrix32 = cartn_transf_matrix32;
351+
}
352+
/**
353+
* @return the cartn_transf_matrix33
354+
*/
355+
public String getCartn_transf_matrix33() {
356+
return Cartn_transf_matrix33;
357+
}
358+
/**
359+
* @param cartn_transf_matrix33 the cartn_transf_matrix33 to set
360+
*/
361+
public void setCartn_transf_matrix33(String cartn_transf_matrix33) {
362+
Cartn_transf_matrix33 = cartn_transf_matrix33;
363+
}
364+
/**
365+
* @return the cartn_transf_vector1
366+
*/
367+
public String getCartn_transf_vector1() {
368+
return Cartn_transf_vector1;
369+
}
370+
/**
371+
* @param cartn_transf_vector1 the cartn_transf_vector1 to set
372+
*/
373+
public void setCartn_transf_vector1(String cartn_transf_vector1) {
374+
Cartn_transf_vector1 = cartn_transf_vector1;
375+
}
376+
/**
377+
* @return the cartn_transf_vector2
378+
*/
379+
public String getCartn_transf_vector2() {
380+
return Cartn_transf_vector2;
381+
}
382+
/**
383+
* @param cartn_transf_vector2 the cartn_transf_vector2 to set
384+
*/
385+
public void setCartn_transf_vector2(String cartn_transf_vector2) {
386+
Cartn_transf_vector2 = cartn_transf_vector2;
387+
}
388+
/**
389+
* @return the cartn_transf_vector3
390+
*/
391+
public String getCartn_transf_vector3() {
392+
return Cartn_transf_vector3;
393+
}
394+
/**
395+
* @param cartn_transf_vector3 the cartn_transf_vector3 to set
396+
*/
397+
public void setCartn_transf_vector3(String cartn_transf_vector3) {
398+
Cartn_transf_vector3 = cartn_transf_vector3;
399+
}
217400

218401
}

0 commit comments

Comments
 (0)
X Tutup