|
||||||||||
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.XSDataResolutionBin
public class XSDataResolutionBin
Java class for XSDataResolutionBin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataResolutionBin"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="averageIntensity" type="{http://www.edna-site.org}XSDataFloat"/> <element name="averageIntensityOverAverageSigma" type="{http://www.edna-site.org}XSDataFloat"/> <element name="averageSigma" type="{http://www.edna-site.org}XSDataFloat"/> <element name="chi2" type="{http://www.edna-site.org}XSDataFloat"/> <element name="completeness" type="{http://www.edna-site.org}XSDataFloat"/> <element name="IOverSigma" type="{http://www.edna-site.org}XSDataFloat"/> <element name="IOverSigmaChi" type="{http://www.edna-site.org}XSDataFloat"/> <element name="maxResolution" type="{http://www.edna-site.org}XSDataFloat"/> <element name="minResolution" type="{http://www.edna-site.org}XSDataFloat"/> <element name="percentageOverload" type="{http://www.edna-site.org}XSDataFloat"/> <element name="redundancy" type="{http://www.edna-site.org}XSDataFloat"/> <element name="rFactor" type="{http://www.edna-site.org}XSDataFloat"/> <element name="rFriedel" type="{http://www.edna-site.org}XSDataFloat"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataResolutionBin()
|
Method Summary | |
---|---|
XSDataFloat |
getAverageIntensity()
Gets the value of the averageIntensity property. |
XSDataFloat |
getAverageIntensityOverAverageSigma()
Gets the value of the averageIntensityOverAverageSigma property. |
XSDataFloat |
getAverageSigma()
Gets the value of the averageSigma property. |
XSDataFloat |
getChi2()
Gets the value of the chi2 property. |
XSDataFloat |
getCompleteness()
Gets the value of the completeness property. |
XSDataFloat |
getIOverSigma()
Gets the value of the iOverSigma property. |
XSDataFloat |
getIOverSigmaChi()
Gets the value of the iOverSigmaChi property. |
XSDataFloat |
getMaxResolution()
Gets the value of the maxResolution property. |
XSDataFloat |
getMinResolution()
Gets the value of the minResolution property. |
XSDataFloat |
getPercentageOverload()
Gets the value of the percentageOverload property. |
XSDataFloat |
getRedundancy()
Gets the value of the redundancy property. |
XSDataFloat |
getRFactor()
Gets the value of the rFactor property. |
XSDataFloat |
getRFriedel()
Gets the value of the rFriedel property. |
void |
setAverageIntensity(XSDataFloat value)
Sets the value of the averageIntensity property. |
void |
setAverageIntensityOverAverageSigma(XSDataFloat value)
Sets the value of the averageIntensityOverAverageSigma property. |
void |
setAverageSigma(XSDataFloat value)
Sets the value of the averageSigma property. |
void |
setChi2(XSDataFloat value)
Sets the value of the chi2 property. |
void |
setCompleteness(XSDataFloat value)
Sets the value of the completeness property. |
void |
setIOverSigma(XSDataFloat value)
Sets the value of the iOverSigma property. |
void |
setIOverSigmaChi(XSDataFloat value)
Sets the value of the iOverSigmaChi property. |
void |
setMaxResolution(XSDataFloat value)
Sets the value of the maxResolution property. |
void |
setMinResolution(XSDataFloat value)
Sets the value of the minResolution property. |
void |
setPercentageOverload(XSDataFloat value)
Sets the value of the percentageOverload property. |
void |
setRedundancy(XSDataFloat value)
Sets the value of the redundancy property. |
void |
setRFactor(XSDataFloat value)
Sets the value of the rFactor property. |
void |
setRFriedel(XSDataFloat value)
Sets the value of the rFriedel property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataResolutionBin()
Method Detail |
---|
public XSDataFloat getAverageIntensity()
XSDataFloat
public void setAverageIntensity(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getAverageIntensityOverAverageSigma()
XSDataFloat
public void setAverageIntensityOverAverageSigma(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getAverageSigma()
XSDataFloat
public void setAverageSigma(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getChi2()
XSDataFloat
public void setChi2(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getCompleteness()
XSDataFloat
public void setCompleteness(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getIOverSigma()
XSDataFloat
public void setIOverSigma(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getIOverSigmaChi()
XSDataFloat
public void setIOverSigmaChi(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getMaxResolution()
XSDataFloat
public void setMaxResolution(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getMinResolution()
XSDataFloat
public void setMinResolution(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getPercentageOverload()
XSDataFloat
public void setPercentageOverload(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getRedundancy()
XSDataFloat
public void setRedundancy(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getRFactor()
XSDataFloat
public void setRFactor(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getRFriedel()
XSDataFloat
public void setRFriedel(XSDataFloat value)
value
- allowed object is
XSDataFloat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |