|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataImageQualityIndicators
public class XSDataImageQualityIndicators
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 |
---|
public XSDataImageQualityIndicators()
Method Detail |
---|
public XSDataDouble getBinPopCutOffMethod2Res()
XSDataDouble
public void setBinPopCutOffMethod2Res(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataInteger getGoodBraggCandidates()
XSDataInteger
public void setGoodBraggCandidates(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getIceRings()
XSDataInteger
public void setIceRings(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataImage getImage()
XSDataImage
public void setImage(XSDataImage value)
value
- allowed object is
XSDataImage
public XSDataInteger getInResolutionOvrlSpots()
XSDataInteger
public void setInResolutionOvrlSpots(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getInResTotal()
XSDataInteger
public void setInResTotal(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataDouble getMaxUnitCell()
XSDataDouble
public void setMaxUnitCell(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataDouble getMethod1Res()
XSDataDouble
public void setMethod1Res(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataDouble getMethod2Res()
XSDataDouble
public void setMethod2Res(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataDouble getPctSaturationTop50Peaks()
XSDataDouble
public void setPctSaturationTop50Peaks(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataInteger getSpotTotal()
XSDataInteger
public void setSpotTotal(XSDataInteger value)
value
- allowed object is
XSDataInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |