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 */
021//
022// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
023// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
024// Any modifications to this file will be lost upon recompilation of the source schema.
025// Generated on: 2013.12.17 at 03:04:15 PM PST
026//
027
028
029package org.biojava.nbio.structure.validation;
030
031import javax.xml.bind.annotation.*;
032import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
033import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
034import java.math.BigDecimal;
035import java.math.BigInteger;
036
037
038/**
039 * <p>Java class for anonymous complex type.
040 *
041 * <p>The following schema fragment specifies the expected content contained within this class.
042 *
043 * <pre>
044 * &lt;complexType>
045 *   &lt;complexContent>
046 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
047 *       &lt;attribute name="CCP4version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
048 *       &lt;attribute name="DCC_R" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
049 *       &lt;attribute name="DCC_Rfree" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
050 *       &lt;attribute name="DCC_refinement_program" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
051 *       &lt;attribute name="DataAnisotropy" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
052 *       &lt;attribute name="DataCompleteness" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
053 *       &lt;attribute name="EDS_R" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
054 *       &lt;attribute name="EDS_resolution" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
055 *       &lt;attribute name="EDS_resolution_low" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
056 *       &lt;attribute name="Fo_Fc_correlation" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
057 *       &lt;attribute name="IoverSigma" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
058 *       &lt;attribute name="PDB-revision-number" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
059 *       &lt;attribute name="RefmacVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
060 *       &lt;attribute name="RestypesNotcheckedForBondAngleGeometry" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
061 *       &lt;attribute name="TransNCS" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
062 *       &lt;attribute name="TwinFraction" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
063 *       &lt;attribute name="TwinL" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
064 *       &lt;attribute name="TwinL2" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
065 *       &lt;attribute name="WilsonBaniso" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
066 *       &lt;attribute name="WilsonBestimate" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
067 *       &lt;attribute name="XMLcreationDate" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
068 *       &lt;attribute name="absolute-percentile-clashscore" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
069 *       &lt;attribute name="absolute-percentile-percent-RSRZ-outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
070 *       &lt;attribute name="absolute-percentile-percent-rama-outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
071 *       &lt;attribute name="absolute-percentile-percent-rota-outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
072 *       &lt;attribute name="acentric_outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
073 *       &lt;attribute name="attemptedValidationSteps" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
074 *       &lt;attribute name="bulk_solvent_b" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
075 *       &lt;attribute name="bulk_solvent_k" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
076 *       &lt;attribute name="centric_outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
077 *       &lt;attribute name="clashscore" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
078 *       &lt;attribute name="num-H-reduce" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
079 *       &lt;attribute name="num-free-reflections" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
080 *       &lt;attribute name="numMillerIndices" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
081 *       &lt;attribute name="percent-RSRZ-outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
082 *       &lt;attribute name="percent-free-reflections" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
083 *       &lt;attribute name="percent-rama-outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
084 *       &lt;attribute name="percent-rota-outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
085 *       &lt;attribute name="relative-percentile-clashscore" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
086 *       &lt;attribute name="relative-percentile-percent-RSRZ-outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
087 *       &lt;attribute name="relative-percentile-percent-rama-outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
088 *       &lt;attribute name="relative-percentile-percent-rota-outliers" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
089 *       &lt;attribute name="xtriage_input_columns" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
090 *     &lt;/restriction>
091 *   &lt;/complexContent>
092 * &lt;/complexType>
093 * </pre>
094 *
095 *
096 */
097@XmlAccessorType(XmlAccessType.FIELD)
098@XmlType(name = "")
099@XmlRootElement(name = "Entry")
100public class Entry {
101
102        @XmlAttribute(name = "CCP4version", required = true)
103        @XmlSchemaType(name = "anySimpleType")
104        protected String ccp4Version;
105        @XmlAttribute(name = "DCC_R", required = true)
106        protected BigDecimal dccr;
107        @XmlAttribute(name = "DCC_Rfree", required = true)
108        @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
109        @XmlSchemaType(name = "NCName")
110        protected String dccRfree;
111        @XmlAttribute(name = "DCC_refinement_program", required = true)
112        @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
113        @XmlSchemaType(name = "NCName")
114        protected String dccRefinementProgram;
115        @XmlAttribute(name = "DataAnisotropy", required = true)
116        protected BigDecimal dataAnisotropy;
117        @XmlAttribute(name = "DataCompleteness", required = true)
118        protected BigDecimal dataCompleteness;
119        @XmlAttribute(name = "EDS_R", required = true)
120        protected BigDecimal edsr;
121        @XmlAttribute(name = "EDS_resolution", required = true)
122        protected BigDecimal edsResolution;
123        @XmlAttribute(name = "EDS_resolution_low", required = true)
124        protected BigDecimal edsResolutionLow;
125        @XmlAttribute(name = "Fo_Fc_correlation", required = true)
126        protected BigDecimal foFcCorrelation;
127        @XmlAttribute(name = "IoverSigma", required = true)
128        @XmlSchemaType(name = "anySimpleType")
129        protected String ioverSigma;
130        @XmlAttribute(name = "PDB-revision-number", required = true)
131        protected BigInteger pdbRevisionNumber;
132        @XmlAttribute(name = "RefmacVersion", required = true)
133        @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
134        @XmlSchemaType(name = "NMTOKEN")
135        protected String refmacVersion;
136        @XmlAttribute(name = "RestypesNotcheckedForBondAngleGeometry", required = true)
137        @XmlSchemaType(name = "anySimpleType")
138        protected String restypesNotcheckedForBondAngleGeometry;
139        @XmlAttribute(name = "TransNCS", required = true)
140        @XmlSchemaType(name = "anySimpleType")
141        protected String transNCS;
142        @XmlAttribute(name = "TwinFraction", required = true)
143        @XmlSchemaType(name = "anySimpleType")
144        protected String twinFraction;
145        @XmlAttribute(name = "TwinL", required = true)
146        protected BigDecimal twinL;
147        @XmlAttribute(name = "TwinL2", required = true)
148        protected BigDecimal twinL2;
149        @XmlAttribute(name = "WilsonBaniso", required = true)
150        @XmlSchemaType(name = "anySimpleType")
151        protected String wilsonBaniso;
152        @XmlAttribute(name = "WilsonBestimate", required = true)
153        protected BigDecimal wilsonBestimate;
154        @XmlAttribute(name = "XMLcreationDate", required = true)
155        @XmlSchemaType(name = "anySimpleType")
156        protected String xmLcreationDate;
157        @XmlAttribute(name = "absolute-percentile-clashscore", required = true)
158        protected BigDecimal absolutePercentileClashscore;
159        @XmlAttribute(name = "absolute-percentile-percent-RSRZ-outliers", required = true)
160        protected BigDecimal absolutePercentilePercentRSRZOutliers;
161        @XmlAttribute(name = "absolute-percentile-percent-rama-outliers", required = true)
162        protected BigDecimal absolutePercentilePercentRamaOutliers;
163        @XmlAttribute(name = "absolute-percentile-percent-rota-outliers", required = true)
164        protected BigDecimal absolutePercentilePercentRotaOutliers;
165
166        @XmlAttribute(name = "absolute-percentile-DCC_Rfree", required = false)
167        protected BigDecimal absolutePercentileDCCRfree;
168        @XmlAttribute(name = "relative-percentile-DCC_Rfree", required = false)
169        protected BigDecimal relativePercentileDCCRfree;
170
171
172        @XmlAttribute(name = "RNAsuiteness", required = false)
173        protected BigDecimal rnaSuiteness;
174
175        @XmlAttribute(name = "absolute-percentile-RNAsuiteness", required = false)
176        protected BigDecimal absolutePercentialRNAsuiteness;
177
178        @XmlAttribute(name = "relative-percentile-RNAsuiteness", required = false)
179        protected BigDecimal relativePercentileRNAsuiteness;
180
181
182        @XmlAttribute(name = "acentric_outliers", required = true)
183        protected BigInteger acentricOutliers;
184        @XmlAttribute(name = "attemptedValidationSteps", required = true)
185        @XmlSchemaType(name = "anySimpleType")
186        protected String attemptedValidationSteps;
187        @XmlAttribute(name = "bulk_solvent_b", required = true)
188        protected BigDecimal bulkSolventB;
189        @XmlAttribute(name = "bulk_solvent_k", required = true)
190        protected BigDecimal bulkSolventK;
191        @XmlAttribute(name = "centric_outliers", required = true)
192        protected BigInteger centricOutliers;
193        @XmlAttribute(name = "clashscore", required = true)
194        protected BigDecimal clashscore;
195        @XmlAttribute(name = "num-H-reduce", required = true)
196        protected BigInteger numHReduce;
197        @XmlAttribute(name = "num-free-reflections", required = true)
198        protected BigInteger numFreeReflections;
199        @XmlAttribute(name = "numMillerIndices", required = true)
200        protected BigInteger numMillerIndices;
201        @XmlAttribute(name = "percent-RSRZ-outliers", required = true)
202        protected BigDecimal percentRSRZOutliers;
203        @XmlAttribute(name = "percent-free-reflections", required = true)
204        protected BigDecimal percentFreeReflections;
205        @XmlAttribute(name = "percent-rama-outliers", required = true)
206        protected BigDecimal percentRamaOutliers;
207        @XmlAttribute(name = "percent-rota-outliers", required = true)
208        protected BigDecimal percentRotaOutliers;
209        @XmlAttribute(name = "relative-percentile-clashscore", required = true)
210        protected BigDecimal relativePercentileClashscore;
211        @XmlAttribute(name = "relative-percentile-percent-RSRZ-outliers", required = true)
212        protected BigDecimal relativePercentilePercentRSRZOutliers;
213        @XmlAttribute(name = "relative-percentile-percent-rama-outliers", required = true)
214        protected BigDecimal relativePercentilePercentRamaOutliers;
215        @XmlAttribute(name = "relative-percentile-percent-rota-outliers", required = true)
216        protected BigDecimal relativePercentilePercentRotaOutliers;
217        @XmlAttribute(name = "xtriage_input_columns", required = true)
218        @XmlSchemaType(name = "anySimpleType")
219        protected String xtriageInputColumns;
220
221        /**
222         * Gets the value of the ccp4Version property.
223         *
224         * @return
225         *     possible object is
226         *     {@link String }
227         *
228         */
229        public String getCCP4Version() {
230                return ccp4Version;
231        }
232
233        /**
234         * Sets the value of the ccp4Version property.
235         *
236         * @param value
237         *     allowed object is
238         *     {@link String }
239         *
240         */
241        public void setCCP4Version(String value) {
242                this.ccp4Version = value;
243        }
244
245        /**
246         * Gets the value of the dccr property.
247         *
248         * @return
249         *     possible object is
250         *     {@link BigDecimal }
251         *
252         */
253        public BigDecimal getDCCR() {
254                return dccr;
255        }
256
257        /**
258         * Sets the value of the dccr property.
259         *
260         * @param value
261         *     allowed object is
262         *     {@link BigDecimal }
263         *
264         */
265        public void setDCCR(BigDecimal value) {
266                this.dccr = value;
267        }
268
269        /**
270         * Gets the value of the dccRfree property.
271         *
272         * @return
273         *     possible object is
274         *     {@link String }
275         *
276         */
277        public String getDCCRfree() {
278                return dccRfree;
279        }
280
281        /**
282         * Sets the value of the dccRfree property.
283         *
284         * @param value
285         *     allowed object is
286         *     {@link String }
287         *
288         */
289        public void setDCCRfree(String value) {
290                this.dccRfree = value;
291        }
292
293        /**
294         * Gets the value of the dccRefinementProgram property.
295         *
296         * @return
297         *     possible object is
298         *     {@link String }
299         *
300         */
301        public String getDCCRefinementProgram() {
302                return dccRefinementProgram;
303        }
304
305        /**
306         * Sets the value of the dccRefinementProgram property.
307         *
308         * @param value
309         *     allowed object is
310         *     {@link String }
311         *
312         */
313        public void setDCCRefinementProgram(String value) {
314                this.dccRefinementProgram = value;
315        }
316
317        /**
318         * Gets the value of the dataAnisotropy property.
319         *
320         * @return
321         *     possible object is
322         *     {@link BigDecimal }
323         *
324         */
325        public BigDecimal getDataAnisotropy() {
326                return dataAnisotropy;
327        }
328
329        /**
330         * Sets the value of the dataAnisotropy property.
331         *
332         * @param value
333         *     allowed object is
334         *     {@link BigDecimal }
335         *
336         */
337        public void setDataAnisotropy(BigDecimal value) {
338                this.dataAnisotropy = value;
339        }
340
341        /**
342         * Gets the value of the dataCompleteness property.
343         *
344         * @return
345         *     possible object is
346         *     {@link BigDecimal }
347         *
348         */
349        public BigDecimal getDataCompleteness() {
350                return dataCompleteness;
351        }
352
353        /**
354         * Sets the value of the dataCompleteness property.
355         *
356         * @param value
357         *     allowed object is
358         *     {@link BigDecimal }
359         *
360         */
361        public void setDataCompleteness(BigDecimal value) {
362                this.dataCompleteness = value;
363        }
364
365        /**
366         * Gets the value of the edsr property.
367         *
368         * @return
369         *     possible object is
370         *     {@link BigDecimal }
371         *
372         */
373        public BigDecimal getEDSR() {
374                return edsr;
375        }
376
377        /**
378         * Sets the value of the edsr property.
379         *
380         * @param value
381         *     allowed object is
382         *     {@link BigDecimal }
383         *
384         */
385        public void setEDSR(BigDecimal value) {
386                this.edsr = value;
387        }
388
389        /**
390         * Gets the value of the edsResolution property.
391         *
392         * @return
393         *     possible object is
394         *     {@link BigDecimal }
395         *
396         */
397        public BigDecimal getEDSResolution() {
398                return edsResolution;
399        }
400
401        /**
402         * Sets the value of the edsResolution property.
403         *
404         * @param value
405         *     allowed object is
406         *     {@link BigDecimal }
407         *
408         */
409        public void setEDSResolution(BigDecimal value) {
410                this.edsResolution = value;
411        }
412
413        /**
414         * Gets the value of the edsResolutionLow property.
415         *
416         * @return
417         *     possible object is
418         *     {@link BigDecimal }
419         *
420         */
421        public BigDecimal getEDSResolutionLow() {
422                return edsResolutionLow;
423        }
424
425        /**
426         * Sets the value of the edsResolutionLow property.
427         *
428         * @param value
429         *     allowed object is
430         *     {@link BigDecimal }
431         *
432         */
433        public void setEDSResolutionLow(BigDecimal value) {
434                this.edsResolutionLow = value;
435        }
436
437        /**
438         * Gets the value of the foFcCorrelation property.
439         *
440         * @return
441         *     possible object is
442         *     {@link BigDecimal }
443         *
444         */
445        public BigDecimal getFoFcCorrelation() {
446                return foFcCorrelation;
447        }
448
449        /**
450         * Sets the value of the foFcCorrelation property.
451         *
452         * @param value
453         *     allowed object is
454         *     {@link BigDecimal }
455         *
456         */
457        public void setFoFcCorrelation(BigDecimal value) {
458                this.foFcCorrelation = value;
459        }
460
461        /**
462         * Gets the value of the ioverSigma property.
463         *
464         * @return
465         *     possible object is
466         *     {@link String }
467         *
468         */
469        public String getIoverSigma() {
470                return ioverSigma;
471        }
472
473        /**
474         * Sets the value of the ioverSigma property.
475         *
476         * @param value
477         *     allowed object is
478         *     {@link String }
479         *
480         */
481        public void setIoverSigma(String value) {
482                this.ioverSigma = value;
483        }
484
485        /**
486         * Gets the value of the pdbRevisionNumber property.
487         *
488         * @return
489         *     possible object is
490         *     {@link BigInteger }
491         *
492         */
493        public BigInteger getPDBRevisionNumber() {
494                return pdbRevisionNumber;
495        }
496
497        /**
498         * Sets the value of the pdbRevisionNumber property.
499         *
500         * @param value
501         *     allowed object is
502         *     {@link BigInteger }
503         *
504         */
505        public void setPDBRevisionNumber(BigInteger value) {
506                this.pdbRevisionNumber = value;
507        }
508
509        /**
510         * Gets the value of the refmacVersion property.
511         *
512         * @return
513         *     possible object is
514         *     {@link String }
515         *
516         */
517        public String getRefmacVersion() {
518                return refmacVersion;
519        }
520
521        /**
522         * Sets the value of the refmacVersion property.
523         *
524         * @param value
525         *     allowed object is
526         *     {@link String }
527         *
528         */
529        public void setRefmacVersion(String value) {
530                this.refmacVersion = value;
531        }
532
533        /**
534         * Gets the value of the restypesNotcheckedForBondAngleGeometry property.
535         *
536         * @return
537         *     possible object is
538         *     {@link String }
539         *
540         */
541        public String getRestypesNotcheckedForBondAngleGeometry() {
542                return restypesNotcheckedForBondAngleGeometry;
543        }
544
545        /**
546         * Sets the value of the restypesNotcheckedForBondAngleGeometry property.
547         *
548         * @param value
549         *     allowed object is
550         *     {@link String }
551         *
552         */
553        public void setRestypesNotcheckedForBondAngleGeometry(String value) {
554                this.restypesNotcheckedForBondAngleGeometry = value;
555        }
556
557        /**
558         * Gets the value of the transNCS property.
559         *
560         * @return
561         *     possible object is
562         *     {@link String }
563         *
564         */
565        public String getTransNCS() {
566                return transNCS;
567        }
568
569        /**
570         * Sets the value of the transNCS property.
571         *
572         * @param value
573         *     allowed object is
574         *     {@link String }
575         *
576         */
577        public void setTransNCS(String value) {
578                this.transNCS = value;
579        }
580
581        /**
582         * Gets the value of the twinFraction property.
583         *
584         * @return
585         *     possible object is
586         *     {@link String }
587         *
588         */
589        public String getTwinFraction() {
590                return twinFraction;
591        }
592
593        /**
594         * Sets the value of the twinFraction property.
595         *
596         * @param value
597         *     allowed object is
598         *     {@link String }
599         *
600         */
601        public void setTwinFraction(String value) {
602                this.twinFraction = value;
603        }
604
605        /**
606         * Gets the value of the twinL property.
607         *
608         * @return
609         *     possible object is
610         *     {@link BigDecimal }
611         *
612         */
613        public BigDecimal getTwinL() {
614                return twinL;
615        }
616
617        /**
618         * Sets the value of the twinL property.
619         *
620         * @param value
621         *     allowed object is
622         *     {@link BigDecimal }
623         *
624         */
625        public void setTwinL(BigDecimal value) {
626                this.twinL = value;
627        }
628
629        /**
630         * Gets the value of the twinL2 property.
631         *
632         * @return
633         *     possible object is
634         *     {@link BigDecimal }
635         *
636         */
637        public BigDecimal getTwinL2() {
638                return twinL2;
639        }
640
641        /**
642         * Sets the value of the twinL2 property.
643         *
644         * @param value
645         *     allowed object is
646         *     {@link BigDecimal }
647         *
648         */
649        public void setTwinL2(BigDecimal value) {
650                this.twinL2 = value;
651        }
652
653        /**
654         * Gets the value of the wilsonBaniso property.
655         *
656         * @return
657         *     possible object is
658         *     {@link String }
659         *
660         */
661        public String getWilsonBaniso() {
662                return wilsonBaniso;
663        }
664
665        /**
666         * Sets the value of the wilsonBaniso property.
667         *
668         * @param value
669         *     allowed object is
670         *     {@link String }
671         *
672         */
673        public void setWilsonBaniso(String value) {
674                this.wilsonBaniso = value;
675        }
676
677        /**
678         * Gets the value of the wilsonBestimate property.
679         *
680         * @return
681         *     possible object is
682         *     {@link BigDecimal }
683         *
684         */
685        public BigDecimal getWilsonBestimate() {
686                return wilsonBestimate;
687        }
688
689        /**
690         * Sets the value of the wilsonBestimate property.
691         *
692         * @param value
693         *     allowed object is
694         *     {@link BigDecimal }
695         *
696         */
697        public void setWilsonBestimate(BigDecimal value) {
698                this.wilsonBestimate = value;
699        }
700
701        /**
702         * Gets the value of the xmLcreationDate property.
703         *
704         * @return
705         *     possible object is
706         *     {@link String }
707         *
708         */
709        public String getXMLcreationDate() {
710                return xmLcreationDate;
711        }
712
713        /**
714         * Sets the value of the xmLcreationDate property.
715         *
716         * @param value
717         *     allowed object is
718         *     {@link String }
719         *
720         */
721        public void setXMLcreationDate(String value) {
722                this.xmLcreationDate = value;
723        }
724
725        /**
726         * Gets the value of the absolutePercentileClashscore property.
727         *
728         * @return
729         *     possible object is
730         *     {@link BigDecimal }
731         *
732         */
733        public BigDecimal getAbsolutePercentileClashscore() {
734                return absolutePercentileClashscore;
735        }
736
737        /**
738         * Sets the value of the absolutePercentileClashscore property.
739         *
740         * @param value
741         *     allowed object is
742         *     {@link BigDecimal }
743         *
744         */
745        public void setAbsolutePercentileClashscore(BigDecimal value) {
746                this.absolutePercentileClashscore = value;
747        }
748
749        /**
750         * Gets the value of the absolutePercentilePercentRSRZOutliers property.
751         *
752         * @return
753         *     possible object is
754         *     {@link BigDecimal }
755         *
756         */
757        public BigDecimal getAbsolutePercentilePercentRSRZOutliers() {
758                return absolutePercentilePercentRSRZOutliers;
759        }
760
761        /**
762         * Sets the value of the absolutePercentilePercentRSRZOutliers property.
763         *
764         * @param value
765         *     allowed object is
766         *     {@link BigDecimal }
767         *
768         */
769        public void setAbsolutePercentilePercentRSRZOutliers(BigDecimal value) {
770                this.absolutePercentilePercentRSRZOutliers = value;
771        }
772
773        /**
774         * Gets the value of the absolutePercentilePercentRamaOutliers property.
775         *
776         * @return
777         *     possible object is
778         *     {@link BigDecimal }
779         *
780         */
781        public BigDecimal getAbsolutePercentilePercentRamaOutliers() {
782                return absolutePercentilePercentRamaOutliers;
783        }
784
785        /**
786         * Sets the value of the absolutePercentilePercentRamaOutliers property.
787         *
788         * @param value
789         *     allowed object is
790         *     {@link BigDecimal }
791         *
792         */
793        public void setAbsolutePercentilePercentRamaOutliers(BigDecimal value) {
794                this.absolutePercentilePercentRamaOutliers = value;
795        }
796
797        /**
798         * Gets the value of the absolutePercentilePercentRotaOutliers property.
799         *
800         * @return
801         *     possible object is
802         *     {@link BigDecimal }
803         *
804         */
805        public BigDecimal getAbsolutePercentilePercentRotaOutliers() {
806                return absolutePercentilePercentRotaOutliers;
807        }
808
809        /**
810         * Sets the value of the absolutePercentilePercentRotaOutliers property.
811         *
812         * @param value
813         *     allowed object is
814         *     {@link BigDecimal }
815         *
816         */
817        public void setAbsolutePercentilePercentRotaOutliers(BigDecimal value) {
818                this.absolutePercentilePercentRotaOutliers = value;
819        }
820
821        public BigDecimal getAbsolutePercentileDCCRfree() {
822                return absolutePercentileDCCRfree;
823        }
824
825        public void setAbsolutePercentileDCCRfree(
826                        BigDecimal absolutePercentileDCCRfree) {
827                this.absolutePercentileDCCRfree = absolutePercentileDCCRfree;
828        }
829
830        public BigDecimal getRelativePercentileDCCRfree() {
831                return relativePercentileDCCRfree;
832        }
833
834        public void setRelativePercentileDCCRfree(
835                        BigDecimal relativePercentileDCCRfree) {
836                this.relativePercentileDCCRfree = absolutePercentileDCCRfree;
837        }
838
839        /**
840         * Gets the value of the acentricOutliers property.
841         *
842         * @return
843         *     possible object is
844         *     {@link BigInteger }
845         *
846         */
847        public BigInteger getAcentricOutliers() {
848                return acentricOutliers;
849        }
850
851        /**
852         * Sets the value of the acentricOutliers property.
853         *
854         * @param value
855         *     allowed object is
856         *     {@link BigInteger }
857         *
858         */
859        public void setAcentricOutliers(BigInteger value) {
860                this.acentricOutliers = value;
861        }
862
863        /**
864         * Gets the value of the attemptedValidationSteps property.
865         *
866         * @return
867         *     possible object is
868         *     {@link String }
869         *
870         */
871        public String getAttemptedValidationSteps() {
872                return attemptedValidationSteps;
873        }
874
875        /**
876         * Sets the value of the attemptedValidationSteps property.
877         *
878         * @param value
879         *     allowed object is
880         *     {@link String }
881         *
882         */
883        public void setAttemptedValidationSteps(String value) {
884                this.attemptedValidationSteps = value;
885        }
886
887        /**
888         * Gets the value of the bulkSolventB property.
889         *
890         * @return
891         *     possible object is
892         *     {@link BigDecimal }
893         *
894         */
895        public BigDecimal getBulkSolventB() {
896                return bulkSolventB;
897        }
898
899        /**
900         * Sets the value of the bulkSolventB property.
901         *
902         * @param value
903         *     allowed object is
904         *     {@link BigDecimal }
905         *
906         */
907        public void setBulkSolventB(BigDecimal value) {
908                this.bulkSolventB = value;
909        }
910
911        /**
912         * Gets the value of the bulkSolventK property.
913         *
914         * @return
915         *     possible object is
916         *     {@link BigDecimal }
917         *
918         */
919        public BigDecimal getBulkSolventK() {
920                return bulkSolventK;
921        }
922
923        /**
924         * Sets the value of the bulkSolventK property.
925         *
926         * @param value
927         *     allowed object is
928         *     {@link BigDecimal }
929         *
930         */
931        public void setBulkSolventK(BigDecimal value) {
932                this.bulkSolventK = value;
933        }
934
935        /**
936         * Gets the value of the centricOutliers property.
937         *
938         * @return
939         *     possible object is
940         *     {@link BigInteger }
941         *
942         */
943        public BigInteger getCentricOutliers() {
944                return centricOutliers;
945        }
946
947        /**
948         * Sets the value of the centricOutliers property.
949         *
950         * @param value
951         *     allowed object is
952         *     {@link BigInteger }
953         *
954         */
955        public void setCentricOutliers(BigInteger value) {
956                this.centricOutliers = value;
957        }
958
959        /**
960         * Gets the value of the clashscore property.
961         *
962         * @return
963         *     possible object is
964         *     {@link BigDecimal }
965         *
966         */
967        public BigDecimal getClashscore() {
968                return clashscore;
969        }
970
971        /**
972         * Sets the value of the clashscore property.
973         *
974         * @param value
975         *     allowed object is
976         *     {@link BigDecimal }
977         *
978         */
979        public void setClashscore(BigDecimal value) {
980                this.clashscore = value;
981        }
982
983        /**
984         * Gets the value of the numHReduce property.
985         *
986         * @return
987         *     possible object is
988         *     {@link BigInteger }
989         *
990         */
991        public BigInteger getNumHReduce() {
992                return numHReduce;
993        }
994
995        /**
996         * Sets the value of the numHReduce property.
997         *
998         * @param value
999         *     allowed object is
1000         *     {@link BigInteger }
1001         *
1002         */
1003        public void setNumHReduce(BigInteger value) {
1004                this.numHReduce = value;
1005        }
1006
1007        /**
1008         * Gets the value of the numFreeReflections property.
1009         *
1010         * @return
1011         *     possible object is
1012         *     {@link BigInteger }
1013         *
1014         */
1015        public BigInteger getNumFreeReflections() {
1016                return numFreeReflections;
1017        }
1018
1019        /**
1020         * Sets the value of the numFreeReflections property.
1021         *
1022         * @param value
1023         *     allowed object is
1024         *     {@link BigInteger }
1025         *
1026         */
1027        public void setNumFreeReflections(BigInteger value) {
1028                this.numFreeReflections = value;
1029        }
1030
1031        /**
1032         * Gets the value of the numMillerIndices property.
1033         *
1034         * @return
1035         *     possible object is
1036         *     {@link BigInteger }
1037         *
1038         */
1039        public BigInteger getNumMillerIndices() {
1040                return numMillerIndices;
1041        }
1042
1043        /**
1044         * Sets the value of the numMillerIndices property.
1045         *
1046         * @param value
1047         *     allowed object is
1048         *     {@link BigInteger }
1049         *
1050         */
1051        public void setNumMillerIndices(BigInteger value) {
1052                this.numMillerIndices = value;
1053        }
1054
1055        /**
1056         * Gets the value of the percentRSRZOutliers property.
1057         *
1058         * @return
1059         *     possible object is
1060         *     {@link BigDecimal }
1061         *
1062         */
1063        public BigDecimal getPercentRSRZOutliers() {
1064                return percentRSRZOutliers;
1065        }
1066
1067        /**
1068         * Sets the value of the percentRSRZOutliers property.
1069         *
1070         * @param value
1071         *     allowed object is
1072         *     {@link BigDecimal }
1073         *
1074         */
1075        public void setPercentRSRZOutliers(BigDecimal value) {
1076                this.percentRSRZOutliers = value;
1077        }
1078
1079        /**
1080         * Gets the value of the percentFreeReflections property.
1081         *
1082         * @return
1083         *     possible object is
1084         *     {@link BigDecimal }
1085         *
1086         */
1087        public BigDecimal getPercentFreeReflections() {
1088                return percentFreeReflections;
1089        }
1090
1091        /**
1092         * Sets the value of the percentFreeReflections property.
1093         *
1094         * @param value
1095         *     allowed object is
1096         *     {@link BigDecimal }
1097         *
1098         */
1099        public void setPercentFreeReflections(BigDecimal value) {
1100                this.percentFreeReflections = value;
1101        }
1102
1103        /**
1104         * Gets the value of the percentRamaOutliers property.
1105         *
1106         * @return
1107         *     possible object is
1108         *     {@link BigDecimal }
1109         *
1110         */
1111        public BigDecimal getPercentRamaOutliers() {
1112                return percentRamaOutliers;
1113        }
1114
1115        /**
1116         * Sets the value of the percentRamaOutliers property.
1117         *
1118         * @param value
1119         *     allowed object is
1120         *     {@link BigDecimal }
1121         *
1122         */
1123        public void setPercentRamaOutliers(BigDecimal value) {
1124                this.percentRamaOutliers = value;
1125        }
1126
1127        /**
1128         * Gets the value of the percentRotaOutliers property.
1129         *
1130         * @return
1131         *     possible object is
1132         *     {@link BigDecimal }
1133         *
1134         */
1135        public BigDecimal getPercentRotaOutliers() {
1136                return percentRotaOutliers;
1137        }
1138
1139        /**
1140         * Sets the value of the percentRotaOutliers property.
1141         *
1142         * @param value
1143         *     allowed object is
1144         *     {@link BigDecimal }
1145         *
1146         */
1147        public void setPercentRotaOutliers(BigDecimal value) {
1148                this.percentRotaOutliers = value;
1149        }
1150
1151        /**
1152         * Gets the value of the relativePercentileClashscore property.
1153         *
1154         * @return
1155         *     possible object is
1156         *     {@link BigDecimal }
1157         *
1158         */
1159        public BigDecimal getRelativePercentileClashscore() {
1160                return relativePercentileClashscore;
1161        }
1162
1163        /**
1164         * Sets the value of the relativePercentileClashscore property.
1165         *
1166         * @param value
1167         *     allowed object is
1168         *     {@link BigDecimal }
1169         *
1170         */
1171        public void setRelativePercentileClashscore(BigDecimal value) {
1172                this.relativePercentileClashscore = value;
1173        }
1174
1175        /**
1176         * Gets the value of the relativePercentilePercentRSRZOutliers property.
1177         *
1178         * @return
1179         *     possible object is
1180         *     {@link BigDecimal }
1181         *
1182         */
1183        public BigDecimal getRelativePercentilePercentRSRZOutliers() {
1184                return relativePercentilePercentRSRZOutliers;
1185        }
1186
1187        /**
1188         * Sets the value of the relativePercentilePercentRSRZOutliers property.
1189         *
1190         * @param value
1191         *     allowed object is
1192         *     {@link BigDecimal }
1193         *
1194         */
1195        public void setRelativePercentilePercentRSRZOutliers(BigDecimal value) {
1196                this.relativePercentilePercentRSRZOutliers = value;
1197        }
1198
1199        /**
1200         * Gets the value of the relativePercentilePercentRamaOutliers property.
1201         *
1202         * @return
1203         *     possible object is
1204         *     {@link BigDecimal }
1205         *
1206         */
1207        public BigDecimal getRelativePercentilePercentRamaOutliers() {
1208                return relativePercentilePercentRamaOutliers;
1209        }
1210
1211        /**
1212         * Sets the value of the relativePercentilePercentRamaOutliers property.
1213         *
1214         * @param value
1215         *     allowed object is
1216         *     {@link BigDecimal }
1217         *
1218         */
1219        public void setRelativePercentilePercentRamaOutliers(BigDecimal value) {
1220                this.relativePercentilePercentRamaOutliers = value;
1221        }
1222
1223        /**
1224         * Gets the value of the relativePercentilePercentRotaOutliers property.
1225         *
1226         * @return
1227         *     possible object is
1228         *     {@link BigDecimal }
1229         *
1230         */
1231        public BigDecimal getRelativePercentilePercentRotaOutliers() {
1232                return relativePercentilePercentRotaOutliers;
1233        }
1234
1235        /**
1236         * Sets the value of the relativePercentilePercentRotaOutliers property.
1237         *
1238         * @param value
1239         *     allowed object is
1240         *     {@link BigDecimal }
1241         *
1242         */
1243        public void setRelativePercentilePercentRotaOutliers(BigDecimal value) {
1244                this.relativePercentilePercentRotaOutliers = value;
1245        }
1246
1247        /**
1248         * Gets the value of the xtriageInputColumns property.
1249         *
1250         * @return
1251         *     possible object is
1252         *     {@link String }
1253         *
1254         */
1255        public String getXtriageInputColumns() {
1256                return xtriageInputColumns;
1257        }
1258
1259        /**
1260         * Sets the value of the xtriageInputColumns property.
1261         *
1262         * @param value
1263         *     allowed object is
1264         *     {@link String }
1265         *
1266         */
1267        public void setXtriageInputColumns(String value) {
1268                this.xtriageInputColumns = value;
1269        }
1270
1271        public BigDecimal getRnaSuiteness() {
1272                return rnaSuiteness;
1273        }
1274
1275        public void setRnaSuiteness(BigDecimal rnaSuiteness) {
1276                this.rnaSuiteness = rnaSuiteness;
1277        }
1278
1279        public BigDecimal getAbsolutePercentialRNAsuiteness() {
1280                return absolutePercentialRNAsuiteness;
1281        }
1282
1283        public void setAbsolutePercentialRNAsuiteness(
1284                        BigDecimal absolutePercentialRNAsuiteness) {
1285                this.absolutePercentialRNAsuiteness = absolutePercentialRNAsuiteness;
1286        }
1287
1288        public BigDecimal getRelativePercentileRNAsuiteness() {
1289                return relativePercentileRNAsuiteness;
1290        }
1291
1292        public void setRelativePercentileRNAsuiteness(
1293                        BigDecimal relativePercentileRNAsuiteness) {
1294                this.relativePercentileRNAsuiteness = relativePercentileRNAsuiteness;
1295        }
1296
1297
1298
1299}