1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
package jalview.xml.binding.sifts; |
9 |
|
|
10 |
|
import java.math.BigInteger; |
11 |
|
import java.util.ArrayList; |
12 |
|
import java.util.List; |
13 |
|
import javax.xml.bind.annotation.XmlAccessType; |
14 |
|
import javax.xml.bind.annotation.XmlAccessorType; |
15 |
|
import javax.xml.bind.annotation.XmlAttribute; |
16 |
|
import javax.xml.bind.annotation.XmlElement; |
17 |
|
import javax.xml.bind.annotation.XmlRootElement; |
18 |
|
import javax.xml.bind.annotation.XmlSchemaType; |
19 |
|
import javax.xml.bind.annotation.XmlType; |
20 |
|
import javax.xml.bind.annotation.XmlValue; |
21 |
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
|
|
26 |
|
|
27 |
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
|
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
|
|
36 |
|
|
37 |
|
|
38 |
|
|
39 |
|
|
40 |
|
|
41 |
|
|
42 |
|
|
43 |
|
|
44 |
|
|
45 |
|
|
46 |
|
|
47 |
|
|
48 |
|
|
49 |
|
|
50 |
|
|
51 |
|
|
52 |
|
|
53 |
|
|
54 |
|
|
55 |
|
|
56 |
|
|
57 |
|
|
58 |
|
|
59 |
|
|
60 |
|
|
61 |
|
|
62 |
|
|
63 |
|
|
64 |
|
|
65 |
|
|
66 |
|
|
67 |
|
|
68 |
|
|
69 |
|
|
70 |
|
|
71 |
|
|
72 |
|
|
73 |
|
|
74 |
|
|
75 |
|
|
76 |
|
|
77 |
|
|
78 |
|
|
79 |
|
|
80 |
|
|
81 |
|
|
82 |
|
|
83 |
|
|
84 |
|
|
85 |
|
|
86 |
|
|
87 |
|
|
88 |
|
|
89 |
|
|
90 |
|
|
91 |
|
|
92 |
|
|
93 |
|
|
94 |
|
|
95 |
|
|
96 |
|
|
97 |
|
|
98 |
|
|
99 |
|
|
100 |
|
|
101 |
|
|
102 |
|
|
103 |
|
|
104 |
|
|
105 |
|
|
106 |
|
|
107 |
|
|
108 |
|
|
109 |
|
|
110 |
|
|
111 |
|
|
112 |
|
|
113 |
|
|
114 |
|
|
115 |
|
|
116 |
|
|
117 |
|
|
118 |
|
|
119 |
|
|
120 |
|
|
121 |
|
|
122 |
|
|
123 |
|
|
124 |
|
|
125 |
|
|
126 |
|
|
127 |
|
|
128 |
|
|
129 |
|
|
130 |
|
|
131 |
|
|
132 |
|
|
133 |
|
|
134 |
|
|
135 |
|
|
136 |
|
|
137 |
|
|
138 |
|
|
139 |
|
|
140 |
|
|
141 |
|
|
142 |
|
|
143 |
|
|
144 |
|
|
145 |
|
|
146 |
|
|
147 |
|
|
148 |
|
|
149 |
|
|
150 |
|
|
151 |
|
|
152 |
|
|
153 |
|
|
154 |
|
|
155 |
|
|
156 |
|
|
157 |
|
|
158 |
|
|
159 |
|
|
160 |
|
|
161 |
|
|
162 |
|
|
163 |
|
|
164 |
|
|
165 |
|
|
166 |
|
|
167 |
|
|
168 |
|
|
169 |
|
|
170 |
|
|
171 |
|
|
172 |
|
|
173 |
|
|
174 |
|
|
175 |
|
|
176 |
|
|
177 |
|
|
178 |
|
|
179 |
|
|
180 |
|
|
181 |
|
|
182 |
|
|
183 |
|
|
184 |
|
|
185 |
|
|
186 |
|
|
187 |
|
|
188 |
|
|
189 |
|
|
190 |
|
|
191 |
|
|
192 |
|
|
193 |
|
|
194 |
|
|
195 |
|
|
196 |
|
|
197 |
|
|
198 |
|
|
199 |
|
|
200 |
|
|
201 |
|
|
202 |
|
|
203 |
|
|
204 |
|
|
205 |
|
|
206 |
|
|
207 |
|
|
208 |
|
|
209 |
|
|
210 |
|
|
211 |
|
|
212 |
|
|
213 |
|
|
214 |
|
|
215 |
|
|
216 |
|
|
217 |
|
|
218 |
|
|
219 |
|
|
220 |
|
|
221 |
|
|
222 |
|
|
223 |
|
|
224 |
|
|
225 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
226 |
|
@XmlType( |
227 |
|
name = "", |
228 |
|
propOrder = |
229 |
|
{ "alignObject", "score", "block", "geo3D" }) |
230 |
|
@XmlRootElement(name = "alignment") |
|
|
| 0% |
Uncovered Elements: 28 (28) |
Complexity: 10 |
Complexity Density: 0.71 |
|
231 |
|
public class Alignment |
232 |
|
{ |
233 |
|
|
234 |
|
@XmlElement(required = true) |
235 |
|
protected List<Alignment.AlignObject> alignObject; |
236 |
|
|
237 |
|
protected List<Alignment.Score> score; |
238 |
|
|
239 |
|
@XmlElement(required = true) |
240 |
|
protected List<Alignment.Block> block; |
241 |
|
|
242 |
|
@XmlElement(name = "geo3d") |
243 |
|
protected List<Alignment.Geo3D> geo3D; |
244 |
|
|
245 |
|
@XmlAttribute(name = "alignType", required = true) |
246 |
|
protected String alignType; |
247 |
|
|
248 |
|
|
249 |
|
|
250 |
|
|
251 |
|
|
252 |
|
|
253 |
|
|
254 |
|
|
255 |
|
|
256 |
|
|
257 |
|
|
258 |
|
|
259 |
|
|
260 |
|
|
261 |
|
|
262 |
|
|
263 |
|
|
264 |
|
|
265 |
|
|
266 |
|
|
267 |
|
@link |
268 |
|
|
269 |
|
|
270 |
|
|
|
|
| 0% |
Uncovered Elements: 5 (5) |
Complexity: 2 |
Complexity Density: 0.67 |
|
271 |
0 |
public List<Alignment.AlignObject> getAlignObject()... |
272 |
|
{ |
273 |
0 |
if (alignObject == null) |
274 |
|
{ |
275 |
0 |
alignObject = new ArrayList<Alignment.AlignObject>(); |
276 |
|
} |
277 |
0 |
return this.alignObject; |
278 |
|
} |
279 |
|
|
280 |
|
|
281 |
|
|
282 |
|
|
283 |
|
|
284 |
|
|
285 |
|
|
286 |
|
|
287 |
|
|
288 |
|
|
289 |
|
|
290 |
|
|
291 |
|
|
292 |
|
|
293 |
|
|
294 |
|
|
295 |
|
|
296 |
|
|
297 |
|
|
298 |
|
|
299 |
|
@link |
300 |
|
|
301 |
|
|
302 |
|
|
|
|
| 0% |
Uncovered Elements: 5 (5) |
Complexity: 2 |
Complexity Density: 0.67 |
|
303 |
0 |
public List<Alignment.Score> getScore()... |
304 |
|
{ |
305 |
0 |
if (score == null) |
306 |
|
{ |
307 |
0 |
score = new ArrayList<Alignment.Score>(); |
308 |
|
} |
309 |
0 |
return this.score; |
310 |
|
} |
311 |
|
|
312 |
|
|
313 |
|
|
314 |
|
|
315 |
|
|
316 |
|
|
317 |
|
|
318 |
|
|
319 |
|
|
320 |
|
|
321 |
|
|
322 |
|
|
323 |
|
|
324 |
|
|
325 |
|
|
326 |
|
|
327 |
|
|
328 |
|
|
329 |
|
|
330 |
|
|
331 |
|
@link |
332 |
|
|
333 |
|
|
334 |
|
|
|
|
| 0% |
Uncovered Elements: 5 (5) |
Complexity: 2 |
Complexity Density: 0.67 |
|
335 |
0 |
public List<Alignment.Block> getBlock()... |
336 |
|
{ |
337 |
0 |
if (block == null) |
338 |
|
{ |
339 |
0 |
block = new ArrayList<Alignment.Block>(); |
340 |
|
} |
341 |
0 |
return this.block; |
342 |
|
} |
343 |
|
|
344 |
|
|
345 |
|
|
346 |
|
|
347 |
|
|
348 |
|
|
349 |
|
|
350 |
|
|
351 |
|
|
352 |
|
|
353 |
|
|
354 |
|
|
355 |
|
|
356 |
|
|
357 |
|
|
358 |
|
|
359 |
|
|
360 |
|
|
361 |
|
|
362 |
|
|
363 |
|
@link |
364 |
|
|
365 |
|
|
366 |
|
|
|
|
| 0% |
Uncovered Elements: 5 (5) |
Complexity: 2 |
Complexity Density: 0.67 |
|
367 |
0 |
public List<Alignment.Geo3D> getGeo3D()... |
368 |
|
{ |
369 |
0 |
if (geo3D == null) |
370 |
|
{ |
371 |
0 |
geo3D = new ArrayList<Alignment.Geo3D>(); |
372 |
|
} |
373 |
0 |
return this.geo3D; |
374 |
|
} |
375 |
|
|
376 |
|
|
377 |
|
|
378 |
|
|
379 |
|
@return@link |
380 |
|
|
381 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
382 |
0 |
public String getAlignType()... |
383 |
|
{ |
384 |
0 |
return alignType; |
385 |
|
} |
386 |
|
|
387 |
|
|
388 |
|
|
389 |
|
|
390 |
|
@param |
391 |
|
@link |
392 |
|
|
393 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
394 |
0 |
public void setAlignType(String value)... |
395 |
|
{ |
396 |
0 |
this.alignType = value; |
397 |
|
} |
398 |
|
|
399 |
|
|
400 |
|
|
401 |
|
|
402 |
|
|
403 |
|
|
404 |
|
|
405 |
|
|
406 |
|
|
407 |
|
|
408 |
|
|
409 |
|
|
410 |
|
|
411 |
|
|
412 |
|
|
413 |
|
|
414 |
|
|
415 |
|
|
416 |
|
|
417 |
|
|
418 |
|
|
419 |
|
|
420 |
|
|
421 |
|
|
422 |
|
|
423 |
|
|
424 |
|
|
425 |
|
|
426 |
|
|
427 |
|
|
428 |
|
|
429 |
|
|
430 |
|
|
431 |
|
|
432 |
|
|
433 |
|
|
434 |
|
|
435 |
|
|
436 |
|
|
437 |
|
|
438 |
|
|
439 |
|
|
440 |
|
|
441 |
|
|
442 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
443 |
|
@XmlType(name = "", propOrder = { "alignObjectDetail", "sequence" }) |
|
|
| 0% |
Uncovered Elements: 42 (42) |
Complexity: 20 |
Complexity Density: 0.95 |
|
444 |
|
public static class AlignObject |
445 |
|
{ |
446 |
|
|
447 |
|
protected List<Alignment.AlignObject.AlignObjectDetail> alignObjectDetail; |
448 |
|
|
449 |
|
protected Alignment.AlignObject.Sequence sequence; |
450 |
|
|
451 |
|
@XmlAttribute(name = "objectVersion", required = true) |
452 |
|
protected String objectVersion; |
453 |
|
|
454 |
|
@XmlAttribute(name = "intObjectId", required = true) |
455 |
|
protected String intObjectId; |
456 |
|
|
457 |
|
@XmlAttribute(name = "type") |
458 |
|
protected String type; |
459 |
|
|
460 |
|
@XmlAttribute(name = "dbSource", required = true) |
461 |
|
protected String dbSource; |
462 |
|
|
463 |
|
@XmlAttribute(name = "dbCoordSys", required = true) |
464 |
|
protected String dbCoordSys; |
465 |
|
|
466 |
|
@XmlAttribute(name = "dbAccessionId", required = true) |
467 |
|
protected String dbAccessionId; |
468 |
|
|
469 |
|
@XmlAttribute(name = "dbEvidence") |
470 |
|
protected String dbEvidence; |
471 |
|
|
472 |
|
@XmlAttribute(name = "dbVersion") |
473 |
|
protected String dbVersion; |
474 |
|
|
475 |
|
|
476 |
|
|
477 |
|
|
478 |
|
|
479 |
|
|
480 |
|
|
481 |
|
|
482 |
|
|
483 |
|
|
484 |
|
|
485 |
|
|
486 |
|
|
487 |
|
|
488 |
|
|
489 |
|
|
490 |
|
|
491 |
|
|
492 |
|
|
493 |
|
|
494 |
|
@link |
495 |
|
|
496 |
|
|
497 |
|
|
|
|
| 0% |
Uncovered Elements: 5 (5) |
Complexity: 2 |
Complexity Density: 0.67 |
|
498 |
0 |
public List<Alignment.AlignObject.AlignObjectDetail> getAlignObjectDetail()... |
499 |
|
{ |
500 |
0 |
if (alignObjectDetail == null) |
501 |
|
{ |
502 |
0 |
alignObjectDetail = new ArrayList<Alignment.AlignObject.AlignObjectDetail>(); |
503 |
|
} |
504 |
0 |
return this.alignObjectDetail; |
505 |
|
} |
506 |
|
|
507 |
|
|
508 |
|
|
509 |
|
|
510 |
|
@return@link |
511 |
|
|
512 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
513 |
0 |
public Alignment.AlignObject.Sequence getSequence()... |
514 |
|
{ |
515 |
0 |
return sequence; |
516 |
|
} |
517 |
|
|
518 |
|
|
519 |
|
|
520 |
|
|
521 |
|
@param |
522 |
|
@link |
523 |
|
|
524 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
525 |
0 |
public void setSequence(Alignment.AlignObject.Sequence value)... |
526 |
|
{ |
527 |
0 |
this.sequence = value; |
528 |
|
} |
529 |
|
|
530 |
|
|
531 |
|
|
532 |
|
|
533 |
|
@return@link |
534 |
|
|
535 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
536 |
0 |
public String getObjectVersion()... |
537 |
|
{ |
538 |
0 |
return objectVersion; |
539 |
|
} |
540 |
|
|
541 |
|
|
542 |
|
|
543 |
|
|
544 |
|
@param |
545 |
|
@link |
546 |
|
|
547 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
548 |
0 |
public void setObjectVersion(String value)... |
549 |
|
{ |
550 |
0 |
this.objectVersion = value; |
551 |
|
} |
552 |
|
|
553 |
|
|
554 |
|
|
555 |
|
|
556 |
|
@return@link |
557 |
|
|
558 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
559 |
0 |
public String getIntObjectId()... |
560 |
|
{ |
561 |
0 |
return intObjectId; |
562 |
|
} |
563 |
|
|
564 |
|
|
565 |
|
|
566 |
|
|
567 |
|
@param |
568 |
|
@link |
569 |
|
|
570 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
571 |
0 |
public void setIntObjectId(String value)... |
572 |
|
{ |
573 |
0 |
this.intObjectId = value; |
574 |
|
} |
575 |
|
|
576 |
|
|
577 |
|
|
578 |
|
|
579 |
|
@return@link |
580 |
|
|
581 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
582 |
0 |
public String getType()... |
583 |
|
{ |
584 |
0 |
return type; |
585 |
|
} |
586 |
|
|
587 |
|
|
588 |
|
|
589 |
|
|
590 |
|
@param |
591 |
|
@link |
592 |
|
|
593 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
594 |
0 |
public void setType(String value)... |
595 |
|
{ |
596 |
0 |
this.type = value; |
597 |
|
} |
598 |
|
|
599 |
|
|
600 |
|
|
601 |
|
|
602 |
|
@return@link |
603 |
|
|
604 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
605 |
0 |
public String getDbSource()... |
606 |
|
{ |
607 |
0 |
return dbSource; |
608 |
|
} |
609 |
|
|
610 |
|
|
611 |
|
|
612 |
|
|
613 |
|
@param |
614 |
|
@link |
615 |
|
|
616 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
617 |
0 |
public void setDbSource(String value)... |
618 |
|
{ |
619 |
0 |
this.dbSource = value; |
620 |
|
} |
621 |
|
|
622 |
|
|
623 |
|
|
624 |
|
|
625 |
|
@return@link |
626 |
|
|
627 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
628 |
0 |
public String getDbCoordSys()... |
629 |
|
{ |
630 |
0 |
return dbCoordSys; |
631 |
|
} |
632 |
|
|
633 |
|
|
634 |
|
|
635 |
|
|
636 |
|
@param |
637 |
|
@link |
638 |
|
|
639 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
640 |
0 |
public void setDbCoordSys(String value)... |
641 |
|
{ |
642 |
0 |
this.dbCoordSys = value; |
643 |
|
} |
644 |
|
|
645 |
|
|
646 |
|
|
647 |
|
|
648 |
|
@return@link |
649 |
|
|
650 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
651 |
0 |
public String getDbAccessionId()... |
652 |
|
{ |
653 |
0 |
return dbAccessionId; |
654 |
|
} |
655 |
|
|
656 |
|
|
657 |
|
|
658 |
|
|
659 |
|
@param |
660 |
|
@link |
661 |
|
|
662 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
663 |
0 |
public void setDbAccessionId(String value)... |
664 |
|
{ |
665 |
0 |
this.dbAccessionId = value; |
666 |
|
} |
667 |
|
|
668 |
|
|
669 |
|
|
670 |
|
|
671 |
|
@return@link |
672 |
|
|
673 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
674 |
0 |
public String getDbEvidence()... |
675 |
|
{ |
676 |
0 |
return dbEvidence; |
677 |
|
} |
678 |
|
|
679 |
|
|
680 |
|
|
681 |
|
|
682 |
|
@param |
683 |
|
@link |
684 |
|
|
685 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
686 |
0 |
public void setDbEvidence(String value)... |
687 |
|
{ |
688 |
0 |
this.dbEvidence = value; |
689 |
|
} |
690 |
|
|
691 |
|
|
692 |
|
|
693 |
|
|
694 |
|
@return@link |
695 |
|
|
696 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
697 |
0 |
public String getDbVersion()... |
698 |
|
{ |
699 |
0 |
return dbVersion; |
700 |
|
} |
701 |
|
|
702 |
|
|
703 |
|
|
704 |
|
|
705 |
|
@param |
706 |
|
@link |
707 |
|
|
708 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
709 |
0 |
public void setDbVersion(String value)... |
710 |
|
{ |
711 |
0 |
this.dbVersion = value; |
712 |
|
} |
713 |
|
|
714 |
|
|
715 |
|
|
716 |
|
|
717 |
|
|
718 |
|
|
719 |
|
|
720 |
|
|
721 |
|
|
722 |
|
|
723 |
|
|
724 |
|
|
725 |
|
|
726 |
|
|
727 |
|
|
728 |
|
|
729 |
|
|
730 |
|
|
731 |
|
|
732 |
|
|
733 |
|
|
734 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
735 |
|
@XmlType(name = "", propOrder = { "content" }) |
|
|
| 0% |
Uncovered Elements: 12 (12) |
Complexity: 6 |
Complexity Density: 1 |
|
736 |
|
public static class AlignObjectDetail |
737 |
|
{ |
738 |
|
|
739 |
|
@XmlValue |
740 |
|
protected String content; |
741 |
|
|
742 |
|
@XmlAttribute(name = "dbSource") |
743 |
|
protected String dbSource; |
744 |
|
|
745 |
|
@XmlAttribute(name = "property", required = true) |
746 |
|
protected String property; |
747 |
|
|
748 |
|
|
749 |
|
|
750 |
|
|
751 |
|
@return@link |
752 |
|
|
753 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
754 |
0 |
public String getContent()... |
755 |
|
{ |
756 |
0 |
return content; |
757 |
|
} |
758 |
|
|
759 |
|
|
760 |
|
|
761 |
|
|
762 |
|
@param |
763 |
|
@link |
764 |
|
|
765 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
766 |
0 |
public void setContent(String value)... |
767 |
|
{ |
768 |
0 |
this.content = value; |
769 |
|
} |
770 |
|
|
771 |
|
|
772 |
|
|
773 |
|
|
774 |
|
@return@link |
775 |
|
|
776 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
777 |
0 |
public String getDbSource()... |
778 |
|
{ |
779 |
0 |
return dbSource; |
780 |
|
} |
781 |
|
|
782 |
|
|
783 |
|
|
784 |
|
|
785 |
|
@param |
786 |
|
@link |
787 |
|
|
788 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
789 |
0 |
public void setDbSource(String value)... |
790 |
|
{ |
791 |
0 |
this.dbSource = value; |
792 |
|
} |
793 |
|
|
794 |
|
|
795 |
|
|
796 |
|
|
797 |
|
@return@link |
798 |
|
|
799 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
800 |
0 |
public String getProperty()... |
801 |
|
{ |
802 |
0 |
return property; |
803 |
|
} |
804 |
|
|
805 |
|
|
806 |
|
|
807 |
|
|
808 |
|
@param |
809 |
|
@link |
810 |
|
|
811 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
812 |
0 |
public void setProperty(String value)... |
813 |
|
{ |
814 |
0 |
this.property = value; |
815 |
|
} |
816 |
|
|
817 |
|
} |
818 |
|
|
819 |
|
|
820 |
|
|
821 |
|
|
822 |
|
|
823 |
|
|
824 |
|
|
825 |
|
|
826 |
|
|
827 |
|
|
828 |
|
|
829 |
|
|
830 |
|
|
831 |
|
|
832 |
|
|
833 |
|
|
834 |
|
|
835 |
|
|
836 |
|
|
837 |
|
|
838 |
|
|
839 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
840 |
|
@XmlType(name = "", propOrder = { "content" }) |
|
|
| 0% |
Uncovered Elements: 12 (12) |
Complexity: 6 |
Complexity Density: 1 |
|
841 |
|
public static class Sequence |
842 |
|
{ |
843 |
|
|
844 |
|
@XmlValue |
845 |
|
protected String content; |
846 |
|
|
847 |
|
@XmlAttribute(name = "start") |
848 |
|
protected String start; |
849 |
|
|
850 |
|
@XmlAttribute(name = "end") |
851 |
|
protected String end; |
852 |
|
|
853 |
|
|
854 |
|
|
855 |
|
|
856 |
|
@return@link |
857 |
|
|
858 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
859 |
0 |
public String getContent()... |
860 |
|
{ |
861 |
0 |
return content; |
862 |
|
} |
863 |
|
|
864 |
|
|
865 |
|
|
866 |
|
|
867 |
|
@param |
868 |
|
@link |
869 |
|
|
870 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
871 |
0 |
public void setContent(String value)... |
872 |
|
{ |
873 |
0 |
this.content = value; |
874 |
|
} |
875 |
|
|
876 |
|
|
877 |
|
|
878 |
|
|
879 |
|
@return@link |
880 |
|
|
881 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
882 |
0 |
public String getStart()... |
883 |
|
{ |
884 |
0 |
return start; |
885 |
|
} |
886 |
|
|
887 |
|
|
888 |
|
|
889 |
|
|
890 |
|
@param |
891 |
|
@link |
892 |
|
|
893 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
894 |
0 |
public void setStart(String value)... |
895 |
|
{ |
896 |
0 |
this.start = value; |
897 |
|
} |
898 |
|
|
899 |
|
|
900 |
|
|
901 |
|
|
902 |
|
@return@link |
903 |
|
|
904 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
905 |
0 |
public String getEnd()... |
906 |
|
{ |
907 |
0 |
return end; |
908 |
|
} |
909 |
|
|
910 |
|
|
911 |
|
|
912 |
|
|
913 |
|
@param |
914 |
|
@link |
915 |
|
|
916 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
917 |
0 |
public void setEnd(String value)... |
918 |
|
{ |
919 |
0 |
this.end = value; |
920 |
|
} |
921 |
|
|
922 |
|
} |
923 |
|
|
924 |
|
} |
925 |
|
|
926 |
|
|
927 |
|
|
928 |
|
|
929 |
|
|
930 |
|
|
931 |
|
|
932 |
|
|
933 |
|
|
934 |
|
|
935 |
|
|
936 |
|
|
937 |
|
|
938 |
|
|
939 |
|
|
940 |
|
|
941 |
|
|
942 |
|
|
943 |
|
|
944 |
|
|
945 |
|
|
946 |
|
|
947 |
|
|
948 |
|
|
949 |
|
|
950 |
|
|
951 |
|
|
952 |
|
|
953 |
|
|
954 |
|
|
955 |
|
|
956 |
|
|
957 |
|
|
958 |
|
|
959 |
|
|
960 |
|
|
961 |
|
|
962 |
|
|
963 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
964 |
|
@XmlType(name = "", propOrder = { "segment" }) |
|
|
| 0% |
Uncovered Elements: 14 (14) |
Complexity: 6 |
Complexity Density: 0.86 |
|
965 |
|
public static class Block |
966 |
|
{ |
967 |
|
|
968 |
|
@XmlElement(required = true) |
969 |
|
protected List<Alignment.Block.Segment> segment; |
970 |
|
|
971 |
|
@XmlAttribute(name = "blockScore") |
972 |
|
protected String blockScore; |
973 |
|
|
974 |
|
@XmlAttribute(name = "blockOrder", required = true) |
975 |
|
protected BigInteger blockOrder; |
976 |
|
|
977 |
|
|
978 |
|
|
979 |
|
|
980 |
|
|
981 |
|
|
982 |
|
|
983 |
|
|
984 |
|
|
985 |
|
|
986 |
|
|
987 |
|
|
988 |
|
|
989 |
|
|
990 |
|
|
991 |
|
|
992 |
|
|
993 |
|
|
994 |
|
|
995 |
|
|
996 |
|
@link |
997 |
|
|
998 |
|
|
999 |
|
|
|
|
| 0% |
Uncovered Elements: 5 (5) |
Complexity: 2 |
Complexity Density: 0.67 |
|
1000 |
0 |
public List<Alignment.Block.Segment> getSegment()... |
1001 |
|
{ |
1002 |
0 |
if (segment == null) |
1003 |
|
{ |
1004 |
0 |
segment = new ArrayList<Alignment.Block.Segment>(); |
1005 |
|
} |
1006 |
0 |
return this.segment; |
1007 |
|
} |
1008 |
|
|
1009 |
|
|
1010 |
|
|
1011 |
|
|
1012 |
|
@return@link |
1013 |
|
|
1014 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1015 |
0 |
public String getBlockScore()... |
1016 |
|
{ |
1017 |
0 |
return blockScore; |
1018 |
|
} |
1019 |
|
|
1020 |
|
|
1021 |
|
|
1022 |
|
|
1023 |
|
@param |
1024 |
|
@link |
1025 |
|
|
1026 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1027 |
0 |
public void setBlockScore(String value)... |
1028 |
|
{ |
1029 |
0 |
this.blockScore = value; |
1030 |
|
} |
1031 |
|
|
1032 |
|
|
1033 |
|
|
1034 |
|
|
1035 |
|
@return@link |
1036 |
|
|
1037 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1038 |
0 |
public BigInteger getBlockOrder()... |
1039 |
|
{ |
1040 |
0 |
return blockOrder; |
1041 |
|
} |
1042 |
|
|
1043 |
|
|
1044 |
|
|
1045 |
|
|
1046 |
|
@param |
1047 |
|
@link |
1048 |
|
|
1049 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1050 |
0 |
public void setBlockOrder(BigInteger value)... |
1051 |
|
{ |
1052 |
0 |
this.blockOrder = value; |
1053 |
|
} |
1054 |
|
|
1055 |
|
|
1056 |
|
|
1057 |
|
|
1058 |
|
|
1059 |
|
|
1060 |
|
|
1061 |
|
|
1062 |
|
|
1063 |
|
|
1064 |
|
|
1065 |
|
|
1066 |
|
|
1067 |
|
|
1068 |
|
|
1069 |
|
|
1070 |
|
|
1071 |
|
|
1072 |
|
|
1073 |
|
|
1074 |
|
|
1075 |
|
|
1076 |
|
|
1077 |
|
|
1078 |
|
|
1079 |
|
|
1080 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
1081 |
|
@XmlType(name = "", propOrder = { "cigar" }) |
|
|
| 0% |
Uncovered Elements: 20 (20) |
Complexity: 10 |
Complexity Density: 1 |
|
1082 |
|
public static class Segment |
1083 |
|
{ |
1084 |
|
|
1085 |
|
protected String cigar; |
1086 |
|
|
1087 |
|
@XmlAttribute(name = "intObjectId", required = true) |
1088 |
|
@XmlSchemaType(name = "anySimpleType") |
1089 |
|
protected String intObjectId; |
1090 |
|
|
1091 |
|
@XmlAttribute(name = "strand") |
1092 |
|
@XmlSchemaType(name = "anySimpleType") |
1093 |
|
protected String strand; |
1094 |
|
|
1095 |
|
@XmlAttribute(name = "start") |
1096 |
|
protected String start; |
1097 |
|
|
1098 |
|
@XmlAttribute(name = "end") |
1099 |
|
protected String end; |
1100 |
|
|
1101 |
|
|
1102 |
|
|
1103 |
|
|
1104 |
|
@return@link |
1105 |
|
|
1106 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1107 |
0 |
public String getCigar()... |
1108 |
|
{ |
1109 |
0 |
return cigar; |
1110 |
|
} |
1111 |
|
|
1112 |
|
|
1113 |
|
|
1114 |
|
|
1115 |
|
@param |
1116 |
|
@link |
1117 |
|
|
1118 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1119 |
0 |
public void setCigar(String value)... |
1120 |
|
{ |
1121 |
0 |
this.cigar = value; |
1122 |
|
} |
1123 |
|
|
1124 |
|
|
1125 |
|
|
1126 |
|
|
1127 |
|
@return@link |
1128 |
|
|
1129 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1130 |
0 |
public String getIntObjectId()... |
1131 |
|
{ |
1132 |
0 |
return intObjectId; |
1133 |
|
} |
1134 |
|
|
1135 |
|
|
1136 |
|
|
1137 |
|
|
1138 |
|
@param |
1139 |
|
@link |
1140 |
|
|
1141 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1142 |
0 |
public void setIntObjectId(String value)... |
1143 |
|
{ |
1144 |
0 |
this.intObjectId = value; |
1145 |
|
} |
1146 |
|
|
1147 |
|
|
1148 |
|
|
1149 |
|
|
1150 |
|
@return@link |
1151 |
|
|
1152 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1153 |
0 |
public String getStrand()... |
1154 |
|
{ |
1155 |
0 |
return strand; |
1156 |
|
} |
1157 |
|
|
1158 |
|
|
1159 |
|
|
1160 |
|
|
1161 |
|
@param |
1162 |
|
@link |
1163 |
|
|
1164 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1165 |
0 |
public void setStrand(String value)... |
1166 |
|
{ |
1167 |
0 |
this.strand = value; |
1168 |
|
} |
1169 |
|
|
1170 |
|
|
1171 |
|
|
1172 |
|
|
1173 |
|
@return@link |
1174 |
|
|
1175 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1176 |
0 |
public String getStart()... |
1177 |
|
{ |
1178 |
0 |
return start; |
1179 |
|
} |
1180 |
|
|
1181 |
|
|
1182 |
|
|
1183 |
|
|
1184 |
|
@param |
1185 |
|
@link |
1186 |
|
|
1187 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1188 |
0 |
public void setStart(String value)... |
1189 |
|
{ |
1190 |
0 |
this.start = value; |
1191 |
|
} |
1192 |
|
|
1193 |
|
|
1194 |
|
|
1195 |
|
|
1196 |
|
@return@link |
1197 |
|
|
1198 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1199 |
0 |
public String getEnd()... |
1200 |
|
{ |
1201 |
0 |
return end; |
1202 |
|
} |
1203 |
|
|
1204 |
|
|
1205 |
|
|
1206 |
|
|
1207 |
|
@param |
1208 |
|
@link |
1209 |
|
|
1210 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1211 |
0 |
public void setEnd(String value)... |
1212 |
|
{ |
1213 |
0 |
this.end = value; |
1214 |
|
} |
1215 |
|
|
1216 |
|
} |
1217 |
|
|
1218 |
|
} |
1219 |
|
|
1220 |
|
|
1221 |
|
|
1222 |
|
|
1223 |
|
|
1224 |
|
|
1225 |
|
|
1226 |
|
|
1227 |
|
|
1228 |
|
|
1229 |
|
|
1230 |
|
|
1231 |
|
|
1232 |
|
|
1233 |
|
|
1234 |
|
|
1235 |
|
|
1236 |
|
|
1237 |
|
|
1238 |
|
|
1239 |
|
|
1240 |
|
|
1241 |
|
|
1242 |
|
|
1243 |
|
|
1244 |
|
|
1245 |
|
|
1246 |
|
|
1247 |
|
|
1248 |
|
|
1249 |
|
|
1250 |
|
|
1251 |
|
|
1252 |
|
|
1253 |
|
|
1254 |
|
|
1255 |
|
|
1256 |
|
|
1257 |
|
|
1258 |
|
|
1259 |
|
|
1260 |
|
|
1261 |
|
|
1262 |
|
|
1263 |
|
|
1264 |
|
|
1265 |
|
|
1266 |
|
|
1267 |
|
|
1268 |
|
|
1269 |
|
|
1270 |
|
|
1271 |
|
|
1272 |
|
|
1273 |
|
|
1274 |
|
|
1275 |
|
|
1276 |
|
|
1277 |
|
|
1278 |
|
|
1279 |
|
|
1280 |
|
|
1281 |
|
|
1282 |
|
|
1283 |
|
|
1284 |
|
|
1285 |
|
|
1286 |
|
|
1287 |
|
|
1288 |
|
|
1289 |
|
|
1290 |
|
|
1291 |
|
|
1292 |
|
|
1293 |
|
|
1294 |
|
|
1295 |
|
|
1296 |
|
|
1297 |
|
|
1298 |
|
|
1299 |
|
|
1300 |
|
|
1301 |
|
|
1302 |
|
|
1303 |
|
|
1304 |
|
|
1305 |
|
|
1306 |
|
|
1307 |
|
|
1308 |
|
|
1309 |
|
|
1310 |
|
|
1311 |
|
|
1312 |
|
|
1313 |
|
|
1314 |
|
|
1315 |
|
|
1316 |
|
|
1317 |
|
|
1318 |
|
|
1319 |
|
|
1320 |
|
|
1321 |
|
|
1322 |
|
|
1323 |
|
|
1324 |
|
|
1325 |
|
|
1326 |
|
|
1327 |
|
|
1328 |
|
|
1329 |
|
|
1330 |
|
|
1331 |
|
|
1332 |
|
|
1333 |
|
|
1334 |
|
|
1335 |
|
|
1336 |
|
|
1337 |
|
|
1338 |
|
|
1339 |
|
|
1340 |
|
|
1341 |
|
|
1342 |
|
|
1343 |
|
|
1344 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
1345 |
|
@XmlType(name = "", propOrder = { "vector", "matrix" }) |
|
|
| 0% |
Uncovered Elements: 14 (14) |
Complexity: 6 |
Complexity Density: 0.86 |
|
1346 |
|
public static class Geo3D |
1347 |
|
{ |
1348 |
|
|
1349 |
|
@XmlElement(required = true) |
1350 |
|
protected Alignment.Geo3D.Vector vector; |
1351 |
|
|
1352 |
|
@XmlElement(required = true) |
1353 |
|
protected List<Alignment.Geo3D.Matrix> matrix; |
1354 |
|
|
1355 |
|
@XmlAttribute(name = "intObjectId", required = true) |
1356 |
|
protected String intObjectId; |
1357 |
|
|
1358 |
|
|
1359 |
|
|
1360 |
|
|
1361 |
|
@return@link |
1362 |
|
|
1363 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1364 |
0 |
public Alignment.Geo3D.Vector getVector()... |
1365 |
|
{ |
1366 |
0 |
return vector; |
1367 |
|
} |
1368 |
|
|
1369 |
|
|
1370 |
|
|
1371 |
|
|
1372 |
|
@param |
1373 |
|
@link |
1374 |
|
|
1375 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1376 |
0 |
public void setVector(Alignment.Geo3D.Vector value)... |
1377 |
|
{ |
1378 |
0 |
this.vector = value; |
1379 |
|
} |
1380 |
|
|
1381 |
|
|
1382 |
|
|
1383 |
|
|
1384 |
|
|
1385 |
|
|
1386 |
|
|
1387 |
|
|
1388 |
|
|
1389 |
|
|
1390 |
|
|
1391 |
|
|
1392 |
|
|
1393 |
|
|
1394 |
|
|
1395 |
|
|
1396 |
|
|
1397 |
|
|
1398 |
|
|
1399 |
|
|
1400 |
|
@link |
1401 |
|
|
1402 |
|
|
1403 |
|
|
|
|
| 0% |
Uncovered Elements: 5 (5) |
Complexity: 2 |
Complexity Density: 0.67 |
|
1404 |
0 |
public List<Alignment.Geo3D.Matrix> getMatrix()... |
1405 |
|
{ |
1406 |
0 |
if (matrix == null) |
1407 |
|
{ |
1408 |
0 |
matrix = new ArrayList<Alignment.Geo3D.Matrix>(); |
1409 |
|
} |
1410 |
0 |
return this.matrix; |
1411 |
|
} |
1412 |
|
|
1413 |
|
|
1414 |
|
|
1415 |
|
|
1416 |
|
@return@link |
1417 |
|
|
1418 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1419 |
0 |
public String getIntObjectId()... |
1420 |
|
{ |
1421 |
0 |
return intObjectId; |
1422 |
|
} |
1423 |
|
|
1424 |
|
|
1425 |
|
|
1426 |
|
|
1427 |
|
@param |
1428 |
|
@link |
1429 |
|
|
1430 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1431 |
0 |
public void setIntObjectId(String value)... |
1432 |
|
{ |
1433 |
0 |
this.intObjectId = value; |
1434 |
|
} |
1435 |
|
|
1436 |
|
|
1437 |
|
|
1438 |
|
|
1439 |
|
|
1440 |
|
|
1441 |
|
|
1442 |
|
|
1443 |
|
|
1444 |
|
|
1445 |
|
|
1446 |
|
|
1447 |
|
|
1448 |
|
|
1449 |
|
|
1450 |
|
|
1451 |
|
|
1452 |
|
|
1453 |
|
|
1454 |
|
|
1455 |
|
|
1456 |
|
|
1457 |
|
|
1458 |
|
|
1459 |
|
|
1460 |
|
|
1461 |
|
|
1462 |
|
|
1463 |
|
|
1464 |
|
|
1465 |
|
|
1466 |
|
|
1467 |
|
|
1468 |
|
|
1469 |
|
|
1470 |
|
|
1471 |
|
|
1472 |
|
|
1473 |
|
|
1474 |
|
|
1475 |
|
|
1476 |
|
|
1477 |
|
|
1478 |
|
|
1479 |
|
|
1480 |
|
|
1481 |
|
|
1482 |
|
|
1483 |
|
|
1484 |
|
|
1485 |
|
|
1486 |
|
|
1487 |
|
|
1488 |
|
|
1489 |
|
|
1490 |
|
|
1491 |
|
|
1492 |
|
|
1493 |
|
|
1494 |
|
|
1495 |
|
|
1496 |
|
|
1497 |
|
|
1498 |
|
|
1499 |
|
|
1500 |
|
|
1501 |
|
|
1502 |
|
|
1503 |
|
|
1504 |
|
|
1505 |
|
|
1506 |
|
|
1507 |
|
|
1508 |
|
|
1509 |
|
|
1510 |
|
|
1511 |
|
|
1512 |
|
|
1513 |
|
|
1514 |
|
|
1515 |
|
|
1516 |
|
|
1517 |
|
|
1518 |
|
|
1519 |
|
|
1520 |
|
|
1521 |
|
|
1522 |
|
|
1523 |
|
|
1524 |
|
|
1525 |
|
|
1526 |
|
|
1527 |
|
|
1528 |
|
|
1529 |
|
|
1530 |
|
|
1531 |
|
|
1532 |
|
|
1533 |
|
|
1534 |
|
|
1535 |
|
|
1536 |
|
|
1537 |
|
|
1538 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
1539 |
|
@XmlType( |
1540 |
|
name = "", |
1541 |
|
propOrder = |
1542 |
|
{ "max11", "max12", "max13", "max21", "max22", "max23", "max31", |
1543 |
|
"max32", "max33" }) |
|
|
| 0% |
Uncovered Elements: 36 (36) |
Complexity: 18 |
Complexity Density: 1 |
|
1544 |
|
public static class Matrix |
1545 |
|
{ |
1546 |
|
|
1547 |
|
@XmlElement(required = true) |
1548 |
|
protected Alignment.Geo3D.Matrix.Max11 max11; |
1549 |
|
|
1550 |
|
@XmlElement(required = true) |
1551 |
|
protected Alignment.Geo3D.Matrix.Max12 max12; |
1552 |
|
|
1553 |
|
@XmlElement(required = true) |
1554 |
|
protected Alignment.Geo3D.Matrix.Max13 max13; |
1555 |
|
|
1556 |
|
@XmlElement(required = true) |
1557 |
|
protected Alignment.Geo3D.Matrix.Max21 max21; |
1558 |
|
|
1559 |
|
@XmlElement(required = true) |
1560 |
|
protected Alignment.Geo3D.Matrix.Max22 max22; |
1561 |
|
|
1562 |
|
@XmlElement(required = true) |
1563 |
|
protected Alignment.Geo3D.Matrix.Max23 max23; |
1564 |
|
|
1565 |
|
@XmlElement(required = true) |
1566 |
|
protected Alignment.Geo3D.Matrix.Max31 max31; |
1567 |
|
|
1568 |
|
@XmlElement(required = true) |
1569 |
|
protected Alignment.Geo3D.Matrix.Max32 max32; |
1570 |
|
|
1571 |
|
@XmlElement(required = true) |
1572 |
|
protected Alignment.Geo3D.Matrix.Max33 max33; |
1573 |
|
|
1574 |
|
|
1575 |
|
|
1576 |
|
|
1577 |
|
@return@link |
1578 |
|
|
1579 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1580 |
0 |
public Alignment.Geo3D.Matrix.Max11 getMax11()... |
1581 |
|
{ |
1582 |
0 |
return max11; |
1583 |
|
} |
1584 |
|
|
1585 |
|
|
1586 |
|
|
1587 |
|
|
1588 |
|
@param |
1589 |
|
@link |
1590 |
|
|
1591 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1592 |
0 |
public void setMax11(Alignment.Geo3D.Matrix.Max11 value)... |
1593 |
|
{ |
1594 |
0 |
this.max11 = value; |
1595 |
|
} |
1596 |
|
|
1597 |
|
|
1598 |
|
|
1599 |
|
|
1600 |
|
@return@link |
1601 |
|
|
1602 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1603 |
0 |
public Alignment.Geo3D.Matrix.Max12 getMax12()... |
1604 |
|
{ |
1605 |
0 |
return max12; |
1606 |
|
} |
1607 |
|
|
1608 |
|
|
1609 |
|
|
1610 |
|
|
1611 |
|
@param |
1612 |
|
@link |
1613 |
|
|
1614 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1615 |
0 |
public void setMax12(Alignment.Geo3D.Matrix.Max12 value)... |
1616 |
|
{ |
1617 |
0 |
this.max12 = value; |
1618 |
|
} |
1619 |
|
|
1620 |
|
|
1621 |
|
|
1622 |
|
|
1623 |
|
@return@link |
1624 |
|
|
1625 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1626 |
0 |
public Alignment.Geo3D.Matrix.Max13 getMax13()... |
1627 |
|
{ |
1628 |
0 |
return max13; |
1629 |
|
} |
1630 |
|
|
1631 |
|
|
1632 |
|
|
1633 |
|
|
1634 |
|
@param |
1635 |
|
@link |
1636 |
|
|
1637 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1638 |
0 |
public void setMax13(Alignment.Geo3D.Matrix.Max13 value)... |
1639 |
|
{ |
1640 |
0 |
this.max13 = value; |
1641 |
|
} |
1642 |
|
|
1643 |
|
|
1644 |
|
|
1645 |
|
|
1646 |
|
@return@link |
1647 |
|
|
1648 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1649 |
0 |
public Alignment.Geo3D.Matrix.Max21 getMax21()... |
1650 |
|
{ |
1651 |
0 |
return max21; |
1652 |
|
} |
1653 |
|
|
1654 |
|
|
1655 |
|
|
1656 |
|
|
1657 |
|
@param |
1658 |
|
@link |
1659 |
|
|
1660 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1661 |
0 |
public void setMax21(Alignment.Geo3D.Matrix.Max21 value)... |
1662 |
|
{ |
1663 |
0 |
this.max21 = value; |
1664 |
|
} |
1665 |
|
|
1666 |
|
|
1667 |
|
|
1668 |
|
|
1669 |
|
@return@link |
1670 |
|
|
1671 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1672 |
0 |
public Alignment.Geo3D.Matrix.Max22 getMax22()... |
1673 |
|
{ |
1674 |
0 |
return max22; |
1675 |
|
} |
1676 |
|
|
1677 |
|
|
1678 |
|
|
1679 |
|
|
1680 |
|
@param |
1681 |
|
@link |
1682 |
|
|
1683 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1684 |
0 |
public void setMax22(Alignment.Geo3D.Matrix.Max22 value)... |
1685 |
|
{ |
1686 |
0 |
this.max22 = value; |
1687 |
|
} |
1688 |
|
|
1689 |
|
|
1690 |
|
|
1691 |
|
|
1692 |
|
@return@link |
1693 |
|
|
1694 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1695 |
0 |
public Alignment.Geo3D.Matrix.Max23 getMax23()... |
1696 |
|
{ |
1697 |
0 |
return max23; |
1698 |
|
} |
1699 |
|
|
1700 |
|
|
1701 |
|
|
1702 |
|
|
1703 |
|
@param |
1704 |
|
@link |
1705 |
|
|
1706 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1707 |
0 |
public void setMax23(Alignment.Geo3D.Matrix.Max23 value)... |
1708 |
|
{ |
1709 |
0 |
this.max23 = value; |
1710 |
|
} |
1711 |
|
|
1712 |
|
|
1713 |
|
|
1714 |
|
|
1715 |
|
@return@link |
1716 |
|
|
1717 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1718 |
0 |
public Alignment.Geo3D.Matrix.Max31 getMax31()... |
1719 |
|
{ |
1720 |
0 |
return max31; |
1721 |
|
} |
1722 |
|
|
1723 |
|
|
1724 |
|
|
1725 |
|
|
1726 |
|
@param |
1727 |
|
@link |
1728 |
|
|
1729 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1730 |
0 |
public void setMax31(Alignment.Geo3D.Matrix.Max31 value)... |
1731 |
|
{ |
1732 |
0 |
this.max31 = value; |
1733 |
|
} |
1734 |
|
|
1735 |
|
|
1736 |
|
|
1737 |
|
|
1738 |
|
@return@link |
1739 |
|
|
1740 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1741 |
0 |
public Alignment.Geo3D.Matrix.Max32 getMax32()... |
1742 |
|
{ |
1743 |
0 |
return max32; |
1744 |
|
} |
1745 |
|
|
1746 |
|
|
1747 |
|
|
1748 |
|
|
1749 |
|
@param |
1750 |
|
@link |
1751 |
|
|
1752 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1753 |
0 |
public void setMax32(Alignment.Geo3D.Matrix.Max32 value)... |
1754 |
|
{ |
1755 |
0 |
this.max32 = value; |
1756 |
|
} |
1757 |
|
|
1758 |
|
|
1759 |
|
|
1760 |
|
|
1761 |
|
@return@link |
1762 |
|
|
1763 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1764 |
0 |
public Alignment.Geo3D.Matrix.Max33 getMax33()... |
1765 |
|
{ |
1766 |
0 |
return max33; |
1767 |
|
} |
1768 |
|
|
1769 |
|
|
1770 |
|
|
1771 |
|
|
1772 |
|
@param |
1773 |
|
@link |
1774 |
|
|
1775 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1776 |
0 |
public void setMax33(Alignment.Geo3D.Matrix.Max33 value)... |
1777 |
|
{ |
1778 |
0 |
this.max33 = value; |
1779 |
|
} |
1780 |
|
|
1781 |
|
|
1782 |
|
|
1783 |
|
|
1784 |
|
|
1785 |
|
|
1786 |
|
|
1787 |
|
|
1788 |
|
|
1789 |
|
|
1790 |
|
|
1791 |
|
|
1792 |
|
|
1793 |
|
|
1794 |
|
|
1795 |
|
|
1796 |
|
|
1797 |
|
|
1798 |
|
|
1799 |
|
|
1800 |
|
|
1801 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
1802 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
1803 |
|
public static class Max11 |
1804 |
|
{ |
1805 |
|
|
1806 |
|
@XmlAttribute(name = "coord", required = true) |
1807 |
|
protected float coord; |
1808 |
|
|
1809 |
|
|
1810 |
|
|
1811 |
|
|
1812 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1813 |
0 |
public float getCoord()... |
1814 |
|
{ |
1815 |
0 |
return coord; |
1816 |
|
} |
1817 |
|
|
1818 |
|
|
1819 |
|
|
1820 |
|
|
1821 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1822 |
0 |
public void setCoord(float value)... |
1823 |
|
{ |
1824 |
0 |
this.coord = value; |
1825 |
|
} |
1826 |
|
|
1827 |
|
} |
1828 |
|
|
1829 |
|
|
1830 |
|
|
1831 |
|
|
1832 |
|
|
1833 |
|
|
1834 |
|
|
1835 |
|
|
1836 |
|
|
1837 |
|
|
1838 |
|
|
1839 |
|
|
1840 |
|
|
1841 |
|
|
1842 |
|
|
1843 |
|
|
1844 |
|
|
1845 |
|
|
1846 |
|
|
1847 |
|
|
1848 |
|
|
1849 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
1850 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
1851 |
|
public static class Max12 |
1852 |
|
{ |
1853 |
|
|
1854 |
|
@XmlAttribute(name = "coord", required = true) |
1855 |
|
protected float coord; |
1856 |
|
|
1857 |
|
|
1858 |
|
|
1859 |
|
|
1860 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1861 |
0 |
public float getCoord()... |
1862 |
|
{ |
1863 |
0 |
return coord; |
1864 |
|
} |
1865 |
|
|
1866 |
|
|
1867 |
|
|
1868 |
|
|
1869 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1870 |
0 |
public void setCoord(float value)... |
1871 |
|
{ |
1872 |
0 |
this.coord = value; |
1873 |
|
} |
1874 |
|
|
1875 |
|
} |
1876 |
|
|
1877 |
|
|
1878 |
|
|
1879 |
|
|
1880 |
|
|
1881 |
|
|
1882 |
|
|
1883 |
|
|
1884 |
|
|
1885 |
|
|
1886 |
|
|
1887 |
|
|
1888 |
|
|
1889 |
|
|
1890 |
|
|
1891 |
|
|
1892 |
|
|
1893 |
|
|
1894 |
|
|
1895 |
|
|
1896 |
|
|
1897 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
1898 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
1899 |
|
public static class Max13 |
1900 |
|
{ |
1901 |
|
|
1902 |
|
@XmlAttribute(name = "coord", required = true) |
1903 |
|
protected float coord; |
1904 |
|
|
1905 |
|
|
1906 |
|
|
1907 |
|
|
1908 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1909 |
0 |
public float getCoord()... |
1910 |
|
{ |
1911 |
0 |
return coord; |
1912 |
|
} |
1913 |
|
|
1914 |
|
|
1915 |
|
|
1916 |
|
|
1917 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1918 |
0 |
public void setCoord(float value)... |
1919 |
|
{ |
1920 |
0 |
this.coord = value; |
1921 |
|
} |
1922 |
|
|
1923 |
|
} |
1924 |
|
|
1925 |
|
|
1926 |
|
|
1927 |
|
|
1928 |
|
|
1929 |
|
|
1930 |
|
|
1931 |
|
|
1932 |
|
|
1933 |
|
|
1934 |
|
|
1935 |
|
|
1936 |
|
|
1937 |
|
|
1938 |
|
|
1939 |
|
|
1940 |
|
|
1941 |
|
|
1942 |
|
|
1943 |
|
|
1944 |
|
|
1945 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
1946 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
1947 |
|
public static class Max21 |
1948 |
|
{ |
1949 |
|
|
1950 |
|
@XmlAttribute(name = "coord", required = true) |
1951 |
|
protected float coord; |
1952 |
|
|
1953 |
|
|
1954 |
|
|
1955 |
|
|
1956 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1957 |
0 |
public float getCoord()... |
1958 |
|
{ |
1959 |
0 |
return coord; |
1960 |
|
} |
1961 |
|
|
1962 |
|
|
1963 |
|
|
1964 |
|
|
1965 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
1966 |
0 |
public void setCoord(float value)... |
1967 |
|
{ |
1968 |
0 |
this.coord = value; |
1969 |
|
} |
1970 |
|
|
1971 |
|
} |
1972 |
|
|
1973 |
|
|
1974 |
|
|
1975 |
|
|
1976 |
|
|
1977 |
|
|
1978 |
|
|
1979 |
|
|
1980 |
|
|
1981 |
|
|
1982 |
|
|
1983 |
|
|
1984 |
|
|
1985 |
|
|
1986 |
|
|
1987 |
|
|
1988 |
|
|
1989 |
|
|
1990 |
|
|
1991 |
|
|
1992 |
|
|
1993 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
1994 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
1995 |
|
public static class Max22 |
1996 |
|
{ |
1997 |
|
|
1998 |
|
@XmlAttribute(name = "coord", required = true) |
1999 |
|
protected float coord; |
2000 |
|
|
2001 |
|
|
2002 |
|
|
2003 |
|
|
2004 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2005 |
0 |
public float getCoord()... |
2006 |
|
{ |
2007 |
0 |
return coord; |
2008 |
|
} |
2009 |
|
|
2010 |
|
|
2011 |
|
|
2012 |
|
|
2013 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2014 |
0 |
public void setCoord(float value)... |
2015 |
|
{ |
2016 |
0 |
this.coord = value; |
2017 |
|
} |
2018 |
|
|
2019 |
|
} |
2020 |
|
|
2021 |
|
|
2022 |
|
|
2023 |
|
|
2024 |
|
|
2025 |
|
|
2026 |
|
|
2027 |
|
|
2028 |
|
|
2029 |
|
|
2030 |
|
|
2031 |
|
|
2032 |
|
|
2033 |
|
|
2034 |
|
|
2035 |
|
|
2036 |
|
|
2037 |
|
|
2038 |
|
|
2039 |
|
|
2040 |
|
|
2041 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
2042 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
2043 |
|
public static class Max23 |
2044 |
|
{ |
2045 |
|
|
2046 |
|
@XmlAttribute(name = "coord", required = true) |
2047 |
|
protected float coord; |
2048 |
|
|
2049 |
|
|
2050 |
|
|
2051 |
|
|
2052 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2053 |
0 |
public float getCoord()... |
2054 |
|
{ |
2055 |
0 |
return coord; |
2056 |
|
} |
2057 |
|
|
2058 |
|
|
2059 |
|
|
2060 |
|
|
2061 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2062 |
0 |
public void setCoord(float value)... |
2063 |
|
{ |
2064 |
0 |
this.coord = value; |
2065 |
|
} |
2066 |
|
|
2067 |
|
} |
2068 |
|
|
2069 |
|
|
2070 |
|
|
2071 |
|
|
2072 |
|
|
2073 |
|
|
2074 |
|
|
2075 |
|
|
2076 |
|
|
2077 |
|
|
2078 |
|
|
2079 |
|
|
2080 |
|
|
2081 |
|
|
2082 |
|
|
2083 |
|
|
2084 |
|
|
2085 |
|
|
2086 |
|
|
2087 |
|
|
2088 |
|
|
2089 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
2090 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
2091 |
|
public static class Max31 |
2092 |
|
{ |
2093 |
|
|
2094 |
|
@XmlAttribute(name = "coord", required = true) |
2095 |
|
protected float coord; |
2096 |
|
|
2097 |
|
|
2098 |
|
|
2099 |
|
|
2100 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2101 |
0 |
public float getCoord()... |
2102 |
|
{ |
2103 |
0 |
return coord; |
2104 |
|
} |
2105 |
|
|
2106 |
|
|
2107 |
|
|
2108 |
|
|
2109 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2110 |
0 |
public void setCoord(float value)... |
2111 |
|
{ |
2112 |
0 |
this.coord = value; |
2113 |
|
} |
2114 |
|
|
2115 |
|
} |
2116 |
|
|
2117 |
|
|
2118 |
|
|
2119 |
|
|
2120 |
|
|
2121 |
|
|
2122 |
|
|
2123 |
|
|
2124 |
|
|
2125 |
|
|
2126 |
|
|
2127 |
|
|
2128 |
|
|
2129 |
|
|
2130 |
|
|
2131 |
|
|
2132 |
|
|
2133 |
|
|
2134 |
|
|
2135 |
|
|
2136 |
|
|
2137 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
2138 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
2139 |
|
public static class Max32 |
2140 |
|
{ |
2141 |
|
|
2142 |
|
@XmlAttribute(name = "coord", required = true) |
2143 |
|
protected float coord; |
2144 |
|
|
2145 |
|
|
2146 |
|
|
2147 |
|
|
2148 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2149 |
0 |
public float getCoord()... |
2150 |
|
{ |
2151 |
0 |
return coord; |
2152 |
|
} |
2153 |
|
|
2154 |
|
|
2155 |
|
|
2156 |
|
|
2157 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2158 |
0 |
public void setCoord(float value)... |
2159 |
|
{ |
2160 |
0 |
this.coord = value; |
2161 |
|
} |
2162 |
|
|
2163 |
|
} |
2164 |
|
|
2165 |
|
|
2166 |
|
|
2167 |
|
|
2168 |
|
|
2169 |
|
|
2170 |
|
|
2171 |
|
|
2172 |
|
|
2173 |
|
|
2174 |
|
|
2175 |
|
|
2176 |
|
|
2177 |
|
|
2178 |
|
|
2179 |
|
|
2180 |
|
|
2181 |
|
|
2182 |
|
|
2183 |
|
|
2184 |
|
|
2185 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
2186 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 4 (4) |
Complexity: 2 |
Complexity Density: 1 |
|
2187 |
|
public static class Max33 |
2188 |
|
{ |
2189 |
|
|
2190 |
|
@XmlAttribute(name = "coord", required = true) |
2191 |
|
protected float coord; |
2192 |
|
|
2193 |
|
|
2194 |
|
|
2195 |
|
|
2196 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2197 |
0 |
public float getCoord()... |
2198 |
|
{ |
2199 |
0 |
return coord; |
2200 |
|
} |
2201 |
|
|
2202 |
|
|
2203 |
|
|
2204 |
|
|
2205 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2206 |
0 |
public void setCoord(float value)... |
2207 |
|
{ |
2208 |
0 |
this.coord = value; |
2209 |
|
} |
2210 |
|
|
2211 |
|
} |
2212 |
|
|
2213 |
|
} |
2214 |
|
|
2215 |
|
|
2216 |
|
|
2217 |
|
|
2218 |
|
|
2219 |
|
|
2220 |
|
|
2221 |
|
|
2222 |
|
|
2223 |
|
|
2224 |
|
|
2225 |
|
|
2226 |
|
|
2227 |
|
|
2228 |
|
|
2229 |
|
|
2230 |
|
|
2231 |
|
|
2232 |
|
|
2233 |
|
|
2234 |
|
|
2235 |
|
|
2236 |
|
|
2237 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
2238 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 12 (12) |
Complexity: 6 |
Complexity Density: 1 |
|
2239 |
|
public static class Vector |
2240 |
|
{ |
2241 |
|
|
2242 |
|
@XmlAttribute(name = "x", required = true) |
2243 |
|
protected float x; |
2244 |
|
|
2245 |
|
@XmlAttribute(name = "y", required = true) |
2246 |
|
protected float y; |
2247 |
|
|
2248 |
|
@XmlAttribute(name = "z", required = true) |
2249 |
|
protected float z; |
2250 |
|
|
2251 |
|
|
2252 |
|
|
2253 |
|
|
2254 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2255 |
0 |
public float getX()... |
2256 |
|
{ |
2257 |
0 |
return x; |
2258 |
|
} |
2259 |
|
|
2260 |
|
|
2261 |
|
|
2262 |
|
|
2263 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2264 |
0 |
public void setX(float value)... |
2265 |
|
{ |
2266 |
0 |
this.x = value; |
2267 |
|
} |
2268 |
|
|
2269 |
|
|
2270 |
|
|
2271 |
|
|
2272 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2273 |
0 |
public float getY()... |
2274 |
|
{ |
2275 |
0 |
return y; |
2276 |
|
} |
2277 |
|
|
2278 |
|
|
2279 |
|
|
2280 |
|
|
2281 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2282 |
0 |
public void setY(float value)... |
2283 |
|
{ |
2284 |
0 |
this.y = value; |
2285 |
|
} |
2286 |
|
|
2287 |
|
|
2288 |
|
|
2289 |
|
|
2290 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2291 |
0 |
public float getZ()... |
2292 |
|
{ |
2293 |
0 |
return z; |
2294 |
|
} |
2295 |
|
|
2296 |
|
|
2297 |
|
|
2298 |
|
|
2299 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2300 |
0 |
public void setZ(float value)... |
2301 |
|
{ |
2302 |
0 |
this.z = value; |
2303 |
|
} |
2304 |
|
|
2305 |
|
} |
2306 |
|
|
2307 |
|
} |
2308 |
|
|
2309 |
|
|
2310 |
|
|
2311 |
|
|
2312 |
|
|
2313 |
|
|
2314 |
|
|
2315 |
|
|
2316 |
|
|
2317 |
|
|
2318 |
|
|
2319 |
|
|
2320 |
|
|
2321 |
|
|
2322 |
|
|
2323 |
|
|
2324 |
|
|
2325 |
|
|
2326 |
|
|
2327 |
|
|
2328 |
|
|
2329 |
|
|
2330 |
|
@XmlAccessorType(XmlAccessType.FIELD) |
2331 |
|
@XmlType(name = "") |
|
|
| 0% |
Uncovered Elements: 8 (8) |
Complexity: 4 |
Complexity Density: 1 |
|
2332 |
|
public static class Score |
2333 |
|
{ |
2334 |
|
|
2335 |
|
@XmlAttribute(name = "methodName", required = true) |
2336 |
|
protected String methodName; |
2337 |
|
|
2338 |
|
@XmlAttribute(name = "scoreValue", required = true) |
2339 |
|
protected String scoreValue; |
2340 |
|
|
2341 |
|
|
2342 |
|
|
2343 |
|
|
2344 |
|
@return@link |
2345 |
|
|
2346 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2347 |
0 |
public String getMethodName()... |
2348 |
|
{ |
2349 |
0 |
return methodName; |
2350 |
|
} |
2351 |
|
|
2352 |
|
|
2353 |
|
|
2354 |
|
|
2355 |
|
@param |
2356 |
|
@link |
2357 |
|
|
2358 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2359 |
0 |
public void setMethodName(String value)... |
2360 |
|
{ |
2361 |
0 |
this.methodName = value; |
2362 |
|
} |
2363 |
|
|
2364 |
|
|
2365 |
|
|
2366 |
|
|
2367 |
|
@return@link |
2368 |
|
|
2369 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2370 |
0 |
public String getScoreValue()... |
2371 |
|
{ |
2372 |
0 |
return scoreValue; |
2373 |
|
} |
2374 |
|
|
2375 |
|
|
2376 |
|
|
2377 |
|
|
2378 |
|
@param |
2379 |
|
@link |
2380 |
|
|
2381 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
2382 |
0 |
public void setScoreValue(String value)... |
2383 |
|
{ |
2384 |
0 |
this.scoreValue = value; |
2385 |
|
} |
2386 |
|
|
2387 |
|
} |
2388 |
|
|
2389 |
|
} |