org.dawb.edna.mxv1
Class XSDataImageQualityIndicators

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataImageQualityIndicators

public class XSDataImageQualityIndicators
extends XSData

Java class for XSDataImageQualityIndicators complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataImageQualityIndicators">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="binPopCutOffMethod2Res" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="goodBraggCandidates" type="{http://www.edna-site.org}XSDataInteger"/>
         <element name="iceRings" type="{http://www.edna-site.org}XSDataInteger"/>
         <element name="image" type="{http://www.edna-site.org}XSDataImage"/>
         <element name="inResolutionOvrlSpots" type="{http://www.edna-site.org}XSDataInteger"/>
         <element name="inResTotal" type="{http://www.edna-site.org}XSDataInteger"/>
         <element name="maxUnitCell" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="method1Res" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="method2Res" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="pctSaturationTop50Peaks" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="spotTotal" type="{http://www.edna-site.org}XSDataInteger"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataImageQualityIndicators()
           
 
Method Summary
 XSDataDouble getBinPopCutOffMethod2Res()
          Gets the value of the binPopCutOffMethod2Res property.
 XSDataInteger getGoodBraggCandidates()
          Gets the value of the goodBraggCandidates property.
 XSDataInteger getIceRings()
          Gets the value of the iceRings property.
 XSDataImage getImage()
          Gets the value of the image property.
 XSDataInteger getInResolutionOvrlSpots()
          Gets the value of the inResolutionOvrlSpots property.
 XSDataInteger getInResTotal()
          Gets the value of the inResTotal property.
 XSDataDouble getMaxUnitCell()
          Gets the value of the maxUnitCell property.
 XSDataDouble getMethod1Res()
          Gets the value of the method1Res property.
 XSDataDouble getMethod2Res()
          Gets the value of the method2Res property.
 XSDataDouble getPctSaturationTop50Peaks()
          Gets the value of the pctSaturationTop50Peaks property.
 XSDataInteger getSpotTotal()
          Gets the value of the spotTotal property.
 void setBinPopCutOffMethod2Res(XSDataDouble value)
          Sets the value of the binPopCutOffMethod2Res property.
 void setGoodBraggCandidates(XSDataInteger value)
          Sets the value of the goodBraggCandidates property.
 void setIceRings(XSDataInteger value)
          Sets the value of the iceRings property.
 void setImage(XSDataImage value)
          Sets the value of the image property.
 void setInResolutionOvrlSpots(XSDataInteger value)
          Sets the value of the inResolutionOvrlSpots property.
 void setInResTotal(XSDataInteger value)
          Sets the value of the inResTotal property.
 void setMaxUnitCell(XSDataDouble value)
          Sets the value of the maxUnitCell property.
 void setMethod1Res(XSDataDouble value)
          Sets the value of the method1Res property.
 void setMethod2Res(XSDataDouble value)
          Sets the value of the method2Res property.
 void setPctSaturationTop50Peaks(XSDataDouble value)
          Sets the value of the pctSaturationTop50Peaks property.
 void setSpotTotal(XSDataInteger value)
          Sets the value of the spotTotal property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataImageQualityIndicators

public XSDataImageQualityIndicators()
Method Detail

getBinPopCutOffMethod2Res

public XSDataDouble getBinPopCutOffMethod2Res()
Gets the value of the binPopCutOffMethod2Res property.

Returns:
possible object is XSDataDouble

setBinPopCutOffMethod2Res

public void setBinPopCutOffMethod2Res(XSDataDouble value)
Sets the value of the binPopCutOffMethod2Res property.

Parameters:
value - allowed object is XSDataDouble

getGoodBraggCandidates

public XSDataInteger getGoodBraggCandidates()
Gets the value of the goodBraggCandidates property.

Returns:
possible object is XSDataInteger

setGoodBraggCandidates

public void setGoodBraggCandidates(XSDataInteger value)
Sets the value of the goodBraggCandidates property.

Parameters:
value - allowed object is XSDataInteger

getIceRings

public XSDataInteger getIceRings()
Gets the value of the iceRings property.

Returns:
possible object is XSDataInteger

setIceRings

public void setIceRings(XSDataInteger value)
Sets the value of the iceRings property.

Parameters:
value - allowed object is XSDataInteger

getImage

public XSDataImage getImage()
Gets the value of the image property.

Returns:
possible object is XSDataImage

setImage

public void setImage(XSDataImage value)
Sets the value of the image property.

Parameters:
value - allowed object is XSDataImage

getInResolutionOvrlSpots

public XSDataInteger getInResolutionOvrlSpots()
Gets the value of the inResolutionOvrlSpots property.

Returns:
possible object is XSDataInteger

setInResolutionOvrlSpots

public void setInResolutionOvrlSpots(XSDataInteger value)
Sets the value of the inResolutionOvrlSpots property.

Parameters:
value - allowed object is XSDataInteger

getInResTotal

public XSDataInteger getInResTotal()
Gets the value of the inResTotal property.

Returns:
possible object is XSDataInteger

setInResTotal

public void setInResTotal(XSDataInteger value)
Sets the value of the inResTotal property.

Parameters:
value - allowed object is XSDataInteger

getMaxUnitCell

public XSDataDouble getMaxUnitCell()
Gets the value of the maxUnitCell property.

Returns:
possible object is XSDataDouble

setMaxUnitCell

public void setMaxUnitCell(XSDataDouble value)
Sets the value of the maxUnitCell property.

Parameters:
value - allowed object is XSDataDouble

getMethod1Res

public XSDataDouble getMethod1Res()
Gets the value of the method1Res property.

Returns:
possible object is XSDataDouble

setMethod1Res

public void setMethod1Res(XSDataDouble value)
Sets the value of the method1Res property.

Parameters:
value - allowed object is XSDataDouble

getMethod2Res

public XSDataDouble getMethod2Res()
Gets the value of the method2Res property.

Returns:
possible object is XSDataDouble

setMethod2Res

public void setMethod2Res(XSDataDouble value)
Sets the value of the method2Res property.

Parameters:
value - allowed object is XSDataDouble

getPctSaturationTop50Peaks

public XSDataDouble getPctSaturationTop50Peaks()
Gets the value of the pctSaturationTop50Peaks property.

Returns:
possible object is XSDataDouble

setPctSaturationTop50Peaks

public void setPctSaturationTop50Peaks(XSDataDouble value)
Sets the value of the pctSaturationTop50Peaks property.

Parameters:
value - allowed object is XSDataDouble

getSpotTotal

public XSDataInteger getSpotTotal()
Gets the value of the spotTotal property.

Returns:
possible object is XSDataInteger

setSpotTotal

public void setSpotTotal(XSDataInteger value)
Sets the value of the spotTotal property.

Parameters:
value - allowed object is XSDataInteger