org.dawb.edna.mxv1
Class XSDataResolutionBin

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

public class XSDataResolutionBin
extends XSData

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

XSDataResolutionBin

public XSDataResolutionBin()
Method Detail

getAverageIntensity

public XSDataFloat getAverageIntensity()
Gets the value of the averageIntensity property.

Returns:
possible object is XSDataFloat

setAverageIntensity

public void setAverageIntensity(XSDataFloat value)
Sets the value of the averageIntensity property.

Parameters:
value - allowed object is XSDataFloat

getAverageIntensityOverAverageSigma

public XSDataFloat getAverageIntensityOverAverageSigma()
Gets the value of the averageIntensityOverAverageSigma property.

Returns:
possible object is XSDataFloat

setAverageIntensityOverAverageSigma

public void setAverageIntensityOverAverageSigma(XSDataFloat value)
Sets the value of the averageIntensityOverAverageSigma property.

Parameters:
value - allowed object is XSDataFloat

getAverageSigma

public XSDataFloat getAverageSigma()
Gets the value of the averageSigma property.

Returns:
possible object is XSDataFloat

setAverageSigma

public void setAverageSigma(XSDataFloat value)
Sets the value of the averageSigma property.

Parameters:
value - allowed object is XSDataFloat

getChi2

public XSDataFloat getChi2()
Gets the value of the chi2 property.

Returns:
possible object is XSDataFloat

setChi2

public void setChi2(XSDataFloat value)
Sets the value of the chi2 property.

Parameters:
value - allowed object is XSDataFloat

getCompleteness

public XSDataFloat getCompleteness()
Gets the value of the completeness property.

Returns:
possible object is XSDataFloat

setCompleteness

public void setCompleteness(XSDataFloat value)
Sets the value of the completeness property.

Parameters:
value - allowed object is XSDataFloat

getIOverSigma

public XSDataFloat getIOverSigma()
Gets the value of the iOverSigma property.

Returns:
possible object is XSDataFloat

setIOverSigma

public void setIOverSigma(XSDataFloat value)
Sets the value of the iOverSigma property.

Parameters:
value - allowed object is XSDataFloat

getIOverSigmaChi

public XSDataFloat getIOverSigmaChi()
Gets the value of the iOverSigmaChi property.

Returns:
possible object is XSDataFloat

setIOverSigmaChi

public void setIOverSigmaChi(XSDataFloat value)
Sets the value of the iOverSigmaChi property.

Parameters:
value - allowed object is XSDataFloat

getMaxResolution

public XSDataFloat getMaxResolution()
Gets the value of the maxResolution property.

Returns:
possible object is XSDataFloat

setMaxResolution

public void setMaxResolution(XSDataFloat value)
Sets the value of the maxResolution property.

Parameters:
value - allowed object is XSDataFloat

getMinResolution

public XSDataFloat getMinResolution()
Gets the value of the minResolution property.

Returns:
possible object is XSDataFloat

setMinResolution

public void setMinResolution(XSDataFloat value)
Sets the value of the minResolution property.

Parameters:
value - allowed object is XSDataFloat

getPercentageOverload

public XSDataFloat getPercentageOverload()
Gets the value of the percentageOverload property.

Returns:
possible object is XSDataFloat

setPercentageOverload

public void setPercentageOverload(XSDataFloat value)
Sets the value of the percentageOverload property.

Parameters:
value - allowed object is XSDataFloat

getRedundancy

public XSDataFloat getRedundancy()
Gets the value of the redundancy property.

Returns:
possible object is XSDataFloat

setRedundancy

public void setRedundancy(XSDataFloat value)
Sets the value of the redundancy property.

Parameters:
value - allowed object is XSDataFloat

getRFactor

public XSDataFloat getRFactor()
Gets the value of the rFactor property.

Returns:
possible object is XSDataFloat

setRFactor

public void setRFactor(XSDataFloat value)
Sets the value of the rFactor property.

Parameters:
value - allowed object is XSDataFloat

getRFriedel

public XSDataFloat getRFriedel()
Gets the value of the rFriedel property.

Returns:
possible object is XSDataFloat

setRFriedel

public void setRFriedel(XSDataFloat value)
Sets the value of the rFriedel property.

Parameters:
value - allowed object is XSDataFloat